Skip to main content
Search titles, bodies, and author names
Found 33,404 posts across 1 forum.

JDBC installation — #1

Hey, Does anyone know of a good step by step guide on installing the mm mysql driver and setting the classpath permanently, I have the JDBC driver there but I am forever getting a…
MacNN Software by james wilson

JDBC installation — #2

I put my .jar files in /Library/Java/Extensions thats the place where Apple recommends you put the .jar files to be recognized system wide by java applications. -tim
MacNN Software by timster

Nib Loading Madness — #1

I don't want to use NSDocument. I don't like it. I have figured out how to lead nib files and I have been able to make the objects in them release themselves when necessary but the…
MacNN Troubleshooting

Nib Loading Madness — #2

I think NSDocument is just fine -- I'd still highly recommend it if you're really doing a multi-document app. If you just have a single window, then it doesn't make sense -- use a…
MacNN Troubleshooting

Nib Loading Madness — #3

Okay I get it now. I was unsure about the whole file's owner thing. BTW, say I have one thing in a nib file and I want to make an arbitrary number of instances of it and I want to …
MacNN Troubleshooting

Nib Loading Madness — #4

Oh BTW, every time that I loaded the nib it called the awakeFromNib method in my controller class. I got around problems with that by writing it like this: - (void)awakeFromNib { …
MacNN Troubleshooting

Nib Loading Madness — #5

Hey Dalgo, Thanks for linking to that macosx-dev article on loading nibs. Extremely helpful stuff. [This message has been edited by tie (edited 04-29-2001).]
MacNN Troubleshooting

New to Obj-C — #1

Hello, everyone! I'm a very experienced C++ programmer, but new to Cocoa and Obj-C. I love what I see so far, just have some problems I'm hoping someone can help me with 1) Whe…
MacNN Troubleshooting

New to Obj-C — #2

1) - is for instance methods, + for class methods (called "static" in C++ and Java) 2) I had problems making colors, too. colorWithDeviceRed ended up working, though. 3) Don't…
MacNN Troubleshooting

New to Obj-C — #3

2) I can't seem to create RGB colors with NSColor. Do I use colorWithDeviceRed? or colorWithCalibratedRed? "Device" colors are are colors which will always use those values, on an…
MacNN Troubleshooting

New to Obj-C — #4

Quote: Originally posted by ali: "Device" colors are are colors which will always use those values, on any device. "Calibrated" colors might attempt color matching. Typi…
MacNN Troubleshooting

Updated PHP4/Apache/MySQL Instructions — #1

Based on some error reports, I have revised my Apache/MySQL/PHP4 installation instructions. I have also made available a virgin installation of the MacOS X version of Apache so you…
MacNN Troubleshooting

Updated PHP4/Apache/MySQL Instructions — #2

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 (coming from your OS X patch). Unfortunately…
MacNN Troubleshooting

Updated PHP4/Apache/MySQL Instructions — #5

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…
MacNN Troubleshooting

Heap fragmentation and Carbon apps — #1

I am in the process of "Carbonizing" an OS 9 application. In the end, I really don't care how well it runs under OS 9, as it will only be run under OS X. As with many apps, the a…
MacNN Software
mp.ls