Recent content by tjw

  1. T

    C

    If you mean compile, in the terminal, type: "cc <file name>" without the quotation marks and replace <filename> with,...*drum roll*,...the path to the file you want to compile. The resulting executable will be in your Home directory labeled a.out IPluris's suggestion is better because you...
  2. T

    Silent Download

    I suppose I'll just work on it in my spare time. Anyone who's interested in helping with the coding can email me. Thanks!
  3. T

    setting position of color picker

    Can you attach the code in question so i/we could play with it?
  4. T

    Silent Download

    As I mentioned, Im interested, but I don't have time to work on it by myself and have it done within the next century ;)
  5. T

    setting position of color picker

    I'm not familiar with Carbon, but I did find this: http://developer.apple.com/documentation/Carbon/Reference/Color_Picker_Manager/index.html
  6. T

    Building a Simple Application Cocoa Java... broken?

    Are you in fact missing those files from your project directory?
  7. T

    Reordering Table Rows

    I've found this so far: http://developer.apple.com/documentation/Cocoa/Conceptual/TableView/Tasks/UsingDragAndDrop.html I'll keep looking.
  8. T

    Reordering Table Rows

    I'm not sure what you asking exactly, but all the info for NSTableView can be found here: http://developer.apple.com/documentation/Cocoa/Reference/ApplicationKit/ObjC_classic/Classes/NSTableView.html#//apple_ref/occ/cl/NSTableView If you can be a little more specific, I'd be happy to try to...
  9. T

    Accessing a MS Access Database in Java

    This site by Sun provides JDBC drivers for most every database imaginable. I noticed that there are 15 listed drivers for MS Access. http://servlet.java.sun.com/products/jdbc/drivers
  10. T

    MacOSX vs Win32

    Also something that may help: http://developer.apple.com/macosx/win32porting/
  11. T

    Updating Developer Tools?

    You need a membership with the Apple Developer Connection. You can get a free Online version by signing up here: http://developer.apple.com/membership/ Once you have that you can log in and download the latest dev tools as well as API's developments kits, etc.
  12. T

    Burning Warcraft

    Have you tried making a disk image of the drive itself using Disk Copy? File>New>Image From Device As far as I know this should make a bit for bit image that you can burn, rather than dragging files and potentially missing invisible files. P.S. This trick doesn't work for DVDs ;)
  13. T

    Display sleep, awakens unexpectantly

    I had this same problem. I tried everything from disconnecting all my USB and Firewire devices, and the network. The thing that finally worked was turning off my screen-saver. (I was using the saver from A&F) I found that setting display sleep after the saver started made things work fine again.
  14. T

    Brushed metal initiative

    I agree with the branding comments. People who see my computers who are seeing OS X for the first time take the look of the OS as the visual representation of a Macintosh. It should be obvious that Apple is a very image conscious company. (and rightly so, their sucky marketing has to be...
  15. T

    Silent Download

    Does anyone know what's involved with programming a plugin for Safari? I'm not able to find anything on Apple's site.
Back
Top