Not Available
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
Not Available
Not Available
Last edited by dburdan on Thu Jan 08, 2015 9:55 am, edited 3 times in total.
Re: UITextView Problems
dburdan:
Is UITextView currently supported?
Do you mean the new UITextField control?
Just checking.
:Todd
Is UITextView currently supported?
Do you mean the new UITextField control?
Just checking.
:Todd
Re: UITextField Problems
Yes that is what I meant. I just blanked when i thought about it.
Re: UITextField Problems [SOLVED]
I just found out how.
put iphoneControlGet(NAME_OF_FIELD,text) into field "VALUE"
put iphoneControlGet(NAME_OF_FIELD,text) into field "VALUE"
Last edited by dburdan on Sat Mar 26, 2011 10:57 pm, edited 1 time in total.
Re: UITextField Problems [SOLVED]
Attenzione, nitpicky alarm!dburdan wrote:put iphoneControlGet(NAME_OF_FIELD,text) into VALUE

VALUE is a reserved word, so this might throw an error

Best
Klaus
Re: UITextField Problems [SOLVED]
I fixed the post just for you 

Re: UITextField Problems [SOLVED]
Dan, you're just too kind 

Re: UITextField Problems [SOLVED]
Ouch, very different from how I'm used to thinking about LiveCode.
Still, thanks very much for this find.
Still, thanks very much for this find.

Check out my LiveCode program, WriteSpire, on the App Store!
Re: UITextField Problems [SOLVED]
A quick example...
Thanks again!
Code: Select all
on inputEndEditing
answer (iphonecontrolGet("testinput", text))
end inputEndEditing
Check out my LiveCode program, WriteSpire, on the App Store!