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

Color in UI + Vertical Penels

Explorer ,
Oct 22, 2021 Oct 22, 2021

Hey,

So I'm currently working on a script and it's now 99% done.

The only thing missing is a good UI, I can't find any ways to add colors in a UI or how to do good-looking vertical panels like that

RedyMotion_0-1634961800565.png

It currently looks like that and I really wanna take it to the next level

RedyMotion_1-1634961831894.png


So if anyone knows how to do that I'd really appreciate the help!

Thanks,
RedyMotion

TOPICS
FAQ , How to , Scripting
320
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

Community Expert , Oct 23, 2021 Oct 23, 2021

The options to customize the UI of panels are very limited. Essentially you can use

- icon buttons for custom buttons and

- brush objects for custom colors

see https://extendscript.docsforadobe.dev/user-interface-tools/graphic-customization-objects.html

 

If you write a CEP panel instead of a script, you have much more flexibility (but it is much more complex, too).

 

Translate
LEGEND ,
Oct 23, 2021 Oct 23, 2021

You can of course use graphical buttons and text fields can have BG images plus of course you can go all fancy with the custom formatting options provided by the panel engine itself. Never bothered much with any of that, though, so my knowledge is limited. I'm sure you can find it somewhere in the ESTK/ CEP docs...

 

Mylenium

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
Community Expert ,
Oct 23, 2021 Oct 23, 2021

The options to customize the UI of panels are very limited. Essentially you can use

- icon buttons for custom buttons and

- brush objects for custom colors

see https://extendscript.docsforadobe.dev/user-interface-tools/graphic-customization-objects.html

 

If you write a CEP panel instead of a script, you have much more flexibility (but it is much more complex, too).

 

Mathias Möhl - Developer of tools like BeatEdit and Automation Blocks for Premiere Pro and After Effects
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
Explorer ,
Oct 23, 2021 Oct 23, 2021
LATEST

Yessss, thanks!

I tried using the brush, it worked but not as I wanted to. You gave me an idea, how can I make 3 icon buttons but you can only click one at the time? ( like radio buttons )

I found that tutorial that basically shows how to make a button that hides/shows stuff from the UI. So I'll use the buttons as some sort of pannel, but it will look way better since it's icon buttons
tutorial : https://youtu.be/gWTfihMFmgY

Thanks again,
RedyMotion

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