Quote:
Originally posted by pmoc:
Step 5, you're trying to cp GuessOS modified to fit OS X to src/helpers. I suppose this GuessOS should be in the installation directory…
/System/Demos/Keyboard.app will let you edit keymappings. The
Localization module of Preferences.app lets you choose a keymapping.
/System/Library/Keyboards is where the keymap …
If you are an ADC member and have access to the developer conference videos on the ADC member page, watch the Quarz session video.
Basically, Quarz is there, but Quarz seems to on…
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…