hello, it's a simple question, but I have not found how to put a button grayed out, not selectable, so ... because I know how to disappear, with the command "hide ", but I do not know how to make it non-selectable, but do disappear ...
thank you in advance
James
history button ...
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
Re: history button ...
Hi James,
look at the disabled property
in the property inspector you can do this manually in the "Basic Properties" pane at the bottom
Kind regards
Bernd
look at the disabled property
Code: Select all
set the disabled of btn 1 to true
Kind regards
Bernd