Re: How would you tell WebKit to keep all JavaScript popup windows on top/in front?

2008-07-30 Thread Rob Napier
There are likely several ways, but one way is to raise the window's level. When you create the window, use [window setLevel:NSFloatingWindowLevel] for those windows you want to float. -Rob -- Rob Napier -- Software and Security Consulting -- http://robnapier.net On Jul 28, 2008, at 1:58

Re: How would you tell WebKit to keep all JavaScript popup windows on top/in front?

2008-07-30 Thread Sumner Trammell
Thanks Rob. -s On Wed, Jul 30, 2008 at 3:35 PM, Rob Napier [EMAIL PROTECTED] wrote: There are likely several ways, but one way is to raise the window's level. When you create the window, use [window setLevel:NSFloatingWindowLevel] for those windows you want to float. -Rob -- Rob Napier

How would you tell WebKit to keep all JavaScript popup windows on top/in front?

2008-07-28 Thread Sumner Trammell
Hi, I've used WebKit to write a small Single-Site Browser that takes you straight to a special section of the company intranet. It works great, but there is one particular link on the page that creates a popup window using JavaScript. I want this popup to always stay on top. In other words, I