08-23-2009 01:32 AM
Hi All,
I try to create scrollable image field from this url [1]
and use it on device 9500/9530.
I change navigationMovement into touchEvent,
and I already success with scrolling the image.
my problem is unfocusing the field (and go to next field on the manager),
on the url [1] the navigationMovement will pass into its super method
if the image is fully scrolled (or the user press alt to bypass).
just like this: return super.navigationMovement(dx, dy, status, time);
now i'm overwrite touchEvent, how can I bypass the field so the focus will be change into next field?
thank you for your help.
05-02-2012 08:57 AM