Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

rethish

macrumors member
Original poster
Oct 16, 2008
41
0
In my cocoa application I use a bordered scroll view cell . I need to attach a formatting toolbar (for performing text formatting) on the top of that that cell , so that i can easily format the text by a single click on the contol of that toolbar. Is this possible? How it can be done ?
I use objective-c , xcode and IB.


please help....
 
Create a toolbar item using NSToolbarShowFontsItemIdentifier and set its target to [NSFontManager sharedFontManager] and set its action to orderFrontFontPanel:
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.