Page 1 of 1

How do you get the content of iOS multiline field?

Posted: Mon Jul 23, 2012 4:10 pm
by donryan
Using the mobGUI native iOS text control (single line), I can read and get the contents of the field using the following:

Code: Select all

put the uText of group "mobNotes" into tData["Notes"]  

This works fine for the single line text control. However, it doesn't work for the MultiLine control.
Can anyone tell me how to get and read the contents of the mobGUI iOS MultiLine control?