home *** CD-ROM | disk | FTP | other *** search
/ Big Green CD 8 / BGCD_8_Dev.iso / Rhapsody / Preferences / InterfaceStyle-1.0-PI / InterfaceStyle-1.0-PI.README
Encoding:
Text File  |  1998-04-21  |  2.5 KB  |  73 lines

  1. InterfaceStyle.preference 1.0 (Mar 1 1998)
  2. =============================
  3.  
  4. (should be installed in /pub/rhapsody/apps/preferences/)
  5.  
  6. What is it?
  7. -----------
  8. InterfaceStyle.preference is a bundle for Preferences.app, on RDR1.
  9. It adds the possibility to set the default look of the applications
  10. on RDR1 by using the NSInterfaceStyle API. It allows you to use some
  11. hidden features like NeXTStep window miniaturizing scheme, instead of
  12. MacOS shaded windows.
  13.  
  14. Note: this version can be used only with RDR1, and will probably fail
  15.       to work as-is with future versions of Rhapsody. The NeXTStep
  16.       style will disappear in future releases (sniff!).
  17.  
  18.  
  19. Installation
  20. ------------
  21. - Login as root.
  22. - Quit Preferences.app
  23. - Unarchive InterfaceStyle.1.0.PI.b.tgz using the excellent
  24.   OpenUp.app, or type gnutar -xzf InterfaceStyle.1.0.PI.b.tgz in a
  25.   terminal.
  26. - Copy InterfaceStyle.preference into /NextLibrary/Preferences/ (or
  27.   make a link). This is the only place searched by Preferences.app.
  28. - start Preferences.app
  29.  
  30.  
  31. Features
  32. --------
  33. Once started, Preferences.app will display a new tile in its
  34. scrollview, titled GUI Style. Pressing the tile will display a panel
  35. showing:
  36. - a popup which allows you to choose which GUI element you want to
  37.   modify (Global Interface Style, Window miniaturizing, ...)
  38. - a matrix which allows you to set the style for the chosen GUI
  39.   element: default, MacOS, NeXTStep or Windows style.
  40. - a textfield displaying a description of the available features for
  41.   the selected GUI element (when I found any difference...).
  42. - a Reset All button: pressing it will reset all modifications and use
  43.   the default schemes.
  44. - a Revert button to revert all unsaved modifications.
  45. - a Apply button to save all modifications.
  46.  
  47. Changes you make cannot apply to running applications, and for some
  48. styles, you will probably need to logout/login for them to be applied.
  49.  
  50. Note that not all styles do work correctly, nor do they have any
  51. different effect than the default style.
  52.  
  53.  
  54. How it works?
  55. -------------
  56. It simply works by modifying the NSGlobalDomain userDefault domain. It
  57. reads/writes some key/value pairs defined by the AppKit. Have a look
  58. at the file InterfaceStyles.plist.
  59.  
  60.  
  61. Stephane Corthesy
  62. stephane@lysis.ch
  63.  
  64. ****************************
  65. * COPYRIGHT and DISCLAIMER *
  66. ****************************
  67.  
  68. InterfaceStyle is copyright 1998 Stephane Corthesy. I reserve all
  69. rights to this piece of software. I take no responsibility for any
  70. damage this software, through omission or error, causes. This software
  71. is provided as is and with no warranty. 
  72.  
  73.