Hi! all,
I display an alert with Guage component indicating the user interaction while processing some action. But the Alert has displayed usually with guage in S603rd edition emulator, and also on N73 device. But on E71 and N95 devices, it shows some patch on the alert with the guage. How to solve this? Can u pls, suggest me---------
Gauge gauge=new Gauge(null,false,Gauge.INDEFINITE,Gauge.CONTINUOUS_RUNNING);
gauge.setLayout(Gauge.LAYOUT_DEFAULT);
Alert alert=new Alert("");
alert.setIndicator(gauge);
alert.setTimeout(360000);
// alert.setTitle("Please Wait");
alert.setString(info);
// alert.setType(AlertType.INFO);
display.setCurrent(alert);
Pls, suggest me the solution-----

Reply With Quote



