10-20-2009 02:15 PM
Hi everybody.
Is it possible to draw standard BB spinner? How could I do this?
I tried to draw animated gif, but it doesn't work correct (no animation).
Thanks,
Maksym.
Solved! Go to Solution.
10-21-2009 03:24 AM
Check this thread
http://supportforums.blackberry.com/t5/Java-Develo
animation is not supported by default.
here is a workaround that shows how to display an animated gif:
http://www.blackberry.com/knowledgecenterpublic/li
10-23-2009 04:00 AM
Thank you
03-04-2010 10:15 AM
So is not possible to invoke the "clock/spinner" that Blackberry has by default?
I've seen a single "clock" animation when GC works, and I would like also to use it, instead of me drawing a gif and creating another thread in my app.
Thanks,
03-04-2010 03:44 PM
You realize that the spinner itself is likely just that -- an animated gif on a separate Thread. It's just created in very sepcific cases. I don't believe there's an API which allows you directly invoke it.