From: David C. <dw...@dw...> - 2006-03-15 15:55:55
|
> Just discovered HOC. Has anyone built a large application (a la iTunes > ha ha) with it that they would be willing to share? I'd like to see > examples of some more complex Cocoa components in action, and where > people choose to draw the ObjC/Haskell lines. No large application, but I have a view that I have written in =20 Haskell, including all of the drawing methods. I will warn you that =20 there are some quirks in it that I can't quite figure out=97mainly that =20= occasionally the -isFlipped attribute seems to be reversed, but only =20 until you resize it. And occasionally, the origin seems to get =20 offset somehow. But other than those cosmetic issues (which, if =20 anyone knows a solution to, I'd be more than happy to hear) the view =20 draws successfully. I can include the code if anyone is interested. David Christensen |