I have some code where I want to animate a view by slowly reducing the width to zero.
 
Then, *AFTER* the animation is finished, I want to move the view to the end of the layout using...
 
this.myview.mylayout.removeSubview(theView);
this.myview.mylayout.addSubview(theView);
 
 
The problem is, I can't figure out how to tell when the animation has finished.
 
Any ideas?
_______________________________________________
Laszlo-user mailing list
[email protected]
http://www.openlaszlo.org/mailman/listinfo/laszlo-user

Reply via email to