05-30-2007, 10:27 AM
|
#2 (permalink)
|
| Talking BlackBerry Encyclopedia
Join Date: Oct 2006 Model: 7103 Carrier: Verizon
Posts: 259
Post Thanks: 0 Thanked 0 Times in 0 Posts
| I use
Status.show("page updating...");
it brings up a large block instead of a little hourglass but it works. I've also had a hard time using:
Bitmap bitmap = new Bitmap(Bitmap.HOURGLASS, 25, 25);
Status.show("page updating...", bitmap, 1000);
as the Bitmap.HOURGLASS throws an exception on a bunch of devices, for some reason I can't understand |
| Offline
| |