[perl-win32-gui-users] Dumb questions re window objects/focus/topmost and destruction of the object

2005-04-15 Thread Ian Batterbee
I'm sure this is a dumb question, but I just can't figure out how to do it. I've been programming in perl for years, but mainly for CGI scripting under linux, and Win32::GUI is quite new to me. How do I destroy a win32::gui window object once I'm finished with it? I can delete the reference/ha

Re: [perl-win32-gui-users] Dumb questions re window objects/focus/topmost and destruction of the object

2005-04-15 Thread Ian Batterbee
I've currently got it working with show()/enable() and hide()/disable(), but this creates the problem where the window doesn't get elevated to the top if it is already open. I don't want to use -topmost=>1, because I don't want to force my window on the user if they want to hide it, but having