Robert May wrote:
Piotr Kaluski wrote:

Hi,
When you read about button related messages in MSDN, BM_SETCHECK gives you
an opportunity to set button's state to BST_INDETERMINATE, which is
presented by a gray color. Is there a way to gray out a button in
Win32::GUI (apart from using SendMessage directly)?

--Piotr


$button->SetState(BST_INDETERMINATE);

Only applies to checkboxes if I remember correctly.

Rob.


Are you sure such a method exists? I could not find it.



--
Piotr Kaluski

"It is the commitment of the individuals to excellence,
their mastery of the tools of their crafts, and their
ability to work together that makes the product, not rules."
("Testing Computer Software" by Cem Kaner, Jack Falk, Hung Quoc Nguyen)



Reply via email to