home *** CD-ROM | disk | FTP | other *** search
/ Peanuts NeXT Software Archives / Peanuts-Update.iso / OpenStep / developer / resources / OICTableView.1.0.README < prev   
Encoding:
Text File  |  1997-05-25  |  3.0 KB  |  71 lines

  1. OICTableView Version 1.0 for OpenStep 4.1,4.2/Mach and EOF 2.x
  2. ==============================================================
  3. Juergen Moellenhoff (jm@oic.de), 25 May 1997
  4.  
  5. Description
  6. ===========
  7. These classes are part of a bigger project and I thought that it is maybe useful for other people, too.
  8.  
  9. OICTableView is a subclass of the NSTableView. With this class it is possible to change the sort order of the TableColumns - in the running program or in the IB test mode - with a simple mouse click. I included a simple inspector for the InterfaceBuilder so that you can change the default sort order and the data Cell (NSTextFieldCell, NSImageCell, NSComboBoxCell) of the TableColumns. There is also an inspector for the data Cell itself included. Btw. this project is also an example for an inspector via the class IBInspectorManager.
  10.  
  11. This software comes without any warranty of any kind. I am not responsible for any damage that may occur as a result of using this software. Please keep in mind that this is a work in progress, and bear with the incomplete nature of this software.
  12.  
  13. Source code
  14. ===========
  15. The source code is included, so if you modify the source code, please send a copy of the modifications to me <jm@oic.de>. For the Copyright see below.
  16.  
  17. The source code is - maybe - a little bit ugly, but please remember it is a "quick and dirty" hack... :-)...
  18.  
  19. Installation
  20. ============
  21. To enable it install the framework "OICInterface.framework" in /LocalLibrary/Frameworks and the palette "OICTableView.palette" anywhere in the palette path like "~/Library/Palettes", "/LocalDeveloper/Palettes", and so on. The recommended location for system-wide installation is /LocalDeveloper/Palettes, for personal installation ~/Library/Palettes. 
  22.  
  23. Architectures
  24. =============
  25. ALL Architectures (INTEL, MOTOROLA and SUN).
  26.  
  27. Documentation
  28. =============
  29. Sorry, but in the moment I'm to busy to write documentation :-), but I guess the classes are easy to handle :-). The source code is included, so feel free to write the documentation ;-).
  30.  
  31. Copyright
  32. =========
  33. This code is supplied "as is" the author makes no warranty as to its 
  34. suitability for any purpose. This code is free and may be distributed 
  35. in accordance with the terms of the:
  36.         
  37.             GNU GENERAL PUBLIC LICENSE
  38.             Version 2, June 1991
  39.             copyright (C) 1989, 1991 Free Software Foundation, Inc.
  40.              675 Mass Ave, Cambridge, MA 02139, USA
  41.  
  42. Bugs?
  43. =====
  44. Send bug reports, suggestions or comments to the address below.
  45.  
  46. History
  47. =======
  48. 1.0
  49. - First version (not really... but it makes the history easier :-) )
  50.  
  51. ToDo
  52. ====
  53. - PopUp Button for the sort icon
  54. - Connection inspector for the data Cell???
  55. - Better inspector for the NSComboBoxCell (maybe a better NSComboBoxCell class ;-) ;-) )
  56.  
  57. Thanks
  58. ======
  59. Thanks to 
  60.     "Craig Federighi <Craig_Federighi@next.com>"
  61.     "Stefanie R. Herzer <Stefanie_Herzer@next.com>"
  62.     "Chris Kane <Chris_Kane@next.com>"
  63.     "Kenny Leung <Kenny_Leung@next.com>"
  64.  
  65. Contact Information
  66. ===================
  67. Juergen Moellenhoff
  68. OIC - Object Innovation Center
  69. Bochum, Germany 
  70. EMail:    jm@oic.de    (ASCII, NEXT and MIME-Mail)
  71.