PDA

View Full Version : Getting LayoutRegion to render above dialog



dasRatsel
6 Jul 2007, 12:42 PM
I'm writing an app. with a bunch of dialogs all displayed at once and a collapsible LayoutRegion. Since the dialogs are all part of document.body, they render above the region. What's the best way to get the region to render above everything when it's not collapsed?

dasRatsel
9 Jul 2007, 7:25 AM
bump

tryanDLS
9 Jul 2007, 7:41 AM
Please don't bump threads just b/c you haven't got an immediate reply.

You could play with z-indexes, but the bigger question is why are you trying to do this. Why don't you hide the dialogs. Theoretically, you would only have 1 or maybe 2 visible at a time, and when visible they would be on top of the region, which is the lowest level (e.g. the desktop).

dasRatsel
9 Jul 2007, 9:00 AM
I suppose my question should be whether or not I should be using dialogs. Attached is an image of my page. The idea is that you can create as many different plots as you need to analyze data, be able to resize them, move them, minimize them, all that good stuff. The other image is an example of the plots covering the menu.