native.setActivityIndicator( visible ) doesnt disable buttons

Setting the activity indicator shows the spinner, fades the screen and stops the user from hitting any on screen buttons. Thats all good.

However if the user tries to hit the buttons it seems corona queues them and fires any touch events after the activity indicator is removed. [import]uid: 5354 topic_id: 1312 reply_id: 301312[/import]

Yeah… have that for other stuff too… for example when OpenFeint connects… I think also for the image selector :frowning:

I am already thinking about a solution like “eating events” till some state changes… [import]uid: 6928 topic_id: 1312 reply_id: 3556[/import]