RE: Dockling Menus - How do I do a submenu?
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