[perl-win32-gui-users] DateTime new methods

2003-11-17 Thread Jeremy White
Glenn, Below are two new methods (GetDateTime and SetDateTime) for the datetime control. They allow the setting and reading of the time component. I've also included a simple example. I'll update the online documentation when you have released the new build. I tried to find the fix for the s

Re: [perl-win32-gui-users] accelerator keys - now working

2003-11-17 Thread Jeremy White
From: Erick Bourgeois <[EMAIL PROTECTED]> > Erick, are you able to generate flat html files which could be included > automatically in new builds? Jeremy, I seems redundant to create HTML files for the distro and have online ones. I was under the impression that creating this documentation proje

[perl-win32-gui-users] I'm here

2003-11-17 Thread Aldo Calpini
hello Win32::GUI people I'm here, I'm here! I'm very, very sorry for my latitance. I know I have promised a lot of things, a lot of times, and never respected what I said. please accept my excuse for this. and I'm very, very happy to see things moving and people willing to help. as it is clear at

[perl-win32-gui-users] How to Flash a Window?

2003-11-17 Thread leonard . jacobsen
Does anyone know how I could go about making my main window flash when a certain event has occured? I've tried something like the following code, but can't seem to get it to work. $mainwindow = Win32::GUI::Window -> new ( -name => "Mainwindow", -text => "Main Window", -width

Re: [perl-win32-gui-users] I'm here

2003-11-17 Thread Glenn Linderman
Hi Aldo, Glad to hear from you again. I would like CVS commit access on SourceForge, user name guruglenn although I may not be able to use it until next year (but that's only a couple months away). Thank you. I'm glad to hear you are working on NEM, as I think it is a friendlier model ov

Re: [perl-win32-gui-users] How to Flash a Window?

2003-11-17 Thread Laurent ROCHER
Hi, Try with Window handle : my $ret = $flash -> Call($mainwindow->{-handle}, 1); Laurent. > Does anyone know how I could go about making my main window flash when a > certain event has occured? > > I've tried something like the following code, but can't seem to get it to > work. > > $mai

Re: [perl-win32-gui-users] How to Flash a Window?

2003-11-17 Thread leonard . jacobsen
That worked great. Thank you very much. Len. "Laurent ROCHER"

Re: [perl-win32-gui-users] I'm here

2003-11-17 Thread Laurent ROCHER
Hi Aldo, Happy to read you again. Last week, i have proposed to use SourceForge CVS for start a bug fix branch on 665 release. I have play a little with CVS, and i think i can setup CVS like this. 1) Tag current CVS source code as Win32-GUI-0_0_622. I have notice a problem with text files. E

[perl-win32-gui-users] Splitter code from Trevor Garside

2003-11-17 Thread Jeremy White
All, Below is code from Trevor Garside (reproduced with permission) - it adds a new event _Drag for the splitter control. The downside is that it disables the _Release event. I've tested it and it works (558). If this is included in any new build, the _Release event should be enabled. Cheer

Re: [perl-win32-gui-users] I'm here

2003-11-17 Thread Jeremy White
From: Aldo Calpini <[EMAIL PROTECTED]> and I'm very, very happy to see things moving and people willing to help. as it is clear at this point, I'm not in the position to continue developing Win32::GUI all alone. but I'm not going to give up the project. if there is something useful for the commun