Question
Spinning wait cursor
Hi. I like to show simple spinning wait cursor or spinner when
initializing Stage3D
accessing SQLite
creating Instances
calling System.gc()
and so on.
I used enterFrame / Timer to try to rotate the spinner,
but the animation is not shown on an actual device
since AIR currently is not supporting UI thread.
I heard that it will be supported on next update or so though.
http://www.bytearray.org/?p=4423
But in a meattime, Is there any workaround?
