• 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

Help regarding Traversing the menuscreen

 
Ranch Hand
Posts: 82
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi
i did one application in J2ME.In my application i'm having 2 to 3 menu screen.
while traversing thru tht menu screen one white screen is coming before gng frm one menuscreen to another menuscreen
can anyone tell me how to overcome this situation
thanx a lot
 
Ranch Hand
Posts: 311
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Santhana,

Are you creating any image on your menuscreen??.....If u r doing this then make sure u have got ur image created in the loading of the application and not each and every time u change menuscreens...

gud day,
Ramy..
 
Santhana Lakshmi.S
Ranch Hand
Posts: 82
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi,
thanx for ur reply.i already created the images tht i used in the menu screen in the main midlet class itself.
and also im getting that white screen when im traversing frm menu screen to menuscreen and also frm menu screen to canvas screen to display the images and vice versa.
can u help me to get rid of this if u ve any suggestion or solution
thanx a lot
 
Ramender Mall
Ranch Hand
Posts: 311
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Santhana..

See, if you are trying it on an emulator, it could be the image creation (or in general, any file creation) issue..Put println's at all the createImage etc. and check if they are not being called again and again...

Or if you are trying it on a handset, then do the same thing for System.gc()'s.. (if you are using them, of course)....

Thats what I could think of...

Best of Luck
Ramy..
 
reply
    Bookmark Topic Watch Topic
  • New Topic