This video demonstrates how to use Economy-x-Talk’s collection of iPhone controls to make a simple but nice interface for an iPhone app with LiveCode.
This video demonstrates how to use Economy-x-Talk’s collection of iPhone controls to make a simple but nice interface for an iPhone app with LiveCode.
Hi Mark,first of all compliments for this very usefull stack.I’m confused with use with “Single line form field”, I’m put this group on card and tested with simulator, if click on label appear a keyboard and I wrote some chars but, this is problem, when I try to read the string with “get the textValue” this is empty. Why ? Any hints?Thanks,Paolo
Hi Paolo,The correct Syntax isput the textValue[theEncoding] into myVarwhere theEncoding is “TEXT”, “UTF8” or “UTF16”.