Re: NSButton and NSEvent

2010-02-27 Thread Jeremy Matthews
Steven, Thanks - the project needed a revisit...it grew from 2 checkboxes to nearly 40...time to re-examine a few things! Thanks again for the tipso deep into the forest I could not see the trees... -j On Feb 27, 2010, at 1:23 PM, Steven Degutis wrote: > First of all, you may want to look

Re: NSButton and NSEvent

2010-02-27 Thread Steven Degutis
First of all, you may want to look into NSMatrix to accomplish this task instead of using individual NSButtons, both for performance reasons and (more importantly) to use the Cocoa API as it is intended (this is why NSMatrix was created, so it handles this relatively well). Secondly, if you use NS

NSButton and NSEvent

2010-02-27 Thread Jeremy Matthews
So I have a application that I am getting ready to put some finishing touches on, but there are one or two things I'd like to do differently...er, better. It is a simple tool (Cocoa Desktop app) with a slew of checkboxes (around 40 in a separate window) that act as parameters on a command. While