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

Script that orders graphs in the explorer

Community Beginner ,
Feb 21, 2024 Feb 21, 2024

Is it possible to re-arrange the order of the graphs in the explorer? I'm trying to order the graphs alphabetically via a python script. 

 

Thank you for any assistance!

Idea Under review
TOPICS
Scripting
137
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 Pinned Reply

Adobe Employee , Feb 22, 2024 Feb 22, 2024

Hello Andy,

 

Unfortunately, the resources order from a package isn't exposed in the Python API.

 

That being said, I'll move this thread to "idea" and we'll discuss about the possibility to add this feature to the API.

 

Regards,

Status Under review
Translate
2 Comments
Adobe Employee ,
Feb 22, 2024 Feb 22, 2024

Hello Andy,

 

Unfortunately, the resources order from a package isn't exposed in the Python API.

 

That being said, I'll move this thread to "idea" and we'll discuss about the possibility to add this feature to the API.

 

Regards,

Cyril Dellenbach (Micro) | QA Support Artist | Adobe
Status Under review
Translate
Report
Community Expert ,
Feb 22, 2024 Feb 22, 2024
LATEST

I didn't test it yet. But couldn't you just write a script which creates a new package copy all the content of the current package and delete them. After that, get the list of package content from the helper package and sort it in python, then import the sorted list back to the original. As I already said, I didn't test this, but theoretically it should work. All the best Marco

Translate
Report