Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
CommandGroup, Container + button NOT greyed out problem
Message
 
To
23/04/2001 13:55:24
Ing. T.R.M. Pluym
Pluym Elektronics Bv
Hulst, Netherlands
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00498664
Message ID:
00498675
Views:
18
>Normaly when I disable a button it gets greyed out.
>
>But when I put some buttons in a commandgroup or container
>an I disable the container all buttons keep the normal
>color. They are disabled but they look enabled.
>
>I can disable them one by one. Everything goesjust fine then.
>But, is there a way to disable them all whitout disabling
>each button seperately ?

Use the setall() method of the commandgroup or container to set the enabled property of the buttons.
container.setall("enabled",.F.)
to disable them and
container.setall("enabled",.T.)
to enable them.
Cy Welch
Senior Programmer/Analyst
MetSYS Inc
Previous
Reply
Map
View

Click here to load this message in the networking platform