Search found 57 matches

by tzenobite
Sun Jul 29, 2012 5:20 pm
Forum: Announcements
Topic: iOS notification center external added to mergExt
Replies: 7
Views: 12542

Re: iOS notification center external added to mergExt

hi to all i'm interested in mergext, at least to a couple externals for now, the iad and the a/v ones some questions: 1) it's possible to place more iad banners in the same card? 2) the a/v thing give to the app the full control of the camera? do i have the camera right inside my app? it's possible ...
by tzenobite
Sun May 13, 2012 3:50 pm
Forum: Talking LiveCode
Topic: Password Field
Replies: 10
Views: 11395

Re: Password Field

update field
pasting text on it doesn't work
enjoy it :)
by tzenobite
Sat May 12, 2012 12:54 pm
Forum: Talking LiveCode
Topic: Password Field
Replies: 10
Views: 11395

Re: Password Field

good point regarding the "paste" action
try this, in the idle handler

Code: Select all

if (number of chars of me > 1) then 
repeat with i=1 to ((number of chars of me)-1
put numtochar(165) into char i of me
end repeat
(i'm away from my home)
by tzenobite
Sat May 12, 2012 9:34 am
Forum: Talking LiveCode
Topic: Password Field
Replies: 10
Views: 11395

Re: Password Field

why not using numtochar(165) for the bullet char? edit: this is how i fake the password field on the iphone ios i use two field, one with the "bulletted" text and another that stores the clear text (fld "password") after two seconds the last key pressed the last char in the field is "crypted" just l...
by tzenobite
Thu May 03, 2012 10:41 pm
Forum: Internet
Topic: POST command and timeout
Replies: 25
Views: 20142

Re: POST command and timeout

i tried but these codes still appears... now don't :twisted:
by tzenobite
Wed May 02, 2012 10:30 pm
Forum: Internet
Topic: POST command and timeout
Replies: 25
Views: 20142

Re: POST command and timeout

maybe i have found the trick, at least i've tried another thing: a "repeat" loop where the script bring a word at time and put it and " " after a new, empty variable: it doesn't work, the text is truncated, again then i tried again: a "replace " " with return" that have to put every word in a new li...
by tzenobite
Tue May 01, 2012 10:51 pm
Forum: Internet
Topic: POST command and timeout
Replies: 25
Views: 20142

Re: POST command and timeout

it' WEIRD :shock: :shock: :shock: last news (and then i go to sleep, here the time is 11.47 pm :shock:): i put the truncated text in a field, i mean "truncated" because i scroll the field and i see only a part of the text but if i "answer" the content of the same field, in the "answer" box the text ...
by tzenobite
Tue May 01, 2012 10:22 pm
Forum: Internet
Topic: POST command and timeout
Replies: 25
Views: 20142

Re: POST command and timeout

bohhhhhhhhhh i can't understand... the stack still get truncated only a few files... actually, both the simple stack i've posted and the full stack get the same file (the one named "alieno 5") truncated at the same word :shock: the header is the same: Authorization: Basic dXNlcm5hbWU6cGFzc3dvcmQ= Ti...
by tzenobite
Tue May 01, 2012 9:15 pm
Forum: Internet
Topic: POST command and timeout
Replies: 25
Views: 20142

Re: POST command and timeout

ok, maybe i have to change the password soon :wink:
by tzenobite
Tue May 01, 2012 8:50 pm
Forum: Internet
Topic: POST command and timeout
Replies: 25
Views: 20142

Re: POST command and timeout

mwieder wrote:You changed the header custom property to remove the "Accept" line?
what do you mean?

i'm using this:
Authorization: Basic dXNlcm5hbWU6cGFzc3dvcmQ=
Timeout: 10000
Accept: */*
Connection: keep-alive
Content-Type: application/xml
by tzenobite
Tue May 01, 2012 8:44 pm
Forum: Internet
Topic: POST command and timeout
Replies: 25
Views: 20142

Re: POST command and timeout

set the timeout to 10000, it seems to working for now... *hoping* tomorrow i will try the app straight from the iphone (jailbreaked :roll:) in the full stack the password is protected, anyway this is going to be an app for the iphone, so once the user give username and password the data is stored in...
by tzenobite
Tue May 01, 2012 6:16 pm
Forum: Internet
Topic: POST command and timeout
Replies: 25
Views: 20142

Re: POST command and timeout

it stops working :shock: :shock: :shock:

please, it's possible to more of you to try my stack? i've changed the timeout in the headers, the stack works at first time but now it doesn't works again... i'm wondering if something else is wrong too :( :( :(
by tzenobite
Tue May 01, 2012 5:37 pm
Forum: Internet
Topic: POST command and timeout
Replies: 25
Views: 20142

Re: POST command and timeout

thanks twice, for the advice and for the appreciation :-) i'll try now :) edit: it works! thanks, this is really a good place :-) maybe this is the bigger difference with when i started with hypercard: in 1990's there's no internet forums like this :wink: edit two: the whole stack gets a list or ava...
by tzenobite
Tue May 01, 2012 3:13 pm
Forum: Internet
Topic: POST command and timeout
Replies: 25
Views: 20142

Re: POST command and timeout

thank you sturgis, i'm modified the script according to your post the problem is visible this way: click the first line (l'idraulico) and you will see both in the answer box and in the field at the bottom of the card the same text ending with 22\/04\/2012"} click at other lines, like the fourth (ali...
by tzenobite
Tue May 01, 2012 3:01 pm
Forum: Internet
Topic: POST command and timeout
Replies: 25
Views: 20142

Re: POST command and timeout

yes, i'm with 5.5
this is a copy to 2.7 version

Go to advanced search