Search results

  1. jove

    Finder open to home?

  2. jove

    Mail's own time continuum

  3. jove

    iSync to .Mac is broke

  4. jove

    IP Self Assigned Problem

  5. jove

    Rendezvouos Websites?

  6. jove

    Request for iPhoto features?

  7. jove

    XCode include path problem

    Hello, I have spent countless hours on this one. The most frustrating part is that the setup sometimes (rarely) works. Here is the glitch. Third party library (C++ source and headers) has a file called "Signal.h". XCode confuses the project relative Signal.h with the system's signal.h...
  8. jove

    Applescript and ASCII files

    Hello, I have chosen to use Applescript Studio to develop a simple application given the main function is to communicate with an external application. The application will be required to read a human readable configuration file (not to edit). The file will be a couple k in size. What tools...
  9. jove

    Go-Go Girl Desk Accessory

    Hello, I am searching for a very old desk accessory called, I believe, Go-Go Girl. It simply was an animated black and white pixelated picture of a topless woman. The animation was dependent on the fact that drawing a frame took long enough on the old systems as to be perceivable. Anybody...
  10. jove

    CD ROM/Burner Driver

    Anybody know where to go to write such a beast?
  11. jove

    Incorrect MPEG Playback Length in QT/Real

    Hello, Several MPEGs I have do not play in their entirety with QT or Real (shortened duration). VLC and MPlayer plays them without issue. iMovie import fails on them as well. I tried converting them using VCDGear and MPEG Streamclip. Both corrected bad blocks but resulting MPEGs do not...
  12. jove

    iMovie Lowers Volume of Clips w/ Titles

    Hello, I am creating a movie in iMovie. Whenever a clip is displaying text from a title, the volume of the embedded audio track lowers. Has anybody else heard this problem?
  13. jove

    Best iTunes Remote?

    I had just received my Airport express. Streaming music from our server to the laptop to the express is a bit much for the network. I would like to control the iTunes on the server from the laptop where the server is streaming directly to to express. On version tracker there are several...
  14. jove

    Realtime Audio Streaming

    Is there a way for one system on a network to stream audio, from the microphone, so that iTunes from another system can see it as a radio station?
  15. jove

    ODBC and MySQL

    Hello, I have spent way too much time downloading and installing the various packages to get ODBC to work. I need help. I downloaded the CompleteMySQL-4.0.15.dmg package. MySQL installed and runs fine. The CocoaMySQL program works wonderfully. But ODBC... Some installers put .la files...
  16. jove

    makeWindowControllers Problem

    Hello, I am writing a Cocoa app. When I use the document's windowNibName method, the NIB loads great. - (NSString*) windowNibName { return @"MyDocument"; } When I override makeWindowControllers to instantiate more NSWindowControllers, no outlets are linked! -...
Back
Top