How to force plugin to start on a specific panel?
-
Hello friends, I’m working on a project with several panels and when I compile, the callbacks get triggered and it starts on a panel that I don’t want to be the one the plugin begins with. I wanted to ask if there’s a way to force it to start on the panel that I choose. I tried putting at the end of the code initialPanel.showControl(true) and otherPanels.showControl(false); but it doesn’t work. Thanks.
-
@lijas90 Turn off saveInPreset for the other buttons.
-
@d-healey Thank you so much! It was so easy