Hi all
I'm having an issue with the N8 on a J2me app implementing the Canvas class: it seems that, when I touch the screen rapidly, the pointerPressed and pointerReleased J2ME event methods never get called, and moreover the application freezes. If I had a thread updating the UI it just stops and no further information is given - I have System.err.println() calls immediately as soon as pointerPressed or pointerReleased are entered, but none sill show.
Same happens on the Symbian^3 SDK emulator.
Unfortunately I couldn't get a simple test working - it will just eventually happen, sooner than later (sometimes even at first touch).
Anyone has come accross this problem and solved it already? Any ideas?
Thanks
Mario


Reply With Quote

