Search results

  1. G

    Anything Java...

    Okay, i tried to mull through this the hardway, but i think the coming finals week has prematurely fired my brain. Thw NSBrowser docs made NO sense to me. All I want is a nice little "Open" menu item that would allow the user to select a file in the file heiarchy. WEll, I have the mneu item...
  2. G

    changing priorities

    Most of the functions are pretty self explanitary. You go into interface builder, you say to urself, "I need a text box to put a number into." You drag and drop the text box and low and behold, the text NSTextField is selected in the classes tab! From there you scurry off to the NSTextField...
  3. G

    changing priorities

    There are some nice docs on apple's developer page. They are kind of hard to find, but I usually do it by just searching for NSTextField or whatever. Here's the link: http://developer.apple.com/techpubs/macosx/Cocoa/Reference/ApplicationKit/Java/AppKitTOC.html HTH, F-bacher
  4. G

    Disc error -50

    Do u get the same error when u do tar -xvf (for .tar's) and gunzip (for .gz's)? That always works for me. Stuffit for OSX kind of blows right now - have u updated to 6.0? That version might be better. Also, OpenUp is a pretty good decompression utility u can find on versiontracker.com...
  5. G

    allocating additional appliction memory

    Yeah, memory is allocated automatically, but what I think martinRyter really meant increased priority, although he didn't know it. Every app has a priority that determines which app gets more process cycles. The way to up an apps priority can be achieved through a nice little app called...
  6. G

    Installer Does not find Hard Drive!

    I've had the same problem (not being able to see the hardrive), but this is on one partition. I have OS9 on it with OSX installed on top of it. Unfortunately, when i boot into 9 and then when I try to install something (aka my printer drivers), I can't see my hardrive. Same thing happens when...
  7. G

    When the Beta expires, will people be hosed?

    See above posts. F-bacher P.S. That means yes.
  8. G

    Copying To Zip Failure

    WEIRD! Hmmm.... I don't have a zip drive handy (nor OSX, as I home for Thanksgiving) so i can't test it out, but I'm guesing it has to do something with shaddy usb support under OSX. The files may have been corrupted during transfer. Just to see, try botting into OS9 at home and see if it'll...
  9. G

    how can i access the file menu through the keyboard???

    It's on there, near the bottom. It's called MenuBoard. Here's the download link: http://reddragonsoft.bizland.com/menuboard.bin Enjoy! F-bacher
  10. G

    how can i access the file menu through the keyboard???

    There is an app for OS9 that will let u access the menu; can't remember the name, but it's on chezmark.com Anyway, I'm sure there is a way to port that over to OSX, and if they don't do it, then that gives me one more fun thing to figure out :) F-bacher
  11. G

    Darwin 1.2.1 is for what?

    First of all, Darwin is not a seperate OS; it IS the OS. OSXPB just has the GUI overlay that Darwin by itslef doesn't. The reason Darwin 1.21 was "released" was because Darwin developers had been using 1.0 for a while, and so apple released 1.21 to get them up to date. Why? Because PB used...
  12. G

    MacOS X Sucks

    To heck with microsoft. They don't have a creative instinct in any of their products (except fpr thei roptical mouse, which was pretty cool). But they are good at one thing - stealing. As far as I can tell, almost everything that is so "innovative" about Windows came from either NeXT or...
  13. G

    Developer install

    probably don't have ur path set... u can find how to do that (I think) on darwinfo.org's faq, although my vague rememberence of the solution would be pico $Home/.cshc and then add path=[user/bin/ bin/ etc... ] They had a good explanation before. What u can do in the meantime, is use sherlock...
  14. G

    changing priorities

    Oh, amd amusing enough, ur example of using cd doesn't work. I wish it did, that would be cool, but alas it gives me an error and then the program continues on its merry way (I added a loop to my main file so it keeps asking me to make more unix commands). Oh well. Of minor note, as is, ur...
  15. G

    changing priorities

    Should have tried compilin ur code first :P Looks like output goes out of scope because u created it inside try... but then u call it outside of try. Bad java code, Bad. F-bacher
  16. G

    Netscape 6 for OSX?

    Has anyone heard anything about Netscape 6 being ported to OSX? I'd sort of like a mainstream alternative to IE (although icab and omniweb are pretty cool). I'm using it under OS9 as I type, and although it is suppose to have aton of bugs, nothing really bad and awedult sticks out at me. Just...
  17. G

    Missing unix tools?

    Hi, you may remember me from such posts as "I have no idea" and "I need to get a life instead of spending so much time messing around with OSX." Here's my new question: I found the nice unix tool, mkisofs, on versiontracker.com, for making iso images. I needed to move all the information...
  18. G

    Stability Problems

    This is a known bug with OSX PB. I believe if you log out and in again, ur preferences will be saved. If you can get to a terminal window, yes. You would then either su to root and just typ reboot, or you can use the top command to view all processes in real time and kill the ones that are...
  19. G

    Stability Problems

    Wait, you have an IP right? I mean, u have to use TCP/IP to set ur ethernet/modem settings, like are u connecting via DHCP, etc. Question: can u get to the internet on ur OSX machine? Then I'm 99.999999999% sure u have an ip. u can get it out of the netword control pan... i mean system...
  20. G

    Stability Problems

    Do NOT turn on telnet! That is an evil suggestion (sorry). When I was installing linux on my mac before OSX Beta, i accidentally went over my download limit for my university and had to explain myelf to the all powerful network guy. When i talked to him, he warned me about linux because 3-4...
Back
Top