Ah. Victim of the old tutorial.
I’m going to watch that video but what’s the best practice when you’re switching between scripting and editing via the property editor?
So say in the inInit callback I add a button:
Content.addButton(“myButton”);
I then hit compile and the button shows up in the interface editor, so then I grab the button with my mouse and move it to where I want it and then use the interface editor to set its color.
Then when I hit compile, the button returns to its default coordinates. :(
I know I can set these properties in the script as well, but sometimes it’s more intuitive to just grab and move.
I guess I don’t have a full grasp of the difference between JSON and the standard scripting window.
Slightly off topic, but in line with old features phased out...what’s replaced the assign parameter wizard? Say I want to assign “myButton” to the power button of a filter module in my main container? Again I know this is probably easy to do with scripting, but the old way of right clicking on the interface object and setting it to whatever seemed pretty easy for JavaScript noob like me.
Thanks everyone for the help! Love this platform.