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

2005-04-16 Thread Jez White
Have you tried $your_top_seeking_window-SetForegroundWindow(), called from the notify icon click handler? I think I'm using that to do what it sounds like you want to do... Ah... yep.. worked like a charm. Thanks a lot. Would have been easier if that was actually listed in the

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

2005-04-16 Thread Ian Batterbee
All these calls are listed in the Win32_GUI.html document - not in Window.html. There is a hundred odd functions/methods documented here. Not sure why it's in a separate file:) It's not an api call - it's an actual method. Cheers. jez. You're right.. I was looking in Window.html. For

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

2005-04-16 Thread Jez White
For the benefit of anyone following this thread who also couldn't find that info: http://jeb.ca/perl/win32-gui-docs/index.pl/win32-gui#SetForegroundWindow_ Hi, I just had a quick look at this page - and it is out of date (more functions and improved documentation for others in the latest