Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Can I programatically "Deselect All" in active sequence?

Engaged ,
Jan 30, 2017 Jan 30, 2017

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

TOPICS
SDK
528
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Adobe Employee , Jan 30, 2017 Jan 30, 2017

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.

Translate
Adobe Employee ,
Jan 30, 2017 Jan 30, 2017
LATEST

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.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines