Luc Le Blanc wrote:
I note that when running under OS 3.0, the vertical scrollbar in my app doesn't work at all (I already know horizontal scrollbars didn't work back then). Loading a 3.1 ROM in POSE, I see in the CW debugger that I don't get any sclEnter or sclRepeat event when tapping the vertical scrollbar, only penDownEvents (that I let go through, unhandled). Yet, the OS 3.0 Launcher has such a scrollbar, so they must work somehow.
What about sclExitEvent? If it works, you don't get your display updated as the scrollbar is moving (only when it's released), but that might be good enough for older devices, which incidentally might not be fast enough to continuously update anyway. - Logan -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
