Just a repost from a message from last week. Are we really alone here,
anybody has a hint ?

 

Gesendet: Donnerstag, 27. September 2007 11:11
An: qooxdoo-devel@lists.sourceforge.net
Betreff: [qooxdoo-devel] How to force a rearrange of a layouts children

 

We are currently working on a module that needs to re-arrange widgets within
a layout (=> UI-Designer).

 

Our basic problem is how to force a complete recalculation of a layout and
its children !

 

The basic use-case something as following below :

 

// for docklayouts

var widget = ev.target;

this._layout.remove(widget);

// sample, might be also addBottom, addLeft, addRight, add .

this._layout.addTop(widget);

 

qx.ui.core.Widget.flushGlobalJobQueue();

 

I am assuming that the Layout should recalc and redraw itself completely?!?
Anyway it seems that this is not the case.

 

Could maybe somebody explain (shortly) how the layout-system could be forced
to "Refresh"/"Redraw"? I did not find anything within the docs, although the
Layout-Managers are pretty much documented. 

 

As we blocked here for a couple of days already any help would be
appreciated .

 

Carsten Harnisch

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to