Need help regarding lwuit

Posted by rajiv on Stack Overflow See other posts from Stack Overflow or by rajiv
Published on 2010-02-22T06:04:28Z Indexed on 2010/03/29 6:23 UTC
Read the original article Hit count: 254

Filed under:
|

Hi,

I have project, already developed using canvas and lib used is LCDUI. It's for nokia keyboard supported devices. Now I want to incorporate same application for touch devices. I have used touch methods like pointerpressed, etc.

For normal functionality that worked pretty well. But it creates problem in commands.

My application is in fullscreen mode. Commands I have created using user defined menu list. Probles is that I can not directly identify that which command has been clicked. Setting coordinates for every command is not thr feasible solution for me.

I come across the new lib LWUIT, but i found out that it supports only forms(Can't we use on canvas?). and integrating LCDUI and LWUIT is also not possible(please give suggestion that can we use both in same application?).

Is it possible to create form under canvas itself? Any other lib support available?

thank you.

© Stack Overflow or respective owner

Related posts about java

Related posts about java-me