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: Steve Cronin <email@hidden>
- Date: Tue, 4 Dec 2007 15:51:48 -0600
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!
Steve
On Dec 4, 2007, at 3:44 PM, Dominik Pich wrote:
Well another idea.
try using your own class of NSWindow and do a setMinWidth and
setSize in its awakeFromNib... that way you can be quite sure it is
not overriden - atleast not by IB :)
Regards,
Dominik
_______________________________________________
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