Re: displaying the font panel
Re: displaying the font panel
- Subject: Re: displaying the font panel
- From: Henry McGilton <email@hidden>
- Date: Thu, 24 Jul 2003 23:30:06 -0700
On Thursday, July 24, 2003, at 10:10 PM, Francisco Tolmasky wrote:
I can't get the font panel to display for some reason.
This is what I'm doing:
[[[NSFontPanel sharedFontPanel] windowController] showWindow: self];
I'm tired so it's probably something stupid I'm not seeing.
Something more like this:
NSFontPanel *fontpanel = [NSFontPanel sharedFontPanel];
[fontpanel orderFront: self];
Best Wishes,
........ Henry
===============================+============================
Henry McGilton, Boulevardier | Trilithon Software
Objective-C/Java Composer | Seroia Research
-------------------------------+----------------------------
mailto:email@hidden |
http://www.trilithon.com
|
===============================+============================
_______________________________________________
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.