[perl-win32-gui-users] closing windows

2001-02-16 Thread Michael Solomon
I am having problems closing windows I have written a script that pulls up a window and asks for users entry Then it pulls up a second window My problems are that if the user cancels the first window by hitting the close window button X at the top of the window the program doesn't end but still

RE: [perl-win32-gui-users] get value from list

2001-02-16 Thread Michael Solomon
--- - Tim Thomas Unix Systems Administrator Lockheed Martin EIS · Denver Data Center 303-430-2281 mailto:[EMAIL PROTECTED] -------- - -Original Message

RE: [perl-win32-gui-users] get value from list

2001-02-15 Thread Michael Solomon
row"; #Win32::MsgBox("data($i)=$image$row\n"); } - Tim Thomas Unix Systems Administrator Lockheed Martin EIS · Denver Data Center 303-430-2281 mailto:[EMAIL PROTECTED] ------------ ---

[perl-win32-gui-users] get value from list

2001-02-15 Thread Michael Solomon
I am querying a database and putting the output into a listview What I would like to next is to click on an item in the list and then drilldown into the data base The question is how can I return the value from a List I am fairly new at using Win32::GUI and apologise if this is a stupid question

FW: [perl-win32-gui-users] newbie - trying to get data from text box

2001-01-08 Thread Michael Solomon
xt); >tony -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Michael Solomon Sent: Friday, January 05, 2001 11:18 AM To: Perl Gui (E-mail) Subject:[perl-win32-gui-users] newbie - trying to get data from text box I have just started looki

[perl-win32-gui-users] newbie - trying to get data from text box

2001-01-05 Thread Michael Solomon
I have just started looking at Win32 Gui What I want to do is put up a text box and allow a user to enter data then capture it By looking at code posted here I have written the following: use Win32::GUI; $Frame = new Win32::GUI::Window( -name => "aFrame",

[perl-win32-gui-users] FW: [perl-win32-gui] BrowseForFolder?

2001-01-05 Thread Michael Solomon
I am also interested in 'Browse for Folder' I tried the code $folder = Win32::GUI::BrowseForFolder( * root => "C:\\Program Files", * includefiles => 1, ); and was given the following error message Your vendor has not defined Win32::GUI macro BrowseForFolder, used at E:\scripts \dev\gui1