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
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
-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 (
Hi all!
Has anybody a working example for DateTime object?
Thanks
Regadrs
Gabor
4 matches
Mail list logo