Will Open Window

Hi,
I’m looking for the ASOC equivalent to the ASS “will open”. I want to populate some controls in a window before I show it…

Thanks!

Can you explain why you need to? I mean, why not just do what you need to do before yo orderFront_ the window?

I’m converting my code from Studio…I guess I can just populate the combo boxes before I makeKeyAndOrderFront_(sender). That seems to work. I thought there might be a handler already that gets called before the window opens that I should just drop my code into.

Thanks!!!