Im creating a dynamic list to display the output. The dynamic list is using the callback function "MainListDraw" which contains WinDrawChars()to output the text onto each list item of the dynamic list. It is creating a single line display, put what i would like is to have two lines of information displayed on each list item! But i cant figure out how to access a second line in a list item
Any suggestions?? -----Original Message----- From: roderick young [mailto:[EMAIL PROTECTED] Sent: 03 March 2005 19:23 To: Palm Developer Forum Subject: re: Formatting text It sounds like you're using the right character to move to the next line. If you were displaying the data in a Field, then the right character to move to the next line would be 0x0a . I wasn't clear on how you're displaying your data on the screen. Are you using some kind of UI control like an Alert or Field on a form, or are you trying to draw characters directly, for example, by calling WinDrawChars()? The latter won't format your output, I believe. -- 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/
