Search results

  1. T

    Is more memory worth it?

    Depends on how you are using your machine. Do the following test: Open all of the applications you usually use. Open a terminal window and type top Find the line that says PhysMem How much free memory do you have? There comes a point when extra memory will not help performance.
  2. T

    Mail Sending problem with smtp

    I had the same problem after upgrading to 10.2. I fixxed my problem by setting the authenication method on the outgoing smtp server to none.
  3. T

    I need a better trash

    What exactly happens when you try to empty your trash???
  4. T

    ipfw problems; please help

    Oooo, that's ugly. Does the error message give you a device name?
  5. T

    Mac OS X filesystem setup

    Umm, /usr, /usr/bin and /etc are system directories. The majority of all OSX applications install in /Macintosh HD/Applications. These CAN be moved anywhere you want.
  6. T

    Mac OS X filesystem setup

    Why don't you just copy the programs to the drive???
  7. T

    ipfw problems; please help

    At what point during system startup does the script get executed?? Does it always stop at the same point? Maybe the system is not fully initialised before the script is executed.
  8. T

    wait until a methd has finished?

    How is the method being invoked?? I don't think there is no automatic multi-threading in objective C.
  9. T

    HELP: My powerbook has electric shock...

    I've never been shocked(electrically) by my PB. Maybe this is a new mind controll feature that Apple is building into their machines.:D
  10. T

    TiBook Power Cable always green, even when charging

    I had the same problem unitl I realized I wasn't pushing the plug in all the way on the PB.:mad:
  11. T

    java on mac os X

    Can't you use the JDBC interface??
  12. T

    Skins or Program

    Question: What is the second song in your playlist that is displayed in the link you provided?
  13. T

    TiBook getting HOT!!!

    Which side is getting warm? Is it near the battery?? As for the short battery life it sounds like the battery is getting a memory. This is where the battery will not charge all the way. Did you calibrate your battery like Apple recommends?? I just got a TI PB today and the manual instructs...
  14. T

    Perl And Serial I/O

    You should be able to access the serial devices by reading/writing to the /dev/XXX entries. I don't know what they are name but the XXX is the name of ther serial port. For example, the modem can usually be accessed via /dev/modem.
  15. T

    Interface Builder w/AppleScript Studio

    Check the max value of your indicator. Maybe it's not 100.:p
  16. T

    Compiling C++

    This is a simple one, execute your program like this: ./test The current directory is not in your PATH by default. There is a system utility named test which is getting executed instead of your program. The ./ tells the shell to execute the program test that is in the current directory
  17. T

    Where is "delete" key on Powerbook G4 keyboard?

    Apple seems to have taken the foward delet key away after the biege g3s. :(
  18. T

    TiBook with a 22" Apple Cinema Display?

    There was a poster over at appleinsider complaining that apple's lcd monitors only work with the mac towers. They are the only models that have an ADC connection..
  19. T

    Any body still using an Apple II in a lab or something similar ?

    I didn't think Woz worked on the mac??
  20. T

    What Kind of App are you working on?

    theed: I agree and disagree with you on classic being a dead horse. There will always be people who have some nifty program that hasn't been carbonized or rewritten for OSX. I do agree that as time passes, the classic environment will become less needed but I feel that it will never go away...
Back
Top