• 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
  • Liutauras Vilda
  • Ron McLeod
  • Jeanne Boyarsky
  • Paul Clapham
Sheriffs:
  • Junilu Lacar
  • Tim Cooke
Saloon Keepers:
  • Carey Brown
  • Stephan van Hulst
  • Tim Holloway
  • Peter Rooke
  • Himai Minh
Bartenders:
  • Piet Souris
  • Mikalai Zaikin

Gauge problem

 
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello All!
I am trying to put a gauge in a form.
I'm doing the following commands:

VolumeForm = new Form("Game Volume");
VolumeGauge=new Gauge("set volume",true ,10,0 );
VolumeForm.append(VolumeGauge );
VolumeForm.addCommand(backCommand);
VolumeForm.setItemStateListener(this);
VolumeForm.setCommandListener(this);

On the WTK it works fine but on NOKIA 6600 the gauge is cut. and most of it appears out of the screen (its left side).
I tried using the command:
VolumeGauge.setLayout(VolumeGauge.LAYOUT_CENTER );
but it only worked on WTK.

Help Please!!!

Dave

 
ranger
Posts: 17347
11
Mac IntelliJ IDE Spring
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Welcome to device specific anomolies.

Have you downloaded the Nokia series 60 whatchamacallit. Their SDK, or emulator or plug-in. Why can't I think of the correct word for it. Development tool?

OK, well anyway, go to http://www.forum.nokia.com/main/0,6566,010_40,00.html#tools and download the SDK.

Mark
 
it's a teeny, tiny, wafer thin ad:
Thread Boost feature
https://coderanch.com/t/674455/Thread-Boost-feature
reply
    Bookmark Topic Watch Topic
  • New Topic