Re: Weird NSBrowser Behavior
Re: Weird NSBrowser Behavior
- Subject: Re: Weird NSBrowser Behavior
- From: Bill Bumgarner <email@hidden>
- Date: Mon, 3 Dec 2001 15:51:18 -0500
That didn't fix the screwed up drawing, but the title area is now rendered
by the cell when the window is first displayed.
That's half the problem...
thanks!
b.bum
On Monday, December 3, 2001, at 03:42 PM, Nat! wrote:
>
> - (void)drawTitleOfColumn:(int)column inRect:(NSRect)aRect;
>
> {
>
>
[titleCell calcDrawInfo:[self frame]];
>
>
> [titleCell drawWithFrame: aRect inView: self];
>
>
>
> [[NSColor blueColor] set]; NSFrameRect(aRect);
>
> }
>
>
b.bum
In cyberspace, no one can hear you laugh.