In case it helps...the System Overview has a blurb about what makes up Quartz:
"Quartz has two components, Core Graphics Services and Core Graphics Rendering.
"The first of these…
Thanks for the reply Marshall. However, what prompted me to post a question is that I am looking at the Cocoa documentation and they just don't mention Quartz anywhere. In addition…
Check out some of the examples in the developer kit. Any of the extensions of NSView. You'll find the use of classes like NSBezier to draw primitives and some pretty complex shapes…
Quote:
Originally posted by matvon:
I have an experimental MySQL package that should allow you to install MySQL on your system with a simple double click. It uses Apple'…
Everyone note that the MySQL package has the same problems as everyone else's. At the bottom of the directions he notes that it cannot be killed normally, as home-built versions do…
does anyone know if this these versions take advantage of a second g4 processor? I know the OS does, but do the Daemons multithread. Mysql seems significanly slower than my Dual Pe…
Somebody from OmniGroup has written a plugin by reverse-engineering the protocol (it's all Objective C). Head over to the macosx-dev mailing list archive.
Is Apple going to eventually release an API for it like they did iTunes? I already (as I'm sure others do) have lots of little ideas for add-on's that would be really nice ... Hmm…
Some consider it a blessing, some a curse -- in order for the Objective-C runtime to work properly, a lot if information is left in a binary that you won't find in a statically bou…
Actually, you can download Python for MacOS X.
Check out this website for new releases of stuff:
http://softrak.stepwise.com/Apps/WebObjects/Softrak
another good one is
http:/…
I'm bringing this to the top of the heap. I'm having a similar problem with the java InetAddress class. If I do:
InetAddress add = InetAddress.getLocalHost ();
I always get the…
1) Molz, the UnknownHostException is thrown to indicate that the IP address of a host could not be determined. This is a combination of the fact that you are connected via PPP and …
There are some good vanilla examples in the following path:
/Developer/Examples/GLUTExamples
Though, when I've programmed in cocoa I see that there is an NSOpenGLView. But I'm no…
just want you to know that installing the package and creating the grand tables went fine. Was an easy task. I couldn�t compile my own since my system was missing /usr/lib/libpthre…