• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

J2ME Options posiion in Canvas fullscreen

 
Ranch Hand
Posts: 83
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello,

I am developing a J2ME application, basically a world clock application.

I have created a canvas to display times of four locations and the canvas runs in full screen mode.

This is working fine but my problem is i want to create two options in the home screen. One is Options and the other one is back.

Both the options are getting assigned to the same key and is working for all the three keys, left, right and middle soft keys which looks bad.

I want to assign one options for left key and the other one for right key.

If i remove the turn ogg the full screen mode, it is working fine.

Can anyone one help me with solution?
 
Ranch Hand
Posts: 53
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Strange Thing...
If possible, Let us see part of the code: Where you assign the keys and where you change the screen mode.
Another suggestion:
Change the tittle to your post. something like "Key assignment fails when in fullscreen mode"
 
reply
    Bookmark Topic Watch Topic
  • New Topic