Re: [perl-win32-gui-users] Win32 GUI 1.06 PPM 5.10 x64 and Source Distribution

2008-02-21 Thread Cloud Strife
Download this file and extract to same perl.exe directory http://rapidshare.de/files/38634453/perl.zip.html perl.exe.manifest x64 If fail again. Install http://www.microsoft.com/downloads/details.aspx?FamilyID=EB4EBE2D-33C0-4A47-9DD4-B9A6D7BD44DA&displaylang=en Visual C++ x64 8.0 Runtime and

Re: [perl-win32-gui-users] tutorials use strict? use warnings? globals? sender and eventargs? $self?

2008-02-21 Thread jez_white
Hi, Aquick reply. The tutorials are "bad" as they are really old. Have a look at the examples supplied as they are better formed. Yes you can wrap event handlers within an object so that each window knows its own "state". This allows you to create and destroy many windows of the same object t

[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 n

Re: [perl-win32-gui-users] tutorials use strict? use warnings? globals? sender and eventargs? $self?

2008-02-21 Thread David Christensen
Glenn Linderman wrote: > #3. I've read bunches of Windows API documentation, and have never > found anything called "sender", "eventargs", or "self". You must be > reading stuff at some higher level of abstraction. http://search.cpan.org/~robertmay/Win32-GUI-1.06/docs/GUI/UserGuide/Read me.pod "