Adding a progress window to an Automator Action

Hi! I’m trying to add a window to an Automator Action Project, but I can’t figure out how to connect it to the script file. In an app, I’d normally connect it to the script delegate, but the parameters object seems to be the only option. Do I need to add another class? A window controller? A script object? Kinda confused… Any help would be greatly appreciated.

Thanks for your time!

I suspect you just add a property set to missing value. Your script should be the File’s Owner for main.xib.

Thanks Shane! It worked perfectly. I swear I tried that a dozen times yesterday and it wouldn’t allow me to connect the window to the property . the outlets were empty. But it worked today! Thanks again for your time!!!