Copy link to clipboard
Copied
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.
It's most definitely a custom dialog and the actual data is being transfered as some other structure not within the dialog loop.
Mylenium
Copy link to clipboard
Copied
It's most definitely a custom dialog and the actual data is being transfered as some other structure not within the dialog loop.
Mylenium
Copy link to clipboard
Copied
Thanks, Do you know how to make AE unavailable, when the window pops up.
Copy link to clipboard
Copied
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
Copy link to clipboard
Copied
let me try, thank you very much!
Copy link to clipboard
Copied
Easiest way is to use a javascript prompt.
Take a look at this discussion:
Search the forum, you'll find more discussions for this task.