I tried using the default busy cursor in flex 4.6 mobile. But the busy cursor is very small compared to the one available in web application. Is it possible to increase he size of the cursor. I dont want to add image instead of cursor.Any ideas??
Or atleast is it possible to use the busy indicator component instead of the normal busu cursor?
Generally I stay away from the busy cursor for several reasons, including the fact that it is so small on mobile apps. The busy indicator is very easy to use and can be positioned and sized how you like:
Then, when you want to show it, set the visible property to true. For instance, if you are using a httpService you could do the below: