Re: How to Make a Very Thin Window?
Re: How to Make a Very Thin Window?
- Subject: Re: How to Make a Very Thin Window?
- From: Jonathan Hendry <email@hidden>
- Date: Tue, 4 Dec 2007 17:08:31 -0500
On Dec 4, 2007, at 4:51 PM, Steve Cronin wrote:
Dominik;
That's what I tried to explain.
I do sublclass the window and do set the minSize
So long as I use IB to instantiate the window the values of minSize
appear to be overwritten.
If I then try and not use IB at all I'm back to being confused by
how I would then utilize all of the palette's UI widgets which ARE
in IB!!
So if I try and summarize: Right now, it seems to me, that in
order to do this I must implement the entire window/controller in
code with no IB participation. YIKES!
Swap the content view of a window created in IB into your code-
instantiated small panel. Then for anything that refers to the IB-
window, make them point to your code-instantiated window.
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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:
This email sent to email@hidden