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:

  1. press right click on project->properties->ablities->add-> in ability name insert name touch.

  2. in code, in case want device react specific touch need that:

//#ifdef touch     .....  //#else //#    ..... //#endif 

Comments

Popular posts from this blog

SPSS keyboard combination alters encoding -

Add new record to the table by click on the button in Microsoft Access -

javascript - jQuery .height() return 0 when visible but non-0 when hidden -