Welcome!

Welcome to the Official BlackBerry Support Community Forums. This is your resource to discuss support topics with your peers, and learn from each other. New to the forum? Please visit the ‘Getting Started’ link below.
inside custom component

Java Development

Reply
Developer
Juergen
Posts: 22
Registered: ‎08-22-2008

Pogrammed Change of BB Icn for busy situation

We would like to perform a program controlled cange of the cursor appearance, status from "ready´" to "busy" and back to "ready". 

 

We would appreciate a Java samples for the requirements above.

Please use plain text.
Administrator
MSohm
Posts: 12,957
Registered: ‎07-09-2008
My Carrier: Bell

Re: Pogrammed Change of BB Icn for busy situation

This would require you to create your own custom fields for your application where you are overring the paint method and manually drawing the cursor yourself.

 

An alternative approach is to display a "Please Wait" screen using the Status class or use a GuageField to show progress.

 

How To - Display a progress bar in handheld applications
Article Number: DB-00121

http://www.blackberry.com/knowledgecenterpublic/livelink.exe/fetch/2000/348583/800332/800505/800345/...

Mark Sohm
BlackBerry Development Advisor

Please refrain from posting new questions in solved threads.
Found a bug? Report it using the Issue Tracker
Please use plain text.