Page 1 of 1

history button ...

Posted: Tue Apr 05, 2011 11:07 am
by ferrandjames
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

Re: history button ...

Posted: Tue Apr 05, 2011 11:17 am
by bn
Hi James,

look at the disabled property

Code: Select all

set the disabled of btn 1 to true
in the property inspector you can do this manually in the "Basic Properties" pane at the bottom

Kind regards

Bernd