Re: Custom Shaped Buttons

2008-03-20 Thread David Adalsteinsson
I would recommend that you create your own button type, not based on NSButton, and handle everything in the mouseDown event. while (1) { [[NSRunLoop currentRunLoop] runMode:NSDefaultRunLoopMode beforeDate:[NSDate date]]; theEvent = [theWindow nex

Re: Charting API?

2008-03-01 Thread David Adalsteinsson
On Mar 1, 2008, at 6:14 PM, Chris Ryland wrote: On Mar 1, 2008, at 2:35 AM, Robert Douglas wrote: When I looked into this last fall I decided I liked the look of DataGraph and bought a license, but then I ran into trouble incorporating it into a garbage-collected app and started writing