views:

115

answers:

1

Hi, I have an app with a canvas which content changes dynamically. In my app there is a progressbar which I want to show while the canvas update is executed. Is there any event to call just before the update starts?

Thanks!

A: 

Try using creationComplete or dataChange

skalburgi