Hello All,
I am using the Win 32 GUI for one of my applications .
I have a small performance problem.
During the processing of the application , if any dialog box pops up
(non Win 32 Gui popups) , the area of the this popup which overlaps with
the Window frame become shaded ... they clear only
Hello All,
I have a multiline Textfield which acts as my output console.
$main = Win32::GUI::Window->new(-name => 'Main',
-text => 'Perl Win32 GUI',
-width => 550,
-height => 660,
Hello All,
I have a small perl win32 file which generates a GUI window, which
worked pretty fine.
Now, I converted it into a .pm file and called it from an other .pl fie.
The GUI still come up OK, but the actions are not firing .
The main code in the new setup is ..
BEGIN
{
$0 =~ /^(.*)[\\\
Hello ,
How do I use DialogUI method to make my Window take "Tabs" etc
use Win32::GUI;
use Win32::GUI::GridLayout;
$main = Win32::GUI::DialogBox->new(-name => 'Main',
-text => 'Perl Win32 GUI',
-width => 550,
prompt.
Thanks and Regards
Maxmelbin Neson
-Original Message-
From: Geoffrey Spear [mailto:[EMAIL PROTECTED]
Sent: Friday, 6. July 2007 5:58 PM
To: Maxmelbin Neson (RBIN/EMT1)
Cc: perl-win32-gui-users@lists.sourceforge.net
Subject: Re: [perl-win32-gui-users] How to terminate a window in
Hello ,
I have a button CANCEL which should close the window .. How to do it ?
What is the method
My code ..
use Win32::GUI;
use Win32::GUI::GridLayout;
$main = Win32::GUI::DialogBox->new(-name => 'Main',
-text => 'Perl Win32 GUI',
Thanks .. That helped
One more question ..
How do I retrieve the value form a text field to a variable ?
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Friday, 6. July 2007 12:19 PM
To: Maxmelbin Neson (RBIN/EMT1)
Subject: Re: [perl-win32-gui-users] How
Right now I do it like this ...
$chkb = $main->AddTextfield(
-width => 100,
-height => 30,
-left => 100,
-top=> 10,
-position => bottom,
-text => $sel3,
);
$sel3 = "new string"
8 matches
Mail list logo