I'm trying to write a filter plugin on the Mac, and I'm having a hell of a time getting any user interface up.
I initially started trying to modify the Dissove UI, like everybody does. After several hours trying to hack the .R file, I eventually decided that there had to be a better way than using all of this 1994 crap. I went looking for an alternative.
I did an Illustrator plugin recently that used ADM for its UI, and created all of its controls programmatically (to avoid having to use the shitty .R format that nobody supports any more), so I tried that approach here. Unfortunately, it appears that you can't use ADM in a filter plugin, because it doesn't get an SPPluginRef in its main entry point. Can this be true?
Is there a better way to do UI in a filter plugin on the Mac? It's pathetic that Adobe is stuck in the last century - not that I'm a big fan of Cocoa, but at least it's supported on current OS versions!
Thanks for any assistance or advice,
Aaron