At 10:24 PM +0000 10/12/06, Mohammad Afshari wrote:
To be frank, I havent got the hang of the debugger? I just know how to step into codes, but I dont know how to get the GUI and interface working in the debugger mode, for example to click the home button or a button on a form to see what happends??

That should be Step One for you then. You need some way of knowing precisely where your program is dying. Either learn to use the stepper, or put enough logging statements into your code that you can find the crash.

POSE is a far superior tool than the simulator for what you're doing, BTW.

I also note that you do not check the return value of this statement:
err = MLGetUserDatabase(&gmlUserDB, mode);



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

Reply via email to