This page was last modified 10:32, 23 August 2007.
KIJ000180 - Gauge doesnt work in Alert as a progress indicator
From Forum Nokia Wiki
Gauge doesnt work in Alert as a progress indicator
|
KIJ000180
|
Overview
| If you insert a Gauge to an Alert screen, its animation does not work.
|
Reported against
| S60 2nd Edition
|
Date identified
| January 20, 2005
|
Symptoms
| -
|
Detailed description
| In MIDP 2.0 devices it is possible to display Gauge in Alert screens as a progress indicator. The Gauge value can be updated to show progress. However, the animation of the Gauge is now shown at all in S60 2nd Edition devices. Also the title of the Alert is not shown correctly.
|
How to reproduce
| The problem can be reproduced by using the following code extract in a MIDlet: alert = new Alert("Title", "Alert text", im, AlertType.INFO); alert.setCommandListener(this); alert.setTimeout(Alert.FOREVER); gauge = new Gauge(null, false, 10, 1); alert.setIndicator(gauge); Display.getDisplay(this).setCurrent(alert); Now, if you try to change the gauge’s value by using the Gauge.setValue() method, the change is not shown in the screen.
|
Solution
| No solution exists. This will be fixed in the coming Nokia 6630 software versions and in the coming devices.
|