Monday, November 28, 2011

Re: Multiple DialogBoxes, bringing one to the front of others - a conundrum.

What you've suggested appears to ALMOST work.

I have two styles in my CSS.... one called "activeWindow" and the
other called "nonWindowZIndex"

The former has a z-index of 1, the latter of 2.

The trick I found was that I could not add the nonWindowZIndex style
to the MenuBar objects. It has to apply to the gwt-MenuBarPopup
style.... that was frustrating until I finally figured that bit out.

Now I'm hoping I don't run into any other oddities like that!

Otherwise, so far so good - thanks for the pointer.

On Nov 24, 7:39 am, geert3 <geert.coelm...@gmail.com> wrote:
> use a CSS class e.g "active" that has a higher z-index. Only the clicked
> window shall have that class, causing it pop up in front the others.
> (basically your approach 1).
> popup menus etc need to have a fixed z-index higher than the active window.
> i don't see further problems with that?

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.

No comments:

Post a Comment