java me - Porting lwuit app to Blackberry: Bold 9900 -
i have been working on porting lwuit app blackberry. works fine except when tested in bold 9900 blackberry, touch event not happening. buttons, list etc gets focus touch event not triggered. using blackberry jde 5.0 , lwuit 1.5-->ui_rim_touch.jar svn deploy app. going wrong?
you need work preprocessor statements - code work simulator.
in additional need 2 things:
press right click on project->properties->ablities->add-> in ability name insert name touch.
in code, in case want device react specific touch need that:
//#ifdef touch ..... //#else //# ..... //#endif
Comments
Post a Comment