RE: [perl-win32-gui-users] Graying out checkbox

2002-02-11 Thread Peter Eisengrein
$Win->CB->Enable(0); # grayed out $Win->CB->Enable(1); # normal > -Original Message- > From: Christian Kappler [mailto:[EMAIL PROTECTED] > Sent: Monday, February 11, 2002 17:09 > To: Perl-Win32-GUI Mailinglist > Subject: [perl-win32-gui-users] Graying out checkbox > > > Hello listers,

[perl-win32-gui-users] Graying out checkbox

2002-02-11 Thread Christian Kappler
Hello listers, I would like to gray out a checkbox in some situations. The Win32::GUI documentation says that, to do this, I should call the SetCheck([VALUE]) method with the value 2 to set the checkbox to indeterminate or gray. I tried it on my NT-workstation, but the checkbox only becomes "check