While I think your idea is good and such a forum is needed, I doubt Apple will permit it to exist here. Allowing "secret" company information to exist on someone else's server is …
I'm having trouble getting the CodeWarrior MetroNubX debugger to execute under 4K29.
When launched, for a fraction of second the Dock makes space for MetroNubX's icon, but then it…
Quote:
Originally posted by michaelb:
(Needless to say, I'm the sort of programmer who becomes very unproductive without a GUI debugger to step through code.)
... …
Except that it DOESN'T ON ILLEGALLY OBTAINED PRIVATE INTERNAL RELEASES OF OS X. If you want it to work, don't use 4K29. Simple. Either go back to the PB or wait until the final. Co…
Quote:
Either go back to the PB or wait until the final. Come on, only 1 month 19 days to go!
Because I'd like to be able to offer for download on Day 1 an ap…
Great isn't it! Apple and Metrowerks take care of the important people, and leave the little guys to wait patiently in the dark.
Ho hum, I might just brush up on my MS Visual Stu…
Quote:
Originally posted by michaelb:
... leave the little guys to wait patiently in the dark.
Ho hum, I might just brush up on my MS Visual Studio while I am waiting..…
Hello,
I am trying to use the NSTableView in my app and I need to have it sorted. Is there any way to do this like the way that Mail.app does it (with the little triangle, etc) o…
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…
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
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…
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…
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 …
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
{
…
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).]
I am writing an application, though I am very very new to programming...I am building the interface now, and I was curious if anyone would like to help me write the hard code, as t…
I assume you want to program in Cocoa.If you haven't taken any or all of the following steps already,take them:
1.Go to http://www.apple.com/developer and register …
since i could always need some practice with cocoa, sure, why not.
as far as objective-c is concerned, that's kind of new to me, too, but i'm not new to programming, so... let's t…