Tagged Questions
1
vote
1answer
160 views
Cocoa draw noise
Is it possible to draw some noise on top of a rect I filled using NSRectFill? I need to make my app that draws a custom title bar look wonderful on 10.7 before release, and to make it look a little ...
0
votes
1answer
330 views
Drawing an “NSView” to a Custom-View - How? Am I taking the right approach?
I'm using Objective-C and Cocoa, whilst developing for Mac OS X - so not the iPhone/Cocoa Touch. (That said, I'd be interested if it was the same procedure for the iPhone)
I'm working on a ...
0
votes
1answer
490 views
NSColorWell subclass not getting mouseMoved events
I'm trying to implement a color picker in my Cocoa app. (Yes, I know about NSColorPanel. I don't like it very much. The point of rolling my own is that I think I can do better.)
Here's a picture of ...