I'm trying to update a field with text. The field is being drawn, but
no text shows up. Here's the code I'm using:
form = FrmGetActiveForm();
FrmDrawForm(form);
FldSetTextPtr(FrmGetObjectPtr(form,FrmGetObjectIndex(form,AboutField)),"testing...");
FldDawField (FrmGetObjectPtr(form,FrmGetObjectIndex(form,AboutField)));
This is what I have in my .rcp file:
FIELD ID AboutField AT ( 5 5 140 60) USABLE LEFTALIGN NONEDITABLE
MULTIPLELINES HASSCROLLBAR
-Nathan
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/tech/support/forums/