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
---
-
Tim Thomas
Unix Systems Administrator
Lockheed Martin EIS · Denver Data Center
303-430-2281
mailto:[EMAIL PROTECTED]
--------
-
-Original Message
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]
------------
---
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
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
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",
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
7 matches
Mail list logo