Skip navigation.
 
mlRe: NSBox frame redraw issue
FROM : I. Savant
DATE : Tue Jul 11 20:01:42 2006

This appears to happen with a fresh nib on my system too with no 
content, just a stock NSBox configured as described below with an 
otherwise-empty window. There are drawing issues.

  I'll file this as a bug - Nathan, I recommend you do the same to 
get this well-noticed.

--
I.S.


On Jul 11, 2006, at 1:37 PM, Nathan Herring wrote:

> Nope. I can do this in an empty Window with a single NSBox item in 
> it. (Set to grow and with border type "Line (without title)".
>
> -----Original Message-----
> From: I. Savant [mailto:<email_removed>]
> Sent: Tuesday, July 11, 2006 10:22 AM
> To: Nathan Herring
> Cc: <email_removed>
> Subject: Re: NSBox frame redraw issue
>
>
>    Do you have any other views that are overlapping your box? In
> other words, do you have any other views whose area is shared with
> that of the box?
>
> --
> I.S.
>
>
> On Jul 11, 2006, at 1:13 PM, Nathan Herring wrote:
>

>> I have an NSBox in a resizable window. It has the border type "Line
>> (without title)". It is set to grow both horizontally and
>> vertically with the window (i.e., have its edges be a fixed with
>> from the edges of the window). The content view is inset 10, and is
>> a NSView loaded from another .nib file. The problem I'm seeing is
>> that as I slowly drag the window larger, the old right and bottom
>> frame edges never get drawn over, and the frame gets thicker and
>> thicker until it overlaps with the internal content view and _then_
>> gets erased. Vice versa, as I shrink the window down, sometimes the
>> right and bottom frame edges won't get redrawn at all, or perhaps
>> only partially.
>>
>> Is this a known issue? Is there something I'm missing? This happens
>> even without the contentview set.
>>
>> This is on 10.4.7, IB 2.5.4 (446.1), PPC.
>>
>> -nh
>>  _______________________________________________
>> Do not post admin requests to the list. They will be ignored.
>> Cocoa-dev mailing list      (<email_removed>)
>> Help/Unsubscribe/Update your Subscription:
>> http://lists.apple.com/mailman/options/cocoa-dev/idiotsavant2005%
>> 40gmail.com
>>
>> This email sent to <email_removed>

>

Related mailsAuthorDate
mlNSBox frame redraw issue Nathan Herring Jul 11, 19:13
mlRe: NSBox frame redraw issue I. Savant Jul 11, 19:21
mlRE: NSBox frame redraw issue Nathan Herring Jul 11, 19:37
mlRe: NSBox frame redraw issue I. Savant Jul 11, 20:01