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"