Hi all,
If I understood right, panel topology nodes can be associated with panels or with functions scripts. Looking on the second option a function can be executed on a node when a specific node is selected, e. g : EXECSCRIPT pt_click_PT_navi_aes("aes_default", "", 1) will open the AEScreen.
Where my own functions which are linked to nodes need to be located? In a library script? I did try that, however the warning “ Function not defined” is raised on app the start-up and when the node which is using this function is selected..
Any help?
BR,
Antonio
Panel topology - Node script
- gschijndel
- Posts:376
- Joined: Tue Jan 15, 2019 3:12 pm
Re: Panel topology - Node script
The function can be located anywhere, but you have to make sure the library containing it has been loaded.
How to load a control library is described in the documentation under: CONTROL -> Introduction CONTROL -> Loading Control libraries
How to load a control library is described in the documentation under: CONTROL -> Introduction CONTROL -> Loading Control libraries