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

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

Automounting PC HD to desktop? — #1

Not too sure what section to post this in, so please excuse the cross posting... also kinda hoping for some quick responses! Thanks. OK, dig this... I've got a real PITA process o…
MacNN Hardware

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

Getting Local IP in a Java program on OS X — #1

Hi- I am trying to write a little network program and I need to get the local IP of the host. I tried to do a InetAddress add = InetAddress.getLocalHost (); This works on Solari…
MacNN Troubleshooting

Getting Local IP in a Java program on OS X — #2

I'm bringing this to the top of the heap. I'm having a similar problem with the java InetAddress class. If I do: InetAddress add = InetAddress.getLocalHost (); I always get the…
MacNN Troubleshooting by gralem

Getting Local IP in a Java program on OS X — #3

1) Molz, the UnknownHostException is thrown to indicate that the IP address of a host could not be determined. This is a combination of the fact that you are connected via PPP and …
MacNN Troubleshooting by Kristoff
mp.ls