Thanks for the response!
Posting the app would be a chore. It's like 80% on the little green pie chart.
Let me state it more simply; get the color of an object, set the background (OFF) color of a multi color switch in a switches object to the color of the object.
Thanks again,
Joe B
Search found 132 matches
- 14 Oct 2016 06:02
- Forum: Troubleshooting
- Topic: On-State Multicolor
- Replies: 6
- Views: 3109
- 12 Oct 2016 06:53
- Forum: Troubleshooting
- Topic: On-State Multicolor
- Replies: 6
- Views: 3109
Re: On-State Multicolor
"so we can just use an inverted x expression as output (out=1-x) and thus treat our switches as if the "on" color is the off (all grey) and the off color is the "on" (multicolor scripting will take it care)" What? I have 8 switches (Remotes), I have a multi-slider (ColorSelect 3 sliders R,G,B) and a ...
- 11 Jun 2016 20:05
- Forum: General Discussion
- Topic: Imbedding tab, carriage return, line feed character strings
- Replies: 0
- Views: 1776
Imbedding tab, carriage return, line feed character strings
Hey all, I change the switch/pad labels depending on certain factors. I use 2 variables to construct the string but can't control where the string will split to 2 line labels. curBank, curPreset are the variables so I'd like to do something like this: decl a,this; this = getobject(); a = curBank ...
- 13 May 2016 06:52
- Forum: Troubleshooting
- Topic: Range object
- Replies: 1
- Views: 3469
Range object
Hi all, Been quite a while since I've been here. Dusting the cobwebs off and working on improving my app. I use Lemur for a lighting controller and have been for a few years. Recently I picked up a couple of lasers and wanted to be able to move the x and y positions (using a multiball object) but a ...
- 08 Apr 2015 19:03
- Forum: Troubleshooting
- Topic: Switching Off
- Replies: 8
- Views: 2444
Switching Off
I have 5 sets of switches (16 in each set). They are all configured as radio buttons so within each set I can only have one switch on. BUT under certain circumstances I'd like to be able to turn off ALL the switches in a group.I've tried doing: setattribute(ASwitches,'x',{0,0,0,0,0,0,0,0,0,0,0,0,0,0 ...
- 02 Aug 2014 01:07
- Forum: General Discussion
- Topic: PLEASE fix the editor!
- Replies: 6
- Views: 1274
Re: PLEASE fix the editor!
Hey Joe Soap,
WELL RAISE MY RENT!!!
Your java script console works like a charm! Now I can get to my editor without all the save-quit-edit-save-close-start Lemur- open................................
Thanks!~
Joe B
WELL RAISE MY RENT!!!
Your java script console works like a charm! Now I can get to my editor without all the save-quit-edit-save-close-start Lemur- open................................
Thanks!~
Joe B
- 02 Aug 2014 00:57
- Forum: General Discussion
- Topic: PLEASE fix the editor!
- Replies: 6
- Views: 1274
Re: PLEASE fix the editor!
Hey folks, Thanks for all the suggestions. Splitting the scripts worked. Didn't know about the java console. I'll try that! Next question, this is in the addendum: decl i = 2; decl name = ‘Fader’ + i; // this produces the string "Fader2" decl object = findchild(aContainer, name); // this obtains aCo ...
- 31 Jul 2014 20:55
- Forum: General Discussion
- Topic: PLEASE fix the editor!
- Replies: 6
- Views: 1274
Re: PLEASE fix the editor!
In regards to the leading thread, I'm running into script size issues because of the need to use long terms to get at a variable. I want to be able to replace a long string with a single letter reference: decl s = findobject(Sets.C_A.Fixtures); ctlout(0,15,s.T_Tilt1,7); this gives me a red script ...
- 31 Jul 2014 20:40
- Forum: General Discussion
- Topic: PLEASE fix the editor!
- Replies: 6
- Views: 1274
PLEASE fix the editor!
Just lost a ton of work because of the editor:
Editor doesn't autoscroll
No search and replace
Can't copy and paste to 3rd party editors (THIS IS A MONSTER ISSUE!!)
Script limit needs to be larger.
A faithful but frustrated Lemurite........
joeb
Editor doesn't autoscroll
No search and replace
Can't copy and paste to 3rd party editors (THIS IS A MONSTER ISSUE!!)
Script limit needs to be larger.
A faithful but frustrated Lemurite........
joeb
- 20 Jul 2014 19:44
- Forum: General Discussion
- Topic: My favorite things
- Replies: 2
- Views: 863
My favorite things
NOT! I know I've asked this before but whenever I am coding, especially large scripts I run headlong into the script editor. To be specific: No search and replace; No auto scroll when selecting text; No undo; And the biggie; no copy and paste to other text editors. I can live without the first ones ...