I have a mainContainer which is layouted as Canvas.
I add a two "layers" to this:
mainContainer.add(firstLayer, {left: 0, top: 0, height: "100%", width:
"100%"});
mainContainer.add(secondLayer, {left: 0, top: 0, height: "100%", width:
"100%"});
The first layer holds the "real" content of my app. The second layer is a
fader layer which would be used for show for example a loader.gif if there
is a long lasting ajax request in the app.
So after initailizing: secondLayer.hide();
But despite the fact that I try to secondLayer.show(); when I would need it,
qooxdoo doesn't do this.
Intresting is, that if I stop the code with an alert or with a breakpoint
using Firebug _and_ make some hover on the browser window the show() effect
works.
I tried to make this change using the qx's properties but it still didn't
work.I hope it was clear enough without the quite difficult code fragments. I would be very glad if somebody could help me with this, becouse I stucked with this totally after more hours of experimentation. -- View this message in context: http://n2.nabble.com/qx-1-0-neglect-some-commands-tp4440289p4440289.html Sent from the qooxdoo mailing list archive at Nabble.com. ------------------------------------------------------------------------------ Throughout its 18-year history, RSA Conference consistently attracts the world's best and brightest in the field, creating opportunities for Conference attendees to learn about information security's most important issues through interactions with peers, luminaries and emerging and established companies. http://p.sf.net/sfu/rsaconf-dev2dev _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
