Thanks for all your responses! I had the bouncy thing too... I wanted the DIA to go down when the app started (with the slider down) and whenever the user pulled the slider down. I figured it was mostly a matter of _when_ you called certain functions. I solved it by copying the code of SampleCollapse as faithful as possible...
I've found something more, in the meantime: if during the first form (the splashscreen) the slider is closed along with the character that indicates the slide closing (1284) a launchChr is posted. But, this happens only during the launch Screen, whenever the next screen is activated, it doesn't happen anymore, which might indicate it's actually a problem in my app. So, I now know who posted the appStopEvent, it's sysHandleEvent handling the keyDownEvent with the launchChr. The question is now: Who posted that keyownEvent? Any tips on how to trace events like that? Thx & regards, Caspar -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Matthew Bevan Sent: Friday, April 30, 2004 2:49 PM To: Palm Developer Forum Subject: RE: Okay, who posted that stop-event!?! I had what I believe to be the same problem as you - when I was developing my shared DIA code I noticed that sometimes the DIA was "bouncy" (I would lower it, and it would immediately raise). Actually, it would attempt to stay in whatever mode it was last set in (launch the application with the grafitti area down, and it will stick down by bouncing when I attempted to raise it). On my Tungsten|T3, when I force the issue of closing the DIA by sliding the device itself closed, my application would quit. Never know - it may be related. Check how that form is handling the DIA correctly by calling certain functions with the right arguments. This took me a very long time to fully track down and stamp out. Good luck! - Matthew Bevan -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/ -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
