Re: [MacRuby-devel] Drawing in Custom Views

2009-10-25 Thread Michael Shapiro
Hey John, You shouldn't need to put everything in drawRect:. In your original, you're stomping @path in your drawRect. :) --Mike On Oct 25, 2009, at 4:21 PM, John-Paul Bader wrote: Ah never mind. If I put the path drawing code directly into the drawRect method it all works fine. The whol

Re: [MacRuby-devel] Drawing in Custom Views

2009-10-25 Thread John-Paul Bader
Ah never mind. If I put the path drawing code directly into the drawRect method it all works fine. The whole thing now looks like this: http://pastie.textmate.org/private/rczadjlgyv63txzv6raea ~ John On 25.10.2009, at 20:36, John-Paul Bader wrote: Hey, just saw the previous question regardi

[MacRuby-devel] Drawing in Custom Views

2009-10-25 Thread John-Paul Bader
Hey, just saw the previous question regarding an example from the Cocoa book. I'm currently trying play with custom views and paths. Right now I'm trying the Example from page 240 »Drawing with NSBezierPath« but I can't get the path to draw. I uploaded the xcode project onto http://smyck.