Copy link to clipboard
Copied
Apologies in advance for the continuing barrage of questions!
I've built a panel which displays a faux index of the active sequence on demand (i.e. it's not dynamic).
Selecting an item in the panel selects the associated clip in the sequence.
Is there any method available, other than iterating through every item in the sequence, to programatically 'deselect all' in the sequence?
If not, is there any supported (or unsupported) method to tell a Premiere panel (e.g. Timeline) to execute a specific menu command (e.g. Deselect All) or otherwise to send the app a keyboard event (e.g. Cmd - Shift - A)?
( Hmm... as I type this I realise that I already iterate through the entire sequence while building the index, so I should simply set the IsSelected() status to false during that pass. That should work for my needs, but I'd still be keen to know if the above is possible)
Thanks as always for any pointers
Andy
Your "as I type this" insight is what I'd recommend; there's reliable way to execute a menu 'select all' command, as you'd be blind to the selection, as well as the current context; select all in the Project panel? Timeline? Effect Control Palette? Too many ways to fail.
Copy link to clipboard
Copied
Your "as I type this" insight is what I'd recommend; there's reliable way to execute a menu 'select all' command, as you'd be blind to the selection, as well as the current context; select all in the Project panel? Timeline? Effect Control Palette? Too many ways to fail.
Find more inspiration, events, and resources on the new Adobe Community
Explore Now