Search found 3 matches

by nikisoko
26 Mar 2012 05:12
Forum: General Discussion
Topic: Send All Values
Replies: 0
Views: 504

Send All Values

Is there a function I can call that will cause the Lemur application to send all values? I'd like to be able to initialize my application based on whatever values are set.

Thanks!
by nikisoko
19 Feb 2012 02:03
Forum: General Discussion
Topic: refer to self (this)
Replies: 3
Views: 825

Re: refer to self (this)

that works! thanks!
by nikisoko
18 Feb 2012 06:38
Forum: General Discussion
Topic: refer to self (this)
Replies: 3
Views: 825

refer to self (this)

Is there a way to refer to the object that a script is acting on? What I mean is if I'm doing something like the following: round(x*getattribute(MultiSlider, 'nbr')) I would like to change MultiSlider to something like 'this' or 'self' so that I don't have to go in and edit the script every time I ...