On 11 sep, 16:14, "Thomas Wrobel" <[EMAIL PROTECTED]> wrote:
> Ok,thanks, I upload an example zip of what I'm trying to do here;
>
> www.darkflame.co.uk/client.zip
It would have been far better with the appropriate directory structure
and .gwt.xml (and even TestProject-shell.cmd...)
> Basically, I want it if the user clicks on popup1, then popup2, popup1
> stays ontop.
I've removed your "workaround", added a this.addStyleName("darkflame-
OverlayPopUp") in the OverlayPopUp constructor, and added the
following CSS rule in the TestProject.html:
.darkflame-OverlayPopUp { z-index: 1000; }
...and the draggable popup stays on top (tested both in hosted mode –
IE7– and an IE6 within a Virtual PC).
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---