Q re native.setactivityindicator (iOS)

Bug or feature?

I'm using native.setactivityindicator true/false.

With an http GET it works as advertised but when used in conjunction with a socket call it does not.

I.e.

1
2
3
4
5
6
7
8
9
10
native.setactivityindicator( true)
reply = socketfunction(some xml data)
 
-- have tried:
-- native.setactivityindicator(false) in the socketfunction
-- and also as:
 
native.setactivityindicator( true)
reply = socketfunction(some xml data)
native.setactivityindicator( false)
views:1529 update:2011/10/2 9:44:12
corona forums © 2003-2011