Don't you need to put in a 'Main loop()" or 'run main' command at the end to start the
event loop?
> -Original Message-
> From: (Aben) Roman Fordinál [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, October 10, 2002 3:02 PM
> To: [EMAIL PROTECTED]
> Subject: Win32 show nothing
>
>
>
> thi
this program show me nothings :(
use Win32::GUI;
$main = Win32::GUI::Window->new(
-name => 'Main',
-width => 100,
-height => 100,
);
$main->AddLabel(-text => "Hello, world", -name => 'label');
$main->Show();
Win32::GUI::D
- Original Message -
From: "Sean Ahern" <[EMAIL PROTECTED]>
> >Are you sure you haven't made a typo ?
>
> It was cut and paste straight from the documentation. Ive retyped it in
> case there were was something bizarre and invisible in the source, but
with
> no change.
>
I just tried: