The only problem is when I show multiple dialogs, and when the user
cliks on one in hte background (partially hidden), i want to be able to
show it completely and push the other windows to the background (Just
like you have windows behaving in Windows OS). I want to use this
mechanism in creating a portal where I have all the user available
channels as a tree/menu and when the user clicks on a channel, I create
a new dialog or if that is already displayed, bring to focus.. Any
ideas?
Use something like this: DOM.setIntStyleAttribute(dlg.getElement(),
"zIndex", 100);
Alex