Search results

  1. D

    FileVaults

    Can't seem to find this anywhere in the DP, is it in there? Or is not included?
  2. D

    Looking for a Programmer.

    What are you programming this in? Objective-C/Cocoa? If so, I don't have much experience, but I'd love to help.
  3. D

    "Finder not running"

    Thanks, that worked.
  4. D

    NOTHING about the new FINDER???????

    Nope, pretty sure it's still Carbon.
  5. D

    "Finder not running"

    Just installed Panther, and while the Finder is definitly running it appears in the dock as if it's not (no arrow, says "not running" when right clicked). Anyone else experience this running Panther? Here's a screenshot:
  6. D

    Library sharing in iTunes 4... OVER THE INTERNET.

    Wow, can't believe Apple is allowing this. You can only stream, of course, but I bet people are going to try to find a way to hack it and allow you to download songs to your Library... :(
  7. D

    Longhorn

    I've heard of a couple OS's in development attempting to shift the computing paradigm away from desktops and files and folders. Didn't get into specifics, but they sounded interesting.
  8. D

    Python script from Objective-C

    I'm very new to Objective-C and Mac programming, so bare with me. I'm writing an Objective-C (Cocoa) program that needs to be able to run a Python script and store the output in a string. Is there any way to do this?
  9. D

    Strings: initWithFormat

    Wow, thanks. Feel so stupid :)
  10. D

    New SW Update = iTunes hurt

    I've closed/opened iTunes 2 or 3 times snce downloading it, no problems so far.
  11. D

    Strings: initWithFormat

    I'm a complete newbie to Cocoa and Objective-C. I'm currently writing a program with a string that needs to hold the contents of a variable. NSMutableString *string1 = [[NSMutableString alloc] initWithFormat:@"%i", variable1]; Works fine, until the variable changes, and the string doesn't...
  12. D

    NSTableView

    FYI, the Dev Tools come with a huge amount of documentation (in the Documentation folder, appropriatly). When you need information on how an AppKit/Foundation class works, that's usually a good place to start (and stay) This tutorial might be helpful also. It goes through creating a...
  13. D

    Will this work?

    I currently have a PC connected to my wireless network with a Linksys WUSB 11 (ver 2.6) USB network adapter. I'm getting a 17 inch iMac soon. Will this work with it? Or will I need to buy an AirPort card for it?
Back
Top