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
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
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,
-
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
4 matches
Mail list logo