Skip to main content
Participant
March 19, 2024
Answered

How to create a file selector dialog like Mocha In AE Plugin

  • March 19, 2024
  • 3 replies
  • 506 views

I want to make a file selector like this, but i don't find any suite func doing with it.
is that "PF_OutFlag_I_DO_DIALOG"  related?
Any starting point to achieve this goal will be appreciate.

This topic has been closed for replies.
Correct answer Mylenium

It's most definitely a custom dialog and the actual data is being transfered as some other structure not within the dialog loop.

 

Mylenium

3 replies

Community Expert
March 19, 2024

Easiest way is to use a javascript prompt.

Take a look at this discussion:

https://community.adobe.com/t5/after-effects-discussions/file-prompt-with-aegp-executescript/m-p/14154037

 

Search the forum, you'll find more discussions for this task.

Mylenium
Legend
March 19, 2024

You can suppress UI updates within the custom UI call, which is the default behavior, anyway, I believe.

 

https://ae-plugins.docsforadobe.dev/effect-ui-events/effect-ui-events.html

 

Mylenium

baconssuAuthor
Participant
March 19, 2024

let me try, thank you very much!

Mylenium
MyleniumCorrect answer
Legend
March 19, 2024

It's most definitely a custom dialog and the actual data is being transfered as some other structure not within the dialog loop.

 

Mylenium

baconssuAuthor
Participant
March 19, 2024

Thanks, Do you know how to make AE unavailable, when the window pops up.