Wow, you're a genius. Michael has good genes :) Thank you.
--- HJ <[EMAIL PROTECTED]> wrote: > Eric H. Jung wrote: > > Thanks, HJ. > > > > Do you think there's a way to change the zlevel dynamically at runtime from > > alwaysRaised > > (zlevel=6) to 5? I tried this: > > Yes, you can use: > > const CI = Components.interfaces; > var xulwin = window.QueryInterface(CI.nsIInterfaceRequestor) > .getInterface(CI.nsIWebNavigation) > .QueryInterface(CI.nsIDocShellTreeItem) > .treeOwner > .QueryInterface(CI.nsIInterfaceRequestor) > .getInterface(CI.nsIXULWindow); > > xulwin.zLevel = xulwin.normalZ; > xulwin.zLevel = xulwin.raisedZ; > > /HJ > _______________________________________________ > Project_owners mailing list > [email protected] > http://mozdev.org/mailman/listinfo/project_owners > _______________________________________________ Project_owners mailing list [email protected] http://mozdev.org/mailman/listinfo/project_owners
