i am working with one BB java Application in OS 5.0. Application have one Screen in which List & Ad banner are place .. Banner is downloading and replacing in specific time interval .. my problem is that when i am on that screen Blackberry by default Progress icon
are placed .. please tell me how to hide/remove from this screen ..
This happen only in 9700 Simulator and device .. and working properly in 9550 device and simulator.
Please see attachment pic with progress icon.
Thanks in Advance ...
You see the progress icon when the System garbage collector is working. You will not be able to remove the progress icon as you dont have any control over it. If the garbage collector is working, let it do, as it is trying to free up memory.
The full garbage collection operation executes for 1 second on average and should take less than 2 seconds to complete. The full garbage collection operation performs the following actions:
The system might initiate a full garbage collection operation in the following situations:
This info is from here
If your app is in the above situations, the progress icon will be shown. Now you know when it is shown, debug your app in the device, and see which situations apply to you.