Re: Office 2003 (Windows) style menus
Re: Office 2003 (Windows) style menus
- Subject: Re: Office 2003 (Windows) style menus
- From: René van Amerongen <email@hidden>
- Date: Thu, 19 Jan 2006 13:11:16 +0100
It is posable to do
something like this
NSMenuItem *mi = [menu addItemWithTitle: [name action:@selector
(doAction:) keyEquivalent:@""];
[mi setImage:[NSImage imageNamed:@"iconActionName"]];
The only moment that I would like to see icons in a menu, like safari
does, is when it points to something outside the app self. It keeps
things clear.
hope this helps
Op 19-jan-2006, om 5:20 heeft Rick Langschultz het volgende geschreven:
I was wondering if someone could tell me if there would be a way
for me to develop Office 2003 and XP style menus for my Cocoa
Application. If you don't understand what I mean let me explain:
On my windows computer when I want to save an Microsoft Word 2003
document there are icons next to the menus, icons that easily tell
users what action will be performed. The save menu item has a
little diskette by it.
Can I subclass NSToolbar or something to do this?
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
40xs4all.nl
This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden