Hi, First off : thanks for all the help so far ! I really appreciate it!
Next my question : I have a NSPanel that resides in the same .nib file as the main window. When the user clicks a button, I want to show that panel, but I can't figure out on how to do that... I have tried several things, such as : makeKeyAndOrderFront, but I always get the error : "unrecognized selector sent". The panel is not marked as Utility,HUD,NonActivating and Document Modal.. What am I missing ? Thanks, Mario

