I need a macro that shows a palette of all files ending in .fmp12. I haven't been able to find any posts that specifically address it. Is this possible? Can someone please point me in the right direction?
Thanks.
I need a macro that shows a palette of all files ending in .fmp12. I haven't been able to find any posts that specifically address it. Is this possible? Can someone please point me in the right direction?
Thanks.
Palettes seem to be for things that you execute, like applications or macros. Are you trying to present a list of filenames for the user to pick from? If so, I suspect you may want to look at the action called "Prompt With List" which lets you assemble a list of things like filenames for a user to pick from.
You would assemble your list of filenames and then modify the "List From" (perhaps into a variable) as seen above.
As a simple example, this will prompt me to choose from all the "txt" files in a specific folder in my home directory.
That works. Thank you, Airy.