Hello is it possible to set up the System Preferences height programmatically? I have 3 possible NSViews of different height (but the same width), which are displayed depending on what current settings does the user have.
I am aware that System Preferences automatically changes the size of its window when it "activates" (loads) a Preference Pane, depending on that Pane's window height which is loaded from nib. But is there a way to change that height after the panel has been activated? I was thinking that my pane is operating in the address space of System Preferences, which means i can send messages to objects of this application. Can i somehow retrieve the object of main window and send it something like "-setFrame" ? Thanks! _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com