[perl-win32-gui-users] Win32-GUI 0.0.558 Installation

2001-01-30 Thread thomas . emde . te
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 for in-line file operator

C:\Perl\Win32-GUI-0.0.558>\dev-c++\bin\make
Makefile:303: *** missing separator.  Stop.

C:\Perl\Win32-GUI-0.0.558>

Any ideas?

best regards,
Thomas



Antwort: Re: [perl-win32-gui-users] Win32-GUI 0.0.558 Instal

2001-01-30 Thread thomas . emde . te
Yes, "perl makefile.pl" produced a makefile of 23.483 bytes size.

Thomas



Antwort: Re: [perl-win32-gui-users] Win32-GUI 0.0.558 Instal

2001-01-31 Thread thomas . emde . te
No, it is not but WinNT but as Aldo pointed out I am using the wrong compiler...

Thomas



[perl-win32-gui-users] Tabstrips

2001-01-31 Thread thomas . emde . te
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 Grüßen/with best regards
Thomas Emde
n
n

BAYER AG
IS-CT DPN
D-51386 Leverkusen
Fon: +49 (0) 214/30-81513
Fax: +49 (0) 214/30-31737
E-Mail: [EMAIL PROTECTED]



Antwort: Re: [perl-win32-gui-users] Tabstrips

2001-01-31 Thread thomas . emde . te
Thank you! Is the complete script available somewhere?

cheers,
Thomas



Antwort: Re: [perl-win32-gui-users] Tabstrips

2001-02-02 Thread thomas . emde . te
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-win32-gui-users] Tabstrips

Hello,

An other solution for hide and show TabStrip page.

This is a TabStrip test, i have made.
I use a GroupBox for each Page, and attach elements on it.
Then, just show and hide the good GroupBox.

Laurent.

- Original Message -
From: <[EMAIL PROTECTED]>

> 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?

> Thomas Emde





Antwort: Re: [perl-win32-gui-users] Tabstrips

2001-02-02 Thread thomas . emde . te
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 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-win32-gui-users] Tabstrips

Hello,

An other solution for hide and show TabStrip page.

This is a TabStrip test, i have made.
I use a GroupBox for each Page, and attach elements on it.
Then, just show and hide the good GroupBox.

Laurent.

- Original Message -
From: <[EMAIL PROTECTED]>

> 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?

> Thomas Emde





[perl-win32-gui-users] Event routines

2001-02-07 Thread thomas . emde . te
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 create a number of controls dynamically
because I know the number of controls to
create only at runtime.

regards,
Thomas



[perl-win32-gui-users] SaveFile/OpenFile Dialogs

2001-03-16 Thread thomas . emde . te
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