|
What is actually happening when you say "handled = true"? Sometimes I get "Form already loaded" issues if I use it incorrectly. My latest issue involves setting a global variable in my closeEvent. If I use handled = true, it works OK the first time though, but the next time I come to this form, I get the error that the form was already loaded.
Ex:
case frmCloseEvent:
Refresh2 = true; break; thanks,
~Tony -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/ |
- return handled Tony Janke
- Re: return handled Robert Moynihan
