No native activity indicator on device

Hello
In my app I want to display a native activity indicator. So befoere some long operation I'm calling native.setActivityIndicator( true ), after it finishes - native.setActivityIndicator( false ). On my win simulator I can even see some kind of indicator window in the top left corner. But on my device it doesn't show activity indicator at all.
Here is the example of the code:

1
2
3
4
5
6
7
8
9
function onStart( event )
        
        native.setActivityIndicator( true )
        
        -- lots of different operations and function calls here
        
        native.setActivityIndicator( false )
 
end

Had the same issue. I submitted a bug report.

-Steven

Sorry, but the native.ActivityIndicator API is not supported on Android devices. The API was updated to reflect this fact.

views:1459 update:2011/10/8 15:12:54
corona forums © 2003-2011