Hi,
I have a little problem and would like to hear your comments. When
executed during standard frmLoad event, the following code (the only one in
a new PalmOS project) causes crash on the Visor ROM and on an actual
Platinium, while working perfectly fine on all other tested roms, including
the OS40DR5Dbg.
static void MainFormInit(FormPtr frmP)
{
ListPtr lst;
LstNewList((void**)&frmP, 5010,
10, 40, 100, 40,
stdFont, 2, 0);
LstNewList((void**)&frmP, 5011,
10, 40, 100, 40,
stdFont, 2, 0);
}
This is not the only, but probably the best sample of the problem when
dealing with dynamic UI on that particular ROM. My investigations lead me to
believe the problem is in the ROM build and not in the program. Any comments
from others with similar experience? As far as I can tell, all programs
doing dynamic UI [form controls] must be affected.
- bobby
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/tech/support/forums/