history button ...

Getting into LiveCode for iOS? Ask your questions here.

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
ferrandjames
Posts: 20
Joined: Tue Mar 01, 2011 11:23 pm

history button ...

Post by ferrandjames » Tue Apr 05, 2011 11:07 am

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

bn
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 4163
Joined: Sun Jan 07, 2007 9:12 pm

Re: history button ...

Post by bn » Tue Apr 05, 2011 11:17 am

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

Post Reply