Panther Requests? (with full details and screenshots from AppleInsider)

12223242628

Comments

  • Reply 501 of 552
    bartobarto Posts: 2,246member
    Check the inactive title bar. Looks much better than the normal one, don't you think?
     0Likes 0Dislikes 0Informatives
  • Reply 502 of 552
    torifiletorifile Posts: 4,024member
    I've seen a strange bug. When using expose, I had a license agreement popup because I was mounting omnigraffle's disk image. It was full size and seemed to just get in the way.







    Oh, and cmd+d doesn't seem to go to the desktop in save dialog boxes.
     0Likes 0Dislikes 0Informatives
  • Reply 503 of 552
    bartobarto Posts: 2,246member
    That happens to everyone, torifile. Whenever a new window is spawned (not by you clicking on something) in Panther while exposé is running, the new window is full-size. You have to stop exposé for everything to go back to normal.
     0Likes 0Dislikes 0Informatives
  • Reply 504 of 552
    torifiletorifile Posts: 4,024member
    Quote:

    Originally posted by Barto

    That happens to everyone, torifile. Whenever a new window is spawned (not by you clicking on something) in Panther while exposé is running, the new window is full-size. You have to stop exposé for everything to go back to normal.



    The question is: is it a bug or a feature? Looks to me like it's a bug because it doesn't respond the way you'd expect (clicking on it should exit you out of expose but it doesn't). At least that's how I think of it.



    edit: nevermind. It does seem to exit you out of expose. When I did it by accident the first time it didn't. Something isn't quite right with it nonetheless.
     0Likes 0Dislikes 0Informatives
  • Reply 505 of 552
    johnqjohnq Posts: 2,763member
    Just a bug.



    But I wouldn't necessarily report it unless you have a legal copy



     0Likes 0Dislikes 0Informatives
  • Reply 506 of 552
    torifiletorifile Posts: 4,024member
    Quote:

    Originally posted by johnq

    Just a bug.



    But I wouldn't necessarily report it unless you have a legal copy







    Of course my copy is lega....err...nevermind.....
     0Likes 0Dislikes 0Informatives
  • Reply 507 of 552
    Does the mute button work with iSub in 10.3?
     0Likes 0Dislikes 0Informatives
  • Reply 508 of 552
    Quote:

    Originally posted by nu64man

    Two Questions:



    Can you close minimized windows from the dock by right-mouse clicking on them?



    If a folder/disk icon in the dock, are they spring-loaded?



    Thanks




    1) you can close downsized windows by right-clickin on the them now



    2)no spring loaded Dock yet, rumored to come, only rumored.
     0Likes 0Dislikes 0Informatives
  • Reply 509 of 552
    Quote:

    Originally posted by Barto

    I found a bug! Yay!



    http://homepage.mac.com/barto_act/ne...t/whitebar.jpg



    It's a good bug, don't you think?




    Whoa, that button has a halo. You can tab through buttons in Panther, now?
     0Likes 0Dislikes 0Informatives
  • Reply 510 of 552
    chuckerchucker Posts: 5,089member
    Quote:

    Originally posted by Dog Almighty

    Whoa, that button has a halo. You can tab through buttons in Panther, now?



    You also could with Jaguar. It's a matter of preferences.
     0Likes 0Dislikes 0Informatives
  • Reply 511 of 552
    wjmoorewjmoore Posts: 210member
    This is a develpment related question from another student at my university. Could someone with Panther please find out about or comment on the support or lack thereof for the dl* (eg dlopen) family of routines for dynamically loading code.



    Thanks,

    Wesley
     0Likes 0Dislikes 0Informatives
  • Reply 512 of 552
    torifiletorifile Posts: 4,024member
    Quote:

    Originally posted by WJMoore

    This is a develpment related question from another student at my university. Could someone with Panther please find out about or comment on the support or lack thereof for the dl* (eg dlopen) family of routines for dynamically loading code.



    Thanks,

    Wesley




    Whoa. A question that isn't related to the GUI??? WTF is wrong with you?? I'd check, but I don't know how.
     0Likes 0Dislikes 0Informatives
  • Reply 513 of 552
    Quote:

    Originally posted by Chucker

    You also could with Jaguar. It's a matter of preferences.



    Really? I'm still on 10.1.5, that's why I hadn't noticed.
     0Likes 0Dislikes 0Informatives
  • Reply 514 of 552
    bogiebogie Posts: 407member
    I am joining this discussion really late but very early on someone wanted to know if a Finder title bar can be dragged beneath/behind the dock. I can drag it there.



    10.3 with Test Update, PowerBook G3 400 [Pismo], 768MB, running 10.3 off an expansion bay hard drive.



    Anyone want another guy's opinion on stuff just ask me.
     0Likes 0Dislikes 0Informatives
  • Reply 515 of 552
    reactorreactor Posts: 27member
    Question on "Fast User Switching".



    Is it so that when 'user A' has 'application X' running, that this application will load into memory again after user B logs in and starts this 'application X'? Thus having an application multiple times in memory, depending on the number of users using this 'application X'? Or is the running application being "split" among users?



    Thanks
     0Likes 0Dislikes 0Informatives
  • Reply 516 of 552
    lundylundy Posts: 4,466member
    Quote:

    Originally posted by reactor

    Question on "Fast User Switching".



    Is it so that when 'user A' has 'application X' running, that this application will load into memory again after user B logs in and starts this 'application X'? Thus having an application multiple times in memory, depending on the number of users using this 'application X'? Or is the running application being "split" among users?



    Thanks




    Good question. Each app certainly thinks it isn't sharing part of the app's code pages in memory, but with the new scheme for VM introduced with Jaguar, the OS can try and remember what pages a particular user loads on login. If the OS knows that the code pages are reentrant, it could just point each process to the same real page, and the virtual addresses would be different for each process. Also the pages wouldn't need to be paged out, just marked available. Whether it is possible for the OS to obtain that information about the pages, I don't know.
     0Likes 0Dislikes 0Informatives
  • Reply 517 of 552
    wjmoorewjmoore Posts: 210member
    Quote:

    Originally posted by torifile

    Whoa. A question that isn't related to the GUI??? WTF is wrong with you?? I'd check, but I don't know how.



    I'm not entirely sure how to check but if you could send or post the output from these two commands it might help.

    Code:


    man dlfcn

    locate dlfcn



    Thanks.



    WM
     0Likes 0Dislikes 0Informatives
  • Reply 518 of 552
    torifiletorifile Posts: 4,024member
    Quote:

    Originally posted by WJMoore

    I'm not entirely sure how to check but if you could send or post the output from these two commands it might help.

    Code:


    man dlfcn

    locate dlfcn



    Thanks.



    WM



    Code:




    [minnie:~] torifile% locate dlfcn

    locate: no database file /var/db/locate.database.

    [minnie:~] torifile% man dlfcn

    No manual entry for dlfcn

    [minnie:~] torifile%









    HTH.
     0Likes 0Dislikes 0Informatives
  • Reply 519 of 552
    macgregormacgregor Posts: 1,434member
    What does Fast User Switching do with dual monitors? I assume both would change since it is really the spanning of one desktop, but I've never seen this.



    BTW can someone do a screen grab of that?
     0Likes 0Dislikes 0Informatives
  • Reply 520 of 552
    macgregormacgregor Posts: 1,434member
    Quote:

    Originally posted by Reid

    Here it is in Mac OS 9













    Hmmm, I loved OS 9, but it sure looks like a slide-rule now.
     0Likes 0Dislikes 0Informatives
Sign In or Register to comment.