Project Panel API?
-
According to this thread , there is no API to interact with the project panel (as of v6.6.9). Is this still the case?
Is there really no way to load, save, or refresh a workspace using a plugin?
-
@DavesDSMhack said:
According to this thread , there is no API to interact with the project panel (as of v6.6.9). Is this still the case?
Afaik, yes.
Is there really no way to load, save, or refresh a workspace using a plugin?
Of course there is a way, one needs to get the handle from the workspace window, enumerates
the controls and sends the appropriate messages to those controls.Cheers
Claudia -
Any chance you have a PythonScript example demonstrating how to grab that handle and enumerate the controls, @Claudia-Frank?
-
@Claudia-Frank may write a PS example of directly what you need, but in case she doesn’t, here are some threads which show the basic techniques:
-
I think that’s exactly the information I to get started. I figured Claudia-Frank would have already posted something along those lines before. Thank you for finding those Scott!