[perl-win32-gui-users] icons in TrackPopupMenu

2007-03-20 Thread Chuck Pierce
anyone know how (or if it's possible) to add/update icons to the TrackPopupMenu? Also, how do you add separator bars in the menu as well? Thanks - Chuck

Re: [perl-win32-gui-users] strange gui behaviour

2007-03-20 Thread Charles Alderman
Hi, You're correct that your problem is in the nested subroutines. The behavior of the handlers you set up inside of verify() is not what you're expecting. There's a lot of stuff going on here that can trap you. First of all, when you try running this script with warnings enabled (per

Re: [perl-win32-gui-users] "STILL_ACTIVE" is not exported by the Win32::Process module

2007-03-20 Thread Jan Dubois
On Mon, 19 Mar 2007, Peter Buck wrote: > "STILL_ACTIVE" is not exported by the Win32::Process module You need Win32::Process version 0.10 or later. Check your version: perl -MWin32::Process -eprint$Win32::Process::VERSION 0.10 It is already included in ActivePerl 815 and later. Cheers, -

[perl-win32-gui-users] strange gui behaviour

2007-03-20 Thread luksedj the first
Hello, I'm just starting to use Win32::GUI and I can't seem to explain the behavior of my application. I have a main perl program that occasionally needs user input. On those occasions I call a function (sub) that builds the window and starts the dialog, and returns a result gathered from the