You may be drawing the field before the form is initially drawn. Make sure init form message is being processed and the form is drawn before you initialize or draw any of the controls on the form.
----- Original Message ----- From: "andy h" <[EMAIL PROTECTED]> Newsgroups: palm-dev-forum To: "Palm Developer Forum" <[EMAIL PROTECTED]> Sent: Tuesday, July 13, 2004 9:03 AM Subject: multi-line form label? > is it possible to create a multi-line form label? > > I tried using a non-editable field instead, but it's used on modal form > using FrmPopupForm and the fields text remains on the 'master' form after > calling FrmReturnToForm(0); > > I've tried detaching the field text's handle and freeing it before the call > to FrmReturnToForm - no joy. > > any suggestions? > > > > -- > 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/
