[perl-win32-gui] GuiBuilder error with Win32::GUI build 434

1999-11-22 Thread lesaber lesaber
Hello all: On Build 434, when I try to resize the main window I get a text error as follows: Can't call method "Text" without a package or object reference at gb.pl line 232 it is this line at 232: $CWin->WinInfo_Lab->Text(" sh=".$CWin->ScaleHeight(). ... I think this is the one David is seei

RE: [perl-win32-gui] Problem with installing win32::GUI

1999-11-22 Thread Eric C. Hansen
Please check that you have the following installed as shown below: C:\Perl\site\lib\Win32\GUI.pm C:\Perl\site\lib\Win32\GUI\BitmapInline.pm C:\Perl\site\lib\Win32\GUI\CardLayout.pm C:\Perl\site\lib\Win32\GUI\GridLayout.pm C:\Perl\site\lib\Win32\GUI\myGridLayout.pm C:\Perl\site\lib\auto\Win32\GUI

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

1999-11-22 Thread Brian Lalonde
I think something like Visual Basic's 'DoEvents' proc is what is wanted/needed. Eric C. Hansen wrote: > Max, > Let me see if I understand correctly. Are you saying that you are trying to > fire off another button click event from within a button click event, and > are having trouble doing so? W

Re: [perl-win32-gui] Problem with installing win32::GUI

1999-11-22 Thread David Hiltz
> beeing a real newby to installing *.pm's. I've got a question: > > I've copied, the gui.pm to my Perl Dir Perl\lib\win32. But when I start a > sample .pl file from the Distribution Win32-GUI-0.0.434 I get the following > Error Message: > > Missing $ on loop variable at C.\perl\lib\win32\gui.pm

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

1999-11-22 Thread Eric C. Hansen
Max Kozlov wrote: 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" bu

[perl-win32-gui] Problem with installing win32::GUI

1999-11-22 Thread Ă–sterle Heinz hoe09
Hi there, beeing a real newby to installing *.pm's. I've got a question: I've copied, the gui.pm to my Perl Dir Perl\lib\win32. But when I start a sample .pl file from the Distribution Win32-GUI-0.0.434 I get the following Error Message: Missing $ on loop variable at C.\perl\lib\win32\gui.pm Be

[perl-win32-gui] FW: BrowseForFolder in Win32::FileOp and PIDL

1999-11-22 Thread Jerome van Noort
>> I tried the FileOp-module from your pages. >> >> I still have one question left; >> $rootFolder only seems to be for constants. >> is there a way to give it a default-directory to start with ??? >Well ... theoreticaly there is, but there is a problem there. >I'd need to "convert" the path to

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