Have been researching the net but not making much headway…
I would like to have a user interface that starts with a front page (view of a container likely).
Then when I click on buttons inside that top level view I can open other views and hence interact with other parts of my project.
Hello,
I do that using select comp inside main container.
with other containers as different parts UI
With python you can write inside chop execute chop:
Thank you Jacque for your reply - that set me off on the right road.
In the end I created a hierarchy of contains and buttons to lay out my UI.
Inside a button - which I changed Button Type to Momentary - I added a Panel Execute DAT.
Left Panel Value to be select
made sure Off to On toggle was ON and Active ON
Then edited the first function to be:
great to hear you are enjoying your time with the software.
Regarding full paths: indeed this can become a bit an issue when having full path names in scripts and then being faced with moving operators around or trying to modularize a project. Have a look at custom parameters, relative paths, and Parent Shortcuts - all of this together can simplify your life later on quite a bit.