On Thu, Oct 23, 2008 at 11:17 AM, Eric Gorr <[EMAIL PROTECTED]> 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 protected]) 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 [EMAIL PROTECTED]
