Hi the list,

I'm trying to change zIndex of the root blocker, after it appear.

Got a login window, and when i click "OK", i'd like to block all, display a
Composite element on top of the blocker saying "Connecting ..."

I've tried to put composite element zIndex upper than the blocker: no way

I've tried to put blocker zIndex lower than the composite element: no way

I was thinking that this line below was ok, but no ...


root.getBlocker()._widget.getContentElement().getDomElement().style['z-index']=myCompositeElement.getZIndex()-1;


Any idea ? I've already search in the mailing list regarding that, but all
the case are not matching exactly this one

Thanks in advance !
------------------------------------------------------------------------------
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to