> I'm creating an application with multiple forms. I keep track of button > presses on each screen in global variables. On the last screen, I have an > alert screen that pops up and tells me how many button presses I did on > each screen. However, the numbers are not correct. Anyone have an example > of how to use globals on multiple screens?
your global variables should be shared amongst each form. if you set a value to it in form A, it should be retreivable in form B. how are you tracking button presses? looking for ctlSelectEvents? or penDownEvents? various ways to count.. some right, some wrong :) --- Aaron Ardiri PalmOS Certified Developer [EMAIL PROTECTED] http://www.mobilewizardry.com/members/aaron_ardiri.php -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
