Hey,

I would write my own "loading indicator container" which holds one arbitrary 
widget, extends from qx.ui.container.Composite, uses a Canvas layout and adds a 
loading Image itself. That way, you can supply a property on that container 
which enables / disables the loading image easily by just setting the 
visibility.
Maybe you have to react on resize of the original widget but that should not be 
much work.

Another Idea is to add a loading image (qx.html.Image) to the conatainer 
element of the widget. But that would require some knowledge of the insights of 
widgets.

Regards,
Martin

Am 25.08.2010 um 16:06 schrieb Matthew Devine:


So I was wondering if its at all possible to place an image I want to add 
overtop of my current widgets in a container.  Basically I’m trying to do a 
blocker w/ loading spinner, I’m able to have them work in conjunction no 
problem.  The only issue is getting the image to sit on top of my container 
widgets as opposed to just adding it as another widget and then removing it.  
Doing it this way looks wrong because it just gets dumped into the next layout 
segment.


Matt

<ATT00001..txt><ATT00002..txt>

------------------------------------------------------------------------------
Sell apps to millions through the Intel(R) Atom(Tm) Developer Program
Be part of this innovative community and reach millions of netbook users 
worldwide. Take advantage of special opportunities to increase revenue and 
speed time-to-market. Join now, and jumpstart your future.
http://p.sf.net/sfu/intel-atom-d2d
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to