home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / lang / tcl / 1283 < prev    next >
Encoding:
Text File  |  1992-08-31  |  3.9 KB  |  117 lines

  1. Newsgroups: comp.lang.tcl
  2. Path: sparky!uunet!mcsun!Germany.EU.net!news.netmbx.de!zrz.tu-berlin.de!mailgzrz.tu-berlin.de!garfield
  3. From: garfield@cs.tu-berlin.de (Sven Delmas)
  4. Subject: XF 1.4 released
  5. Message-ID: <GARFIELD.92Aug31231434@desaster.cs.tu-berlin.de>
  6. Lines: 105
  7. Sender: news@mailgzrz.tu-berlin.de (News Manager)
  8. Nntp-Posting-Host: desaster.cs.tu-berlin.de
  9. Organization: Techn. Univ. Berlin (Germany)
  10. Date: Mon, 31 Aug 1992 21:14:40 GMT
  11.  
  12. Hi,
  13.  
  14. I have just uploaded xf 1.4 to:
  15.     barkley.berkeley.edu, and
  16.     coma.cs.tu-berlin.de
  17. it should be available soon (right now it is in ./incoming :-).
  18.  
  19. This release provides full support for tk 2.3. This means that the
  20. text widget is used, and that the canvas widget can now be saved.
  21. There are many other improvements and bug fixes, and surely many new
  22. bugs :-), so please report any bug to me.
  23.  
  24. Here follows the README:
  25.  
  26. XF: An interface builder for Tcl/Tk
  27.  
  28. What is XF ?
  29. ------------
  30. XF allows you to interactively build and modify a user interface
  31. based upon the Tcl/Tk package. You will need the Tcl/TK package to
  32. run XF (at least version 2.3). The output generated by XF is a
  33. Tcl/Tk script that can be executed with wish or any other Tcl/Tk
  34. interpreter.
  35.  
  36. The idea for XF was born when I got my fingers on BYO. You will
  37. find that some basic concepts of BYO have been taken for XF, but
  38. there are a lot of changed/additional concepts/features:
  39.  
  40. New XF features in xf 1.4:
  41.       - switched to tk 2.3
  42.           - an improved tutorial (again :-),
  43.       - many bug fixes...
  44.  
  45. XF features:
  46.       - provides full support for TK 2.3 (!!!),
  47.       - editing "on the fly". XF is running as a
  48.         part of the application (not in an external
  49.         wish),
  50.       - editing of existing Tcl/Tk programs,
  51.       - placing and sizing of widgets by direct
  52.         manipulation (what I call direct manipulation :-),
  53.       - full access to all widget attributes,
  54.       - allows the fast and flexible integration of
  55.         new widget types (contact me if you have an
  56.         interesting widget and want to integrate it
  57.         into XF),
  58.       - cut and paste functionality,
  59.       - provides the access to "templates" (pieces
  60.         of interface elements that can be inserted
  61.         in your program),
  62.       - integrates your preferred editor (emacs :-),
  63.       - integrates version control for procedures,
  64.       - has a nice help system (you should really use
  65.         it if you get frustrated :-),
  66.       - interactive tutorial (under development
  67.          but you should take a look on it, under
  68.         Help|Tutorial),
  69.       - support for xygraph, hypertext and photo,
  70.       - modularization of the output script,
  71.       - setting of resources for widget groups,
  72.       - templates can contain procedures now,
  73.       - autosaving,
  74.       - hardcopies from toplevels (requires xgrabsc),
  75.       - widgettree based upon edge (requires edge :-),
  76.           - an improved tutorial,
  77.       - and much more to be discovered....
  78.  
  79. Requirements:
  80. -------------
  81. This program is written for TK 2.3. So you need this package,
  82. especially the wish interpreter.
  83.  
  84. The manual page was written for groff. With another troff
  85. I got terrible output, but that was probably an exotic one :-).
  86.  
  87. Using:
  88. ------
  89. If you start xf, you get a normal wish window and the main
  90. edit window of xf. (And the quest begins....:-).
  91.  
  92. If you have any problems, call the help facility of XF
  93. (normally Mod1-F1). Under General (Hints) you will find
  94. some features and hints that will make live with XF
  95. much easier.
  96.  
  97. Availability:
  98. -------------
  99. XF is available via anonymous ftp at:
  100.     coma.cs.tu-berlin.de:    pub/tcl/xf1.4.tar.Z or
  101.                                 pub/tcl/xf.tar.Z (always the last release)
  102.     barkley.berkeley.edu:    tcl/code/xf1.4.tar.Z
  103.  
  104. Feedback (Author):
  105. ------------------
  106. Sven Delmas
  107. TU Berlin, Germany
  108. garfield@cs.tu-berlin.de
  109.  
  110. --
  111. ----
  112.   Sven Delmas (Techn. Univ. Berlin)
  113.     garfield@cs.tu-berlin.de
  114. ----
  115.   For every problem there is a solution which is simple, clean and wrong.
  116.                                                   Henry Louis Mencken
  117.