Re: recalling the original view height

2010-09-07 Thread Tony Romano
Thanks, this is what I suspected. Tony Romano http://www.cocoaegghead.com On Sep 7, 2010, at 2:03 PM, John C. Randolph wrote: Views have no storage for previous frame or bounds rectangles. If you want to remember them, you'll need to save them yourself. -jcr

Re: recalling the original view height

2010-09-07 Thread John C. Randolph
Views have no storage for previous frame or bounds rectangles. If you want to remember them, you'll need to save them yourself. -jcr ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to t

recalling the original view height

2010-09-07 Thread Tony Romano
I have a NSWindow and a view. The view is defined in a nib with a given height and width. I am resizing the window to a new size and then optionally returning it to the original size and the view changes accordingly. Is there a way of obtaining the original view height as defined in the nib o