[perl-win32-gui-users] Passing events through to a module

2005-03-24 Thread Gareth John
I would like to implement a Win32::GUI frontend as a module 
(class/object), e.g.:


--
#!/usr/bin/perl -w
use MyGUI;

my $gui = MyGUI->new();
$gui->dialog();

--

where the dialog method maps to Win32::GUI::Dialog().

Is there any way to automatically pass all Events (e.g. _Click events, 
etc) through to the GUI object from the main perl script, or do I need 
to forget about implementing the GUI as a class/object and do it all in 
the main perl script?


Thanks,
Gareth



[perl-win32-gui-users] Missing constants for ListView HitTest

2008-02-21 Thread Gareth John
I'm using Perl v5.10.0 and Win32::GUI 1.0.6 - I'm trying to import the 
following constants:

LVHT_ABOVE
LVHT_BELOW
LVHT_NOWHERE
LVHT_ONITEMICON
LVHT_ONITEMLABEL
LVHT_ONITEMSTATEICON
LVHT_TORIGHT
LVHT_TOLEFT

but they don't seem to be exported by Win32::GUI::Constants.  Can anyone 
tell me what I need to do to get these constants?

Thanks,
Gareth

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Perl-Win32-GUI-Users mailing list
Perl-Win32-GUI-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/perl-win32-gui-users
http://perl-win32-gui.sourceforge.net/