Hi, On Sony Clie T615 (Palm OS 4.1), under High Resolution (320x320) mode, I tried to use FldSetFont() to change the field font to hrSmallFont. But it just got hung up! This is what I did when at frmOpenEvent:
pField = FrmGetObjectPointer(...); // Obtain a pointer to the field FldSetFont(pField, hrSmallFont); FldDrawField(pField); // Supposedly the field redraws After doing so, the Clie (in POSE) does not respond to any pen messages. The only way to get it back is to reset everything. My question is: Does Sony Clie support the use of small font for fields under Hi-Res mode? -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
