11-08-2010 08:21 PM
Hi,
it is not entirely clear to me how the mouse events should work with the simulator, and its relationship with the "finger" events on the actual device.
For example, to scroll something in a touch device, you normally slide your finger to the direction you want to scroll, and there is always that inertial scrolling effect. I don't think this is considered a special gesture, is it?
I was playing with the Picker UI component and it shows this expected behavior. I could see that, in the simulator, it is translated to a single click (without holding the button) and move the mouse pointer to the direction. So far so good.
My question is: how to do the same in a scrollPane for example? What kind of events should I handle? Or when adding something bigger into the scrollpane will make it behave as expected (finger-wise)?
I'm not sure yet what is already available through Air, and what I have to code "from scratch".
Any ideas here?
Thanks