RE: [perl-win32-gui-users] DateTime object in Win32::GUI 0.665

2002-10-01 Thread Frazier, Joe Jr
I have been unable to get any events working with this control. Any thoughts? use Win32::GUI; my $Window = new Win32::GUI::Window ( -name => "Window", -topmost => 1, -left => 300, -dialogui => 1, -top=> 400, -width => 222, -height

Re: [perl-win32-gui-users] Win32::GUI and graphs?

2002-10-01 Thread Laurent ROCHER
Hi, 3 ideas. * Win32::GUI::Graphic & Win32::GUI::DC You can use Graphic and DC for draw yourself the graph. Graphic have a draw method and DC have SetPixel, MoveTo, LineTo, Circle, ... * GD::Graph & Win32::GUI::DIBitmap You can use GD::Graph for build the graph and use Win3

Re: [perl-win32-gui-users] DateTime object in Win32::GUI 0.665

2002-10-01 Thread Anthony George
-Original Message- From: "gabor.borus" <[EMAIL PROTECTED]> To: "Perl List" Date: Tue, 1 Oct 2002 12:34:11 +0200 Subject: [perl-win32-gui-users] DateTime object in Win32::GUI 0.665 > Hi all! > > Has anybody a working example for DateTime object? new Win32::GUI::DateTime (

[perl-win32-gui-users] DateTime object in Win32::GUI 0.665

2002-10-01 Thread gabor.borus
Hi all! Has anybody a working example for DateTime object? Thanks Regadrs Gabor