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
