Hi, thanks for all this valuable info.

I am however still stuck trying to do a particular animation. I basically
want to do a "move" effect, but this move effect can be interrupted before
the end. In that case I call end() on the effect, but I then want the widget
to return to its original position (which is modified by the low level move
effect).

I call scheduleLayoutUpdate() on the widget. However, is there an event I
can observe in that case to know when the update is actually done? I need
this for what I want to do.

Jean-Noel


On Wed, Jun 10, 2009 at 1:08 PM, Stefan Volbers <[email protected]> wrote:

> Hi,
>
> Alexander Back wrote:
> > "resize" is fired when the widget is layouted and "appear" is fired when
> > the widget/DOM element is added to the DOM and visible. If you want to
> > get the info if a DOM element is ready to use "appear" is the better
> choice.
>
> > For windows the "resize" event can also be used, since the window widget
> > itself always changes the sizes before shown. In this case the "resize"
> > should be because the developer then knows the layouted size and it's
> > possible to center the window widget.
> >
> > I hope this lighten up some things.
>
> Yes. Thanks! I appreciate that.
>
> Bye
> Stefan
>
>
> ------------------------------------------------------------------------------
> Crystal Reports - New Free Runtime and 30 Day Trial
> Check out the new simplified licensing option that enables unlimited
> royalty-free distribution of the report engine for externally facing
> server and web deployment.
> http://p.sf.net/sfu/businessobjects
> _______________________________________________
> qooxdoo-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
>
------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to