Re[2]: [perl-win32-gui] Event handling Win32::GUI

1999-11-23 Thread Max Kozlov
Hello Eric, Monday, November 22, 1999, you wrote: ECH Let me see if I understand correctly. Are you saying that you are trying to ECH fire off another button click event from within a button click event, and ECH are having trouble doing so? Yes, You underatand correctly, but... ECH What you

[perl-win32-gui] Event handling Win32::GUI

1999-11-22 Thread Max Kozlov
Hello perl-win32-gui, I try to implement some heavy calculations with gui control thru buttons, progress bars etc, but meet some problem. when I do this calculations inside Button_Click event, then i can't get any other button events (for ex. "cancel calculations" button) if inside

Re[2]: [perl-win32-gui] GB update ;-)

1999-11-03 Thread Max Kozlov
Hello Aldo, In which version are you can make SetMenuItemInfo sub. to perform second level submenus ? It really need :) Best regards, Maxmailto:[EMAIL PROTECTED]

Re: [perl-win32-gui] [ANN] Win32::GUI 425 on PPM

1999-10-13 Thread Max Kozlov
Hello Jenda, Monday, October 11, 1999, you wrote: JK On http://Jenda.Krynicky.cz/perl/Win32-GUI-samples.zip you'll find JK some examples. In winpmm.gpl you use Win32::GUI::BitmapInline module. how can i have and use it ? Best regards, Maxmailto:[EMAIL PROTECTED]

Re: [perl-win32-gui] build 425 !!!

1999-10-09 Thread Max Kozlov
Hello Aldo, Friday, October 08, 1999, you wrote: AC hello friends, AC here's build 425 for you! thanx Aldo. btw, while you a still here :) can you explain: it is possible to create submenus within menus ? GUI.pm line 452: $M-{$parent}-SetMenuItemInfo(

Re: [perl-win32-gui] CardLayout manager upgrade.

1999-10-08 Thread Max Kozlov
Hello Mike, Friday, October 08, 1999, you wrote: MK P.S. - If anyone has trouble with the documentation go ahead and rewrite MK or modify it please. I am a coder not a tech writer. D:\w32perl CardLayout.pl Can't locate object method "new" via package "CardLayout" at CardLayout.pl line 12. ???

[perl-win32-gui] Window Resizing object destroying.

1999-08-08 Thread Max Kozlov
Hello perl-win32-gui, How can i limit window resizing to minimum (for ex.) 100x100 ? may be u should return some specified number from Window_Resize ? btw, how can i destroy some window objects, for ex. keys, progressbars and so on ? i do not want to hide them, i want fully destroy

[perl-win32-gui] SubMenus

1999-06-18 Thread Max Kozlov
Hello perl-win32-gui, and again, who can help me with submenu ? it is error in Win32:GUI or sumething else ? i try script: --- use Win32::GUI; $M = new Win32::GUI::Menu( "File" = "File", " Open" = "Open", " Save" = "Save", " -" = "-", " More..." =

[perl-win32-gui] Readonly

1999-05-08 Thread Max Kozlov
Hello perl-win32-gui, How can i make readonly any of checkbox or other objects during Dialog() ? for ex. sub Button_Click { $Checkbox-SetReadonly(1); } ??? Best regards, Max mailto:[EMAIL PROTECTED]

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.

[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,

[perl-win32-gui] Label text problem

1999-04-28 Thread Max Kozlov
Hello perl-win32-gui, i new in Win32::GUI and have small problem in my test script: use Win32::GUI; $M = Win32::GUI::MakeMenu( "File" = "File", " Open" = "Open", " Save" = "Save", " More..." = "More", " Exit" = "Exit", ); $L = $W-AddLabel(-text = "Text, just