[perl-win32-gui-users] FW: question about icons on the taskbar and hover over.

2007-12-03 Thread Fleming, John M
http://search.cpan.org/~karasik/Win32-GuiTest-1.54/lib/Win32/GuiTest/Exa mples.pm see eg/showwin.pl GetWindowText() is the function that pulls the data i want in case anyone wants to know. This is just the info i was looking for, thanks for the pointer! -Original Message- From: Geoffrey

[perl-win32-gui-users] question about icons on the taskbar and hover over.

2007-12-03 Thread Fleming, John M
I'm not really sure what the technical name is for icons that show up on the task bar, but I'm not talking about the start button, systray or quick launch just to be clear. I'm kind of at a lose on how to look this up first off, but how could i get a list of all the icons on the taskbar (or whate

Re: [perl-win32-gui-users] Problem with Win32::GUI and PerlApp with Vista

2007-12-03 Thread Jeremy White
Hi, Thanks for the reply. For the production build I am using PerlApp 6.0.2 - but for the testing of this issue I am using PerlApp 7.0.0 build 277058 which should have the fix that was mentioned in bug 36715. I've also tried turning DEP and messed with other Vista settings and it still fails.

Re: [perl-win32-gui-users] Problem with Win32::GUI and PerlApp with Vista

2007-12-03 Thread Robert May
On 03/12/2007, Jeremy White <[EMAIL PROTECTED]> wrote: > It seems the option --dyndll with perlapp causes the problem - I dont know > why... I've not used perlapp, but might it be related to this bug: http://bugs.activestate.com/show_bug.cgi?id=36715 --dyndll causes (some of?) the bundled librari

Re: [perl-win32-gui-users] Problem with Win32::GUI and PerlApp with Vista

2007-12-03 Thread Jeremy White
As a follow up: It seems the option --dyndll with perlapp causes the problem - I dont know why... Cheers, jez. > > All, > > I'm having an odd problem with using GetOpenFileName - but only when it's > converted into an exe with PerlApp. > > Using the demo example (C:\Perl\site\lib\Win32\