home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 31 / CDASC_31_1996_juillet_aout.iso / vrac_os2 / ftree10e.zip / README.TXT < prev   
Text File  |  1996-05-02  |  7KB  |  139 lines

  1. FamilyTree Version 1.0e
  2. =======================
  3.  
  4. Copyright (C) 1996 Nils Meier
  5.  
  6. Permission to copy and distribute this software and its documentation
  7. for private purpose and without charging more than a nominal fee for
  8. copying is hereby granted, provided that the above copyright notice
  9. appears in all copies.
  10. This software is provided "as is" without express or implied warranty.
  11. The author does not guarantee the correctness of the program. The
  12. author may not be held responsible for any loss of data or other
  13. damages.
  14.  
  15. From version 1.0d on, FamilyTree is Shareware. Please test and review
  16. this program and register if you want to support the authors efforts
  17. in developing this program further. Thanks.
  18. Please refer to the online-help for more information about registering.
  19.  
  20. SHORT DESCRIPTION:
  21. ==================
  22.  
  23. FamilyTree is a PM-32bit-multithreaded program for OS/2 3.x.
  24.  
  25. You can graphically edit a family tree with related persons. You can
  26. add persons to a family tree and enter their properties, have a look
  27. at their ancestors and descendants and investigate relationships.
  28. Everyone who is related to you can be put in the same family tree
  29. (even distant relatives).
  30. Working is done by pointing with the mouse and opening context-menus
  31. via a right-mouse-click.
  32. I'm providing my own family tree NILS.FAM as an example.
  33.  
  34. Refer to online help (F1) for more information about this program.
  35.  
  36. FamilyTree was written and tested on OS/2 3.0 with VAC++ 3.0.
  37.  
  38. INSTALLATION:
  39. =============
  40.  
  41. Unpack the file FTREE*.ZIP into the wanted directory on your hard disk.
  42. Use the program INSTALL.CMD to create a FamilyTree program object on the
  43. desktop and initialize a language specific DLL+HLP-file.
  44. Make sure your CONFIG.SYS contains something similar like this:
  45.       LIBPATH=.;remaining pathinstruction
  46.  
  47. RUNNING FTREE:
  48. ==============
  49.  
  50. Go to the command-line and type ftree.exe or double-klick on
  51. the Family Tree program object on you desktop (if installation was
  52. successfull).
  53. You can start with a default tree by specifying its name as a parameter
  54. on the command-line (ftree.exe .\nils.fam), or entering this information
  55. in the parameters field in the program object.
  56.  
  57. RELEASE HISTORY:
  58. ================
  59.  
  60. version 1.0 , Mar 11 1996: -initial release
  61.  
  62.         1.0a, Mar 16 1996: -Forgot /Gd- with DLLs
  63.  
  64.         1.0b, Mar 24 1996: -Choose given name with tilde (~)
  65.                            -Drag&Drop of pictures to properties
  66.                            -max. childs = 12
  67.                            -DeathDate
  68.  
  69.         1.0c, Apr 14 1996: -!!!! FTree now writes a new format that can't be read by older versions !!!
  70.                                 (reading old format is still supported)
  71.                            -HELP buttonpanel now contains Contents/Previous/Search/Print/Index
  72.                            -Changed initial Position of list/main/edit window
  73.                            -Memosize is now 4k
  74.                            -Loading is done in a separate Thread
  75.                            -Date in english is MM/DD/YYYY - in german DD.MM.YYYY
  76.                            -FTree asks for save of modifications when closing a tree
  77.                            -MainWindow remembers that it was maximized
  78.                            -Workaround for S3-Video Driver Bug in API GpiBox
  79.                             (red line remains when Actual changes)
  80.                            -Rings between partners
  81.                            -Multiple marriages (maximum is 4)
  82.                            -New fixed fields: Sex + Death location + MarriageInfos (marriage,location,divorce)
  83.                            -Siblings are sorting according to their Birth date / Partners by Marriage date
  84.                            -Choose treeview information (first name,dates)
  85.                            -Printing
  86.                              Attention  : Printing on FaxWorks only works if FaxWorks is already running
  87.                              Information: I'll try to put printing in a 2nd thread, but an ugly bug
  88.                                           makes this impossible in this version :-(
  89.  
  90.        1.0d, Apr 22 1996 : -O.K. Printing is now done in a second thread and as I expected FaxWorks works, too
  91.                              Information: You have to open the DeviceContext in the second thread, not 
  92.                                           (as in 1.0c) in the first thread :-/
  93.                            -InfoBar gives information about Printing/Loading/Saving
  94.                            -Red border of "Actual" isn't printed
  95.                            -Improved scrolling performance
  96.                            -New: Click and Drag Tree by pressing button1 and moving the mouse
  97.                            -New: "About" dialog (with version info) where one can register FamilyTree
  98.                            -Menus accesible by accelerator keys and zoom via +/-
  99.                            -Improved view calculation after user action (New,Load,MakeOrigin,Add,Del)
  100.                            -When printing with only Ancestors on a fixed number of pages
  101.                             the size isn't calculated correctly ("Origin" is missing)
  102.                            -Vertical view of the tree
  103.                            -Sex is now saved language independent (0/1/2 instead of -/M/W because W!=F)
  104.  
  105.        1.0e, May 01 1996 : -Date Format (DD.MM.YYYY or MM/DD/YYYY) is not decided by language but
  106.                             OS/2 system setting
  107.                            -Rexx (beta), saving no printing
  108.                            -ABC-List.ftx (List of persons sorted by name)
  109.                            -AnnDeath.ftx (Anniversary of death)
  110.                            -Birthday.ftx (Birthdays this year)
  111.                            -Lngevity.ftx (Longevity analysis)
  112.                            -Removed display-bug in vertical mode with A+D+S
  113.                            -AddChild -> gets name of parent (the actual one)
  114.                            -Tabbing between dates -> number is selected and overwritten by next key press
  115.                            -Dialogs appear in window list
  116.                            -Drag&Drop of Font and Color to MainWindow
  117.  
  118.        planned           : -Rexx Printing
  119.                            -More rexx scripts and documentation
  120.                            -Rexx script for GEDCOM Im/Export
  121.                            -List window as a container with/sorted by dates
  122.                            -Additional fixed (or programmable?) fields
  123.  
  124. CONTACTING THE AUTHOR:
  125. ======================
  126.  
  127. My mail address is
  128.     Nils Meier
  129.     Birkenweg 27
  130.     53797 Lohar
  131.     GERMANY / EUROPE
  132.     Telephone number: +49 / 2246 / 3202
  133.  
  134. My Internet address is
  135.     meier2@athene.informatik.uni-bonn.de
  136.  
  137. Please send any suggestions, comments or bug reports to one of the above
  138. addresses.
  139.