Re: Controls disappearing from window during resize
Re: Controls disappearing from window during resize
- Subject: Re: Controls disappearing from window during resize
- From: "I. Savant" <email@hidden>
- Date: Thu, 23 Oct 2008 11:24:17 -0400
On Thu, Oct 23, 2008 at 11:17 AM, Eric Gorr <email@hidden> wrote:
> This strange behavior is easy to reproduce using just the Cocoa Simulator.
This isn't a bug. It's doing exactly what you told it to. You told
it (in addition to sticking to the top-left corner) to keep its
distance from the right side of its superview as well as grow *and
shrink* relative to its current size. Since the label is originally
only wide enough to contain its text, it is getting smaller as the
window gets smaller, which is cutting off its text.
Widen the label so its original position spans its entire superview
(drag its right side to the right side of its superview).
--
I.S.
_______________________________________________
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