• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Office 2003 (Windows) style menus
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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
References: 
 >Office 2003 (Windows) style menus (From: Rick Langschultz <email@hidden>)

  • Prev by Date: Re: how to generate a map from gis data
  • Next by Date: Re: How to decompress file
  • Previous by thread: Re: Office 2003 (Windows) style menus
  • Next by thread: Re: Office 2003 (Windows) style menus
  • Index(es):
    • Date
    • Thread