Re: menu with checkbox
Re: menu with checkbox
- Subject: Re: menu with checkbox
- From: Georg Seifert <email@hidden>
- Date: Thu, 11 Sep 2008 09:33:34 +0200
My unsolicited advice: Don't use a popup menu; embed the table view
in a palette. Popup menus with multiple controls in them are not a
standard UI component, and are likely to generate significant user
confusion. (Doubly so when there's two levels of checked-ness
involved.)
I just thought a bit about the usage of controls in menus.
apple gives a example of how to use it: http://developer.apple.com/samplecode/MenuItemView/index.html
this breaks the click-drag-release behavior
and another example is the color-label selection in Finder. And this
is useable with click-drag-release.
So if I find a way (and I think I have) to allow click-drag-release
usage, then I should not confuse my users to much.
Georg
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden