hello,
how can I set the position of a GetSaveFile or GetOpenFile Dialog? -top and
-left don't seem to work.
the dialog always shows up in the left upper corner of desktop. using win32:gui
0.0.558.
regards,
thomas
Is Win32::GUI designed to support something like this:
$subtxt = "Simple_Click";
eval qq (
sub main::$subtxt {
print "button clicked\n";
$W->SimpleLabel->Text("Got a click");
}
);
(Actually this piece of code does not work...)
The problem is that I would like to
Hi,
seems that my joy was a little too early: If I create a button named "button"
and add it to a certain GroupBox (-parent => $Win->box)
then the subroutine "Button_Click" does not seem to react on my clicks on the
button...
regards,
Thomas
[EMAIL PROTECTED]@[EMAIL PROTECTED] on 02.02.2001 0
Laurent,
this is great! Thank's a lot.
Thomas
[EMAIL PROTECTED]@[EMAIL PROTECTED] on 02.02.2001 05:36:52
Bitte antworten an perl-win32-gui-users@lists.sourceforge.net@INTERNET
Gesendet von: [EMAIL PROTECTED]
An: perl-win32-gui-users@lists.sourceforge.net@INTERNET
Kopie:
Thema: Re: [perl-win3
Thank you! Is the complete script available somewhere?
cheers,
Thomas
Hello,
might be a silly question but anyway: How can I remove all Elements from a
Window in case a different Tab on a Tabstrip is
clicked and different Elements should be displayed on the Window accordingly?
Or can I define separate "Panels" with
different Elements for each Tab?
mit freundlichen
No, it is not but WinNT but as Aldo pointed out I am using the wrong compiler...
Thomas
Yes, "perl makefile.pl" produced a makefile of 23.483 bytes size.
Thomas
Hello,
I installed Win32-GUI 0.0.502 via PPM successfully but would like to use
0.0.558. Running "make" failed with both Borland's and Dev-C++'s
"make":
C:\Perl\Win32-GUI-0.0.558>\borland\bcc55\bin\make
MAKE Version 5.2 Copyright (c) 1987, 2000 Borland
Fatal makefile 799: No terminator specified
9 matches
Mail list logo