Re: [perl-win32-gui-users] New "Hook" Method

2004-01-06 Thread Glenn Linderman
On approximately 1/6/2004 6:51 AM, came the following characters from the keyboard of Stephen Pick: Hi, Arrrgh. The Win32 API deals, in the most part, with pointers to structs rather than structs themselves. You can't pass homemade structs as Perl references to SendMessage and hope that they'r

RE: [perl-win32-gui-users] New "Hook" Method

2004-01-06 Thread Stephen Pick
Hi, Arrrgh. The Win32 API deals, in the most part, with pointers to structs rather than structs themselves. You can't pass homemade structs as Perl references to SendMessage and hope that they're magically converted into C pointers, that would indeed be nice, but it just isn't how it works. I re

RE: [perl-win32-gui-users] New "Hook" Method

2004-01-06 Thread Glenn W Munroe
Thanks for that, Steve. I'll be looking out for the new implementation. In the meantime, I've been playing with some other messages and always seem to hit the same problem with pointers to structures. When you say "you can't use Perl to resolve the pointer" does that mean it is impossible without X

RE: [perl-win32-gui-users] Win32::GUI help-URGENT

2004-01-06 Thread MJG
Instead of copying, install it with PPM. Download the ZIP from Sourceforge for your build of Perl. I've run into the same thing when just trying to copy the appropriate files to their locations. If you use the one from Active state, it is only build .558. Sourceforge is .607 I believe. It look

Re: [perl-win32-gui-users] Win32::GUI help-URGENT

2004-01-06 Thread Jez White
Hi, I wouldn't use the Activestate Repository for win::gui - there are later versions available on the sourceforge site - you will have to manually install the module: http://sourceforge.net/projects/perl-win32-gui/ http://sourceforge.net/project/showfiles.php?group_id=16572&package_id=12884 for

[perl-win32-gui-users] Win32::GUI help-URGENT

2004-01-06 Thread #SHUCHI MITTAL#
Hello there I am computer engg student in Singapore and am currently developing a perl application for which I need to develop a small and simple GUI. For this I came across this Win32::GUI module and feel its very easy to use. However I'm having trouble with it and was hoping someone could he

[perl-win32-gui-users] Win32::GUI help-URGENT

2004-01-06 Thread #SHUCHI MITTAL#
Hello there I am computer engg student in Singapore and am currently developing a perl application for which I need to develop a small and simple GUI. For this I came across this Win32::GUI module and feel its very easy to use. However I'm having trouble with it and was hoping someone could he