Logan Shaw wrote:
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


Neither. And to be even more sure, I added a return false for nilEvents and I set a breakpoint on the switch (event->eType ). All I get are penDownEvents.

I wanted to install Input Inspector, but then the Launcher crashes right after resetting, so I had to hard reset the device (and POSE does the same). This program must be incompatible with OS 3.o-3.1.


--
Luc Le Blanc

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

Reply via email to