switches multilabel

Discuss Lemur and share techniques.
Post Reply
benj3737
Newbie
Posts:24
Joined:07 Dec 2011 23:31
switches multilabel

Post by benj3737 » 08 Dec 2011 23:05

Hello, in the 'properties' menu of the 'switches' object, underneath columns and rows, there's a checkbox for 'multilabel'.
But the reference guide doesn't mention it.
Does this feature mean that I can assign a different label to each switch?
If so, could someone give me a basic step-by-step instruction on how to do it? I'm new to the lemur and don't fully understand expressions, scripts, etc.
Thanks!
Ben

protocol
Newbie
Posts:33
Joined:08 Dec 2011 03:05

Re: switches multilabel

Post by protocol » 09 Dec 2011 01:30

insert a script on the object set 'to load'
put in the following script: setattribute(objectname,'labels',{'cell1name','cell2name',etc});

djnferna
Newbie
Posts:5
Joined:29 Oct 2011 00:24

Re: switches multilabel

Post by djnferna » 14 Dec 2011 18:37

i have tried this and i still cant see it in the buttons... here is me script

setattribute(ACUE,'labels',{'CUE1','CUE2','CUE3','CUE4','CUE5'});

let me know if there is something wrong

benj3737
Newbie
Posts:24
Joined:07 Dec 2011 23:31

Re: switches multilabel

Post by benj3737 » 15 Dec 2011 00:41

Make sure you select 'multilabel' on the switches object

djnferna
Newbie
Posts:5
Joined:29 Oct 2011 00:24

Re: switches multilabel

Post by djnferna » 15 Dec 2011 23:23

yes i do have multilabel on

Post Reply