Re: Help about module Win32::Gui

2002-10-16 Thread (Aben) Roman Fordinál

Dobrý den,
16. október 2002, 11:27:29, napsal jste:

BF> is there a "good" help about this module (Win32::GUI)
BF> ?
http://dada.perl.it/gui_docs/guipacks.html - very good :)

-- 
S pozdravem,
 (Aben)
 [EMAIL PROTECTED]

___
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs



Win32 show nothing

2002-10-09 Thread (Aben) Roman Fordinál


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::Dialog();
sub Main_Terminate {
-1;
}

whats wrong?
i have been installed

win32::GUI
win32::API
win32::OLE
Perl v5.6.1 built for MSWin32-x86-multi-thread



-- 
S pozdravem,
 (Aben)
 [EMAIL PROTECTED]

___
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs