RE: [perl-win32-gui-users] AcceleratorTable

2001-02-02 Thread Peter Eisengrein
I may be wrong, but I've found that you cannot call a _Click() directly (you actually have to Click on something). I'd try this with your subs: sub Open_Click { Open(); } sub Open { my $file=GUI::GetOpenFileName(-title=>"File To Open", -filter=>["*.*"],); } sub OpenHK_Click { Open;

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 0

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

Re: [perl-win32-gui-users] Documentation

2001-02-02 Thread Shain Edge
Hehe.. The question I would ask is why isn't the documentation in all of the other distributions, or at least a file to itself with a link to it in the source code? I found the Win32-GUI accidently by doing a Win32 search on the PPM. It looked like something that would interest me so I DLed it

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

2001-02-02 Thread Aldo Calpini
Danny Zak wrote: > Dear perl-win32-gui-users, > > i first want to send a real big package of congrats to the > developers of this fasinating module.. thanks :-) > It is great.. i already have some nice ideas of using the module, > but as for now it is still in test or development phase ? it's a

[perl-win32-gui-users] win32::gui

2001-02-02 Thread Danny Zak
Dear perl-win32-gui-users, i first want to send a real big package of congrats to the developers of this fasinating module.. It is great.. i already have some nice ideas of using the module, but as for now it is still in test or development phase ? In the docs i can find lots of TBD (t

Re: [perl-win32-gui-users] Documentation

2001-02-02 Thread Aldo Calpini
Shain Edge wrote: > Hi. I just installed Win32-GUI and found absolutely _no_ > documentation with it. Where can I find the documents for help > on using it? download the source tree (Win32-GUI package on SourceForge) for samples and documentation. ==