Search results

  1. T

    port some opengl screensavers

    I just saw over at http://www.opengl.org that some nice screensaver code has been released. Anybody interested in porting it over to Mac? (There is some sample code out there by the author of Fire if you need help getting started.) Link: http://www.reallyslick.com/code.html Here's a sample:
  2. T

    write your own iTunes visualizer

    It's very easy to make your own iTunes visualizer, as in the screenshot above. Apple includes a starter project with their iTunes visualizer SDK. If you don't want have to learn QuickDraw, I've modified their example to use Quartz. Here is my Quartz starter project -- just reimplement the...
  3. T

    help setting dockling icons

    For whatever reason, when you build a dockling in Project Builder the custom icons don't stick (even though of course it works for applications). It did copy the .icns file into the correct package subdirectory, but only the default dock icon shows. Does anyone know another way of putting...
  4. T

    South Park

    Okay, here's a funny, sort-of-dumb pic using the South Park desktop off macdesktops. I erased his pupils in Photoshop and put in a pair of moving pupils. App and source code available here: http://homepage.mac.com/breic/Pupils.sit. Also shown are Eyes (in the menubar) and Eyes...
  5. T

    Eyes

    Just a nice picture of my new app Eyes. The desktop background I found on ResExcellence's snapshots page.
  6. T

    windows and display resolution changing

    I've just about finished a nice little app except it has a few known issues that I'd like to fix. The main ones have to do with placement of the window onscreen. My app uses a partially transparent window without any control bar at the top. It is at NSStatusWindowLevel so it goes above...
  7. T

    window over menubar & dock

    How do I get a window to move above the menubar and the dock. I am currently using [myWindow makeKeyAndOrderFront:nil];. This gets it above all other windows, except the menubar or the dock.
  8. T

    automating making larger picture icons

    I have several hundred jpeg images from my digital camera on my computer. Unfortunately, they all have 32x32 icons. What is the best and fastest way to convert them all to having 128x128 icons?
  9. T

    enlightenment, freeciv

    Here are some screenshots of my desktop. The first one shows my basic enlightenment setup (couldn't get the gimp to compile, you'll see). The second one shows the gtk+ client of freeciv compiled and running. I'm using a vncserver so you can see both the aqua and the xwindows desktops...
  10. T

    does java rmi work?

    I can't get rmi to work for me. I am just doing the simple echo example that I found on sun's website. I compiled everything with javac, fine. I rmic'ed the remote classes, fine. I started rmiregistry 5000 &, fine. Then I did java -Dsecurity.policy(or whatever this is...
  11. T

    Window backgrounds

    Has anyone been able to get window background images to work in the public beta? I tried it a few times with the images Apple provided (the desktop backgrounds, so they should be in the correct format). I could select them and click ok but nothing ever happened. Not a big deal since the...
Back
Top