[resolved] Pop-Up Window Auto Minimizing? |
Site Admin
|
Could you please create a short sample and send it to NuSphere Support?
|
||||||||||||
_________________ The PHP IDE team |
|
I've sent the sample to your email.
Lee |
||||||||||||
|
Site Admin
|
no, it does not get minimized. It appears below the main window in Z-order.
To get it active you may want to add .focus() call like below var v = window.open(blahblahblah); v.focus(); and btw, to avoid opening multiple popups you may want to use target name in window.open() method and do not forget to add semicolon after it. |
||||||||||||
_________________ The PHP IDE team |
|
Ah...that makes sense. It works properly in all environments except for Dock, where it works as a pop-under. I'll give your solutions a try.
Thanks, Lee |
||||||||||||
|
Site Admin
|
I'd recommend you to use IE dialogs instead of window.open.
|
||||||||||||
_________________ The PHP IDE team |
|
A Windows dialog box is not appropriate for I'm doing. Though the example I sent you simply had a line of text, the pop-up I present to my user has multiple list boxes with multiple options. After the options are selected, code is executed within the pop-up.
|
||||||||||||
|
Site Admin
|
Why don't you check window.showModalDialog() and window.showModelessDialog(). They are a bit more flexible and not any harder than window.open().
See MSDN for further details. |
||||||||||||
_________________ The PHP IDE team |
[resolved] Pop-Up Window Auto Minimizing? |
|
||
Content © NuSphere Corp., PHP IDE team
Powered by phpBB © phpBB Group, Design by phpBBStyles.com | Styles Database.
Powered by
Powered by phpBB © phpBB Group, Design by phpBBStyles.com | Styles Database.
Powered by