[perl-win32-gui-users] textfield problem

2002-03-30 Thread emir cruz
hey guys.. i got a problem... below is a program with a main window with menu. Selecting the 'Search Song' menu item shows a dialog box with textfield. I want to get an input from the user and store that input into a variable named $title_string. Heres the problem... it only prints the first ti

[perl-win32-gui-users] Win32::Gui 0.0.665 problem...

2002-03-30 Thread Michelangelo Corradini
Hello, I have downloaded today the new version of the Win32::Gui and the relative examples but I have found various errors that listed later on. Use ActivePerl v5.6.1 build 631 with Windows 98 and the previous version of the module Win32::Gui I did not have no problem. Of continuation, using Win32

[perl-win32-gui-users] Question...

2002-03-30 Thread Michelangelo Corradini
The module Win32::Gui is compatible with Windows ME ? Thanks. Michelangelo

RE: [perl-win32-gui-users] textfield problem

2002-03-30 Thread Piske, Harald
You must not return -1 from mySearchDialog_Terminate, because it destroys and releases all the objects associated with it. You want to reuse the DialogWindow, so just Hide() it and return One. That does not exit your Dialog() call, but that's not needed. If you want to make the Dialog modal, you ha

[perl-win32-gui-users] Re: Win32::GUI/ME compatability

2002-03-30 Thread Scott 'me22' McMurray
Try it and see =) - me22 P.S. It works for me > Reply-To: "Michelangelo Corradini" <[EMAIL PROTECTED]> > From: "Michelangelo Corradini" <[EMAIL PROTECTED]> > To: > Date: Sat, 30 Mar 2002 17:19:59 +0100 > Organization: Mi & Ma Software > Subject: [perl-win32-gui-users] Question... > > The module