It sure does. Thanks so much.
-----Original Message-----
From: Jon Doud [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, January 25, 2000 9:33 AM
To: '[EMAIL PROTECTED]'
Subject: RE: [perl-win32-gui] problem with Button Event
$button->Disable();
and
$button->Enable();
Jon Doud
-----Original Message-----
From: Doan, Khoa [ mailto:[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> ]
Sent: Monday, January 24, 2000 12:44 PM
To: '[EMAIL PROTECTED]'
Subject: [perl-win32-gui] problem with Button Event
Hi,
I have a problem encountered in using the button event. When the button is
clicked and its event is processing, the button is re-clicked accidentally
during that. After the event is done processing, it processes another
event right away due to the button was being re-clicked. I thought when a
button is clicked, it should be disabled entirely while its event is
processing. Is a way to disable the button when it is being clicked for
an event to process?.
Thanks for help.
Khoa Doan.