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
switches multilabel
Re: switches multilabel
insert a script on the object set 'to load'
put in the following script: setattribute(objectname,'labels',{'cell1name','cell2name',etc});
put in the following script: setattribute(objectname,'labels',{'cell1name','cell2name',etc});
Re: switches multilabel
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
setattribute(ACUE,'labels',{'CUE1','CUE2','CUE3','CUE4','CUE5'});
let me know if there is something wrong
Re: switches multilabel
Make sure you select 'multilabel' on the switches object
Re: switches multilabel
yes i do have multilabel on