home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / sys / sgi / 16134 < prev    next >
Encoding:
Internet Message Format  |  1992-11-08  |  2.5 KB

  1. Path: sparky!uunet!pmafire!news.dell.com!swrinde!zaphod.mps.ohio-state.edu!magnus.acs.ohio-state.edu!usenet.ins.cwru.edu!agate!doc.ic.ac.uk!uknet!mcsun!sun4nl!ruuinf!markov
  2. From: markov@cs.ruu.nl (Mark Overmars)
  3. Newsgroups: comp.sys.sgi
  4. Subject: *** New Release FORMS LIBRARY ***
  5. Keywords: GUI, Forms Library
  6. Message-ID: <1992Nov8.152006.19422@cs.ruu.nl>
  7. Date: 8 Nov 92 15:20:06 GMT
  8. Sender: network-news@cs.ruu.nl
  9. Organization: Utrecht University, Dept. of Computer Science
  10. Lines: 52
  11.  
  12.  
  13.                               FORM LIBRARY
  14.                               ============
  15.  
  16. Version 2.1
  17.  
  18. I am happy to announce the release of version 2.1 of the forms library, a
  19. public domain package for the design of interaction forms. Thanks
  20. to the comments of many of you it has been improved further. Version 2.1
  21. is almost fully compatible with version 2.0. Only if you have complicated
  22. free objects you might have some slight problems. Read the file Important
  23. about possible problems.
  24.  
  25. The main changes with respect to version 2.0 are:
  26.  
  27. - Extended font handling, allowing for more font styles and sizes.
  28. - Much better memory management, avoiding memory leaks and allowing
  29.   e.g for arbitrary sized labels, input fields, etc.
  30. - Works now in distributed mode with dgl.
  31. - Forms can be iconified without freezing the application.
  32. - Multiline and secret input fields.
  33. - Alignment routines added to the Form Designer.
  34. - Enhanced menu object class.
  35. - Objects can temporarily be deactivated.
  36. - Many errors corrected (e.g. in event handling, input focus, etc.).
  37.  
  38. All changes can be found in the file Changes.
  39.  
  40. The best way to get the library is via anonymous ftp in our archive at
  41. ftp.cs.ruu.nl (131.211.80.17) (if you can't do this, mail me).
  42.  
  43. In the directory SGI you find a directory FORMS that contains all stuff
  44. related to the Forms Library. See the file INDEX there for details. The
  45. package itself is contained in the file forms2.1.tar.Z.
  46.  Get it (in binary mode) and type
  47.  
  48. uncompress forms2.1.tar.Z
  49. tar xvof forms2.1.tar
  50.  
  51. and you get a directory forms_library. It contains the library, 42 demo's
  52. and 120 pages of LaTeX documentation. For those who do not
  53. have LaTeX, the postscript version of the doc can be found in the file
  54. forms2.1.ps.Z in the same archive.
  55.  
  56. Please make sure that after installing the library you recompile everything
  57. (relinking is not enough). Also take care that you use the new forms.h file
  58. and not the old one.
  59.  
  60. Good luck with it. Please report any bugs, questions, extensions, etc. to
  61. markov@cs.ruu.nl.
  62.  
  63. Mark Overmars
  64.