Search results

  1. H

    Playing a QuickTime Movie in Cocoa

    Use an NSMovieView. Mind you, NSMovieView is a buggy piece of sh**, but so far as I know it's the best way to do it. I'm new to Cocoa (and carbon, and quicktime, and everything!) and I was quite saddened to discover how terribly quicktime works with Cocoa (at least without delving into a lot...
  2. H

    Keydown

    You probably want to use the textDidChange notification. I'm new to Cocoa too, though, so no promises ;-). Hamish
  3. H

    Have Dock read orientation preferences

    Docklock is working great for me :-) Hamish
  4. H

    Have Dock read orientation preferences

    I did this days ago, figuring that's what as meant in the original post, but it just renders my dock useless. The dock just won't launch anymore. This just results in: "Jun 30 11:20:46 defaults[330] Rep argument is not a dictionary Defaults have not been changed." What am I doing...
  5. H

    Have Dock read orientation preferences

    I don't understand what it is that I'm supposed to change. I found the stuff at the right offset, but don't know what to do to it. How does the 0x60000000 play into things? Hamish
Back
Top