Title: RE: [perl-win32-gui] How do I update the contents of a textfield?

        $sample->Text("You clicked process.");

Case-Sensitive...

Steven

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Friday, February 11, 2000 1:08 PM
To: [EMAIL PROTECTED]
Subject: [perl-win32-gui] How do I update the contents of a textfield?


Now that I have a working textfield (Thanks Aldo.), I need to update the contents based with the status of a loop that is running.  However, every time I try to make the update, I get a popup error window with the follwing message: "Can't locate  auto/WIN32/GUI/Textfield/text.al in @INC..."  I get the same results when I try to use the change method.  What should I be doing?

<Code Snippet>
sub Process_Button_Click {
        $sample->text("You clicked process.");}

<End of Snippet>

Thanks,
Greg Howard

Reply via email to