• 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: Dockling Menus - How do I do a submenu?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: Dockling Menus - How do I do a submenu?


  • Subject: RE: Dockling Menus - How do I do a submenu?
  • From: "Chris Mar" <email@hidden>
  • Date: Wed, 11 Jul 2001 14:58:04 -0400

Thanks for all the tips guys. For future info
you can do submenus with the format of the CFMutableArray you
return from the GetMenu is:

<array>
...
<dict>
<key>command</key>
<integer>10</integer>
<key>sub</key>
<array>
<dict>
...
</dict>
</array>
</dict>
</array>


If you are using the template from stepwise then you just
do the normal NSMenu submenu stuff.

I appreciate the help.
Chris


References: 
 >Re: Dockling Menus - How do I do a submenu? (From: David Remahl <email@hidden>)

  • Prev by Date: Re: Singleton instances and multithreading
  • Next by Date: Re: Appending to a NSText Field
  • Previous by thread: Re: Dockling Menus - How do I do a submenu?
  • Next by thread: Re: Learning Cocoa book "Dot View" tutorial question
  • Index(es):
    • Date
    • Thread