Hi,
I am developing application for s40 device in j2me. Using low level components like canvas to displaying the screen.In that i want to know how to stop the scrolling,if the user touch the screen.Please share your idea's.
Printable View
Hi,
I am developing application for s40 device in j2me. Using low level components like canvas to displaying the screen.In that i want to know how to stop the scrolling,if the user touch the screen.Please share your idea's.
[QUOTE=ohiletechguy;910665]Hi,
I am developing application for s40 device in j2me. Using low level components like canvas to displaying the screen.In that i want to know how to stop the scrolling,if the user touch the screen.Please share your idea's.[/QUOTE]
In case of Canvas, you have full control on what you paint on the screen - assuming if its a list, and you have started your the scroll by flick or a small drag event.... keep listing to next touch event.... and break from the scroll loop.