Re: [perl-win32-gui] Button -default option

1999-05-07 Thread Jonathan Southwick
From: Max Kozlov [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, May 07, 1999 8:29 AM Subject: [perl-win32-gui] Button "-default" option Hello perl-win32-gui, is it works ? $W-AddButton( -name = "Simple", -left = 5, -top = 5, -text = "Click button",

Re: [perl-win32-gui] Button -default option

1999-05-07 Thread Aldo Calpini
Max Kozlov wrote: Hello perl-win32-gui, is it works ? $W-AddButton( -name = "Simple", -left = 5, -top = 5, -text = "Click button", -default = 1 ); when i set '-default=1' then i get "default" shape of button, but when i press 'Enter' i don't get any event.

[perl-win32-gui] Anyone gotten Win32:GUI working with ActiveState build?

1999-05-07 Thread Kelley Phillips
Hello, I haven't used Win32::GUI in a while, and I was wondering if anyone's built it to work with ActiveState Perl and what all it took. I'm currently using ActiveState Perl 5.005_03 build 515. Kelley Phillips [EMAIL PROTECTED] Programmer/Analyst, Info Tech, Inc.

Re: Re[2]: [perl-win32-gui] Button -default option

1999-05-07 Thread Jonathan Southwick
- Original Message - From: Max Kozlov [EMAIL PROTECTED] To: Aldo Calpini [EMAIL PROTECTED] Sent: Friday, May 07, 1999 9:49 AM Subject: Re[2]: [perl-win32-gui] Button "-default" option with -default, -ok and any of it's combinations i can't get Click() or DblClick() event... Best

Re: Re[4]: [perl-win32-gui] Button -default option

1999-05-07 Thread Indy Singh
how can i make DialogBox instead Window ? i don't found it in docu. Change: $W = new Win32::GUI::Window( to: $W = new Win32::GUI::DialogBox( Indy -Original Message- From: Max Kozlov [EMAIL PROTECTED] To: Aldo Calpini [EMAIL PROTECTED] Date: Friday, May 07, 1999 12:15 PM Subject: Re[4]:

Re[4]: [perl-win32-gui] Button -default option

1999-05-07 Thread Max Kozlov
Hello Jonathan, ïÿòíèöà, Ìàé 07, 1999, you wrote: JS Could you show us some parts of your code? Could you include the code where JS you create the window, the code where you add the buttons, and the code JS where you test the buttons? here is all of my code :) ---

Re[4]: [perl-win32-gui] Button -default option

1999-05-07 Thread Max Kozlov
Hello Aldo, ïÿòíèöà, Ìàé 07, 1999, you wrote: AC sheesh... I forgot to add (once again) that: AC -ok AC -default AC -cancel AC -tabstop AC -group AC are ONLY valid inside a DialogBox, not inside a Window. how can i make DialogBox instead Window ? i don't found it in docu.

Re: [perl-win32-gui] Anyone gotten Win32:GUI working with ActiveState build?

1999-05-07 Thread Tim Haakenson
Kelley, I am using the same version of ActiveState Perl, and Win32::GUI works fine. In my opinion, the best way to install it is to use PPM. Jenda has a site set up which will let you retreive it via PPM. http://jenda.krynicky.cz/ Tim Haakenson Kelley Phillips wrote: Hello, I haven't

Re: [perl-win32-gui] Anyone gotten Win32:GUI working with ActiveState build?

1999-05-07 Thread Jonathan Southwick
Hello, I haven't used Win32::GUI in a while, and I was wondering if anyone's built it to work with ActiveState Perl and what all it took. I'm currently using ActiveState Perl 5.005_03 build 515. Kelley Phillips [EMAIL PROTECTED] Programmer/Analyst, Info Tech, Inc. I didn't build it, I

[perl-win32-gui] Button -default option

1999-05-07 Thread Max Kozlov
Hello perl-win32-gui, is it works ? $W-AddButton( -name = "Simple", -left = 5, -top = 5, -text = "Click button", -default = 1 ); when i set '-default=1' then i get "default" shape of button, but when i press 'Enter' i don't get any event. why ? Best regards,