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

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

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

Also an easy Q: How do I set screen brightness? — #4

</font><blockquote><font size="1" face="Geneva, Verdana, Arial, sans-serif">quote:</font><hr /><font size="1" face="Geneva, Verdana, Arial, sans-se…
MacNN Hardware by PipelineStall

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
mp.ls