I removed the "FONT 10" from the list definition in the .rcp file, and it seems to have solved my problem!
LIST "Actions" ID ActionList AT (10 60 50 AUTO) VISIBLEITEMS 5 FONT 10 Thanks a lot! This will make debugging the rest of the code much simpler... ;-) Thanks again, Mark Mastroieni PalmPEOS Senior Design Project Santa Clara University >>> [EMAIL PROTECTED] 03/14/03 14:41 PM >>> There's a font associated with each list. How do you create the list? If with LstNewList, you pass the font ID into the function call. Regardless of whether you create the list that way or with a form-creation tools like pilrc, that's where to look next. What are you specifying for the font ID for the list? -- Keith Rollin -- Palm OS Emulator engineer -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
