Talk About Network

Google


Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password

Mac > Mac Programmer Help > Re: Multiple ch...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 4 of 4 Topic 3702 of 3849
Post > Topic >>

Re: Multiple choice NSPopupButton ?

by slashlos <slashlos@[EMAIL PROTECTED] > Apr 20, 2008 at 09:39 AM

Gregory Weston wrote:

> ...
> "Avoid using pop-up menus ... [w]hen more than one simultaneous 
> selection is appropriate, such as in a list of text styles (from which 
> users might choose both bold and italic). In this situation, you should 
> instead use checkboxes or a pull-down menu in which checkmarks appear."

Ok; went the drop down way, and the earlier snippet requires a change:

<
     BOOL state = [[sender selectedItem] state];
 >
     BOOL state = ![[sender selectedItem] state];

All's well!
-- 
/los "I was a teenage net-random"
 



 4 Posts in Topic:
Multiple choice NSPopupButton ?
slashlos <slashlos@[EM  2008-04-11 20:58:26 
Re: Multiple choice NSPopupButton ?
Gregory Weston <uce@[E  2008-04-12 11:12:33 
Re: Multiple choice NSPopupButton ?
slashlos <slashlos@[EM  2008-04-12 10:22:31 
Re: Multiple choice NSPopupButton ?
slashlos <slashlos@[EM  2008-04-20 09:39:26 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Tue Oct 7 18:45:55 CDT 2008.