The following API calls should work and make sure the "usable" attribute is on or it won't be drawn.


FieldPtr fldP;

fldP= GetObjectPtr(YourField);
FldSetTextPtr(fldP, YourFieldStr);
FldDrawField(fldP);

Lorraine

At 05:37 PM 11/22/2004 +0000, you wrote:
I have created a small gui with the Palm OS Resource Editor and I have wrote a simple program therefor include the PilotMain-function, which is waiting for the sysAppLaunchCmdNormalLaunch-launchcode to show the form, join into the event-loop and close the form when it should.

So when I try to enter a text into a text-field of my gui, nothing happends.

I'm sure that it's just a simple newbe problem. Have sombody an idea?
--
For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/


--
For information on using the Palm Developer Forums, or to unsubscribe, please 
see http://www.palmos.com/dev/support/forums/

Reply via email to