i think ghetto way to do it is add below div manually in an event when popup window to shows up.
<div style="position: absolute; top: 0pt; left: 0pt; z-index: 1; width: 100%; height: 1545px; opacity: 0.6; display: none;" class="overlay_alphacube" id="overlay_modal"> i think whatever .css that your Window theme uses should have the css style rule(s) for the overlay (.overlay_alphacube and #overlay_modal)... Difference is if it was a Dialog u created, it automatically adds div for this code. For the Window, it never adds/uses that overlay_alphacube css rule, but should know how to use it if it was used in your document. So u can add it manually. not sure where exactly, onLoad event for Window or onclick event that starts new window? I am not sure if the new Window has a zindex css property higher than that value 1, if not you might need to manually set the window's css property to higher z-index.
_______________________________________________ Javawin mailing list [email protected] http://mail.xilinus.com/mailman/listinfo/javawin_xilinus.com
