Skip to main content
Inspiring
May 9, 2025
Answered

Navigate to/open Bin

  • May 9, 2025
  • 1 reply
  • 321 views

Does the extension API currently support navigating to and opening a particular Bin in the Project panel, as if the user had double-clicked it?  

If not, could it?

 

- Ryan

Correct answer bbb_999

>i would like it to jump me into that newly created Bin in the Project panel...

I think that, currently, the best the API can do is projectItem.select() the desired bin.

1 reply

Bruce Bullis
Community Manager
Community Manager
May 9, 2025

No such API exists today...

> If not, could it?

As a former manager often said; "Hey, it's software; anything is possible!" 🙂

ExtendScript can already select projectItems (including bins), and you can make a bin the target for subsequent imports...

What workflows would be enabled, by allowing the API to affect the UI, as you've described?

Inspiring
May 9, 2025

Hey, Bruce. i'm writing an extension to speed up a repetitive part of my workflow.  Very often in a project, i:

- create a Bin in a specific place
- double-click to open it
- Import
- navigate to a certain folder
- import an image as a sequence

i've written the extension so that it does all that for me automatically, but i would like it to jump me into that newly created Bin in the Project panel, instead of forcing me to navigate there myself through a series of extra clicks and thinking.






 

bbb_999
Adobe Employee
bbb_999Correct answer
Adobe Employee
May 9, 2025

>i would like it to jump me into that newly created Bin in the Project panel...

I think that, currently, the best the API can do is projectItem.select() the desired bin.