Search results

  1. L

    10.2 Rendezvous / Internal Network Settings?

    After some wrestling, I've managed to get 10.2's built-in NAT to work. I'm using my machine's built-in ethernet for my external connection and a PCI ethernet card to go to my switch. My machine inside the network can see the server with Rendezvous in iChat (I show up in its Rendezvous buddy...
  2. L

    Info Window Comments (Help Needed Urgently!)

    thanks for the information on command line stuff. i've since been told the following can be found in 'Files.h' -- i don't know enough of how to put this to use, but it seems to be a step in the right direction: /* * * PBDTGetCommentSynch() * * Availability: * Mac OS X: in version...
  3. L

    Info Window Comments (Help Needed Urgently!)

    Hrm, I keep leaning more and more in the direction of an AppleScript. What about Carbon, though? Can Carbon applications be made to run from the command line, or is that specific to Cocoa? And would a Carbon app do what I need?
  4. L

    Info Window Comments (Help Needed Urgently!)

    Well from what I understand, info window comments are HFS+ Attributes, and GetFileInfo is supposed to view these (so you can see which attributes are set) though it seems to support everything BUT comments. Which is why this is so puzzling! Are there anything in the Cocoa APIs that deal with...
  5. L

    DivX on OSX

    It is possible to watch DivX's on a Mac, unfortunately there just isn't a MacOS X native player. The existing player (which I am told runs under classic on OSX) can be found here: http://mac.divx.st/ It works quite well under OS9, but it tends to choke on large, full-length movies. And it...
  6. L

    Info Window Comments (Help Needed Urgently!)

    I'm working on a PHP script that will work as a directory index / gallery builder for my ~/Pictures folder. I very badly need a way to extract comments from info windows. The tricky part is that it needs to be done from the command line. My programming skills outside PHP are not that great, and...
Back
Top