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

CodeWarrior Debugger under 4K29? — #4

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

CodeWarrior Debugger under 4K29? — #6

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

CodeWarrior Debugger under 4K29? — #7

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

Sorting NSTableView — #1

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…
MacNN Software by Apocalypse

Sorting NSTableView — #2

For anyone interested I found out what I wanted to know here: http://www.omnigroup.com/mailman/arc...ch/011521.html Jeff.
MacNN Software by Apocalypse

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

Newbie Developer - writing app, wanna help? — #1

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…
MacNN Development by sderaj

Newbie Developer - writing app, wanna help? — #4

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 …
MacNN Development by Rick1138

Newbie Developer - writing app, wanna help? — #6

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…
MacNN Development by seb2

ViaVoice SDK for OS X? — #1

I am working on a project that uses voice recognition. I am currently using Apple's built-in speech recognition, but I would prefer to use ViaVoice as I hear that it is much bette…
MacNN 68k by hadocon

PPC little-endian mode — #1

How do I get a program to tell the PPC (G4): "Hey dude, use little-endian mode?" Just running a small data mining C proggie that I'm developing on my TiBook but will be run on a W…
MacNN Development by LordRPI

PPC little-endian mode — #3

Little-endian and big-endian refer to how numbers are interpreted by the processor. The bits that form a number can be interpreted either right-to-left or left-to-right. But, you…
MacNN Development by smeger
mp.ls