Re: Programmatically opened NSPanel not responding to actions

2009-03-31 Thread Benjamin Stiglitz
> I am adding the NSPanel with the addWindowsItem, and display it consequently > with > a deminiaturize call. You should instead just orderFront: the window or showWindow:, depending on whether you have an NSWindowController. -Ben ___ Cocoa-dev mailing

Programmatically opened NSPanel not responding to actions

2009-03-31 Thread Jan Bernard Marsman
I would like to ask your expert opinion on a very brief issue: In my controller I am constructing an Utility NSPanel with a NSButton component, without a problem, yet any control I add, does not seem to function when using it. Is there a call or binding I need to set before the button appears to fu