Re: [win32gui] [perl-win32-gui-users] Treeview CreateDragImage

2005-10-18 Thread Robert May
Jason P. wrote: I have been playing with drag/drop of treeview items and now have a rather slight bit of grievance to clear up: when CreateDragImage is called, it returns the handle, but NOT the actual object. If there is a simple way to create/find the object from the handle, I suppose I

Re: [win32gui] [perl-win32-gui-users] Mouse Events Problems

2005-10-18 Thread Robert May
Jason P. wrote: Spawned from [perl-win32-gui-users] How to do While MouseDown, Move Window --- While we're on the subject of these events I'd like to point out that on WinXP SP2/ AS Perl 5.8.7, MRightUp is apparently not firing at all times. If given a fair (say, 1 second) time span, it

Re: [win32gui] RE: [perl-win32-gui-users] Next Release soon

2005-10-18 Thread Robert May
Glenn W Munroe wrote: Rob, I just downloaded the 5.8 PPM from your site. It failed a new dependency check for Test::More. This module is available on CPAN, but not on the ActiveState repository. I had a quick look through the code and couldn't find where it was used; could it be a hangover from

[perl-win32-gui-users] Re: TreeView - No DoubleClick Event

2005-10-18 Thread Eric Hansen
I have attached a screen shot of the application TreeView Eric Hansen [EMAIL PROTECTED] wrote: Hello, I am using the Win32-GUI1.02 release. I have found some added functionality over .665 that has me very happy. Namely, a Change Event for the DateTime widget. But I still don't

Re: [win32gui] [perl-win32-gui-users] TreeView - No DoubleClick Event

2005-10-18 Thread Robert May
Eric Hansen wrote: Hello, But I still don't see a Double CLick event for TreeView nodes. This is greatly needed. How about this: #!perl -w use strict; use warnings; use Win32::GUI; my $mw = Win32::GUI::Window-new( -title = terminate test, -pos = [100,100], -size

[perl-win32-gui-users] NotifyIcons with Balloon Tips (Win2k/XP -not-9x)

2005-10-18 Thread Jason P.
I found this in my draft box from a month or so ago, and thought those involved in the upcoming release might be interested (or not) in seeing it. Jason P. -Original Message- I cant be perfectly sure of the definition of the NOTIFYICONDATA structure in place on the sources as of 1.02, but I