At 07:19 AM 8/16/2004, you wrote:
I'm starting to study the Object Library (POL), but I'm with difficulties in working with forms (CForm). I looked for examples, but all of them uses modal forms (calling methods like DoDialog). Where can I find examples that use GotoForm method? (Every time I put this line in my apllication, an error occurs - CPalmApp: Invalid form load event)

If you get an "invalid form load event" error, you should look for POL and see what causes that error. In my quick inspection, I found this error in the END_FORM_MAP macro. It gets displayed if you try to load a form, but don't have a FORM_MAP_ENTRY macro setup for the form's ID -- without this, POL can't map the form to a C++ class.



-- Ben Combee, DTS technical lead, PalmSource, Inc. "Combee on Palm OS" weblog: http://palmos.combee.net/ Palm OS Dev Fourm Archives: http://news.palmos.com/read/all_forums/



--
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/support/forums/

Reply via email to