Re: [Newbie] NSOutlineView and setFont: ?
Re: [Newbie] NSOutlineView and setFont: ?
- Subject: Re: [Newbie] NSOutlineView and setFont: ?
- From: Gerard Iglesias <email@hidden>
- Date: Mon, 24 Feb 2003 17:50:48 +0100
Jirome Foucher wrote:
Hi all,
Once again, I fight against my NSOutlineView....
This time I want to set the font of each column individually, or at
least set a global font for the whole outline view.
I call :
[outlineView setFont:[NSFont systemFontOfSize[NSFont
smallSystemFontSize]]];
... but nothing. No crash, no log, but the method simply doesn't seem
to be implemented for NSOutlineView
What are my options ?
Do I need to set a custom prototype cell for each column ? or is there
something more subtle ?
Thanks
Jirome
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.
Hello,
Maybe at the time the message is sent the pointer is not initialized yet ?
Where this message is sent? Test the value of the pointer.
Regards
Gerard
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.