home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / PROG_GEN / TVGRAPH.ZIP / TOOLS.DOC < prev    next >
Text File  |  1993-12-24  |  4KB  |  106 lines

  1. 12/23/93
  2.  
  3. TOOLS.DOC
  4.  
  5. Dialog Design is a very easy to use shareware visual design tool for
  6. designing Turbo Vision Dialog boxes. It saves your designs in its own
  7. format so you can later edit or modify them. It will output the design
  8. as Pascal source code or include it in a Resource file.
  9.  
  10. Dialog Design version 4.0 will generate TVGraphic source code when
  11. used with the source code generator utility TVSCR1.EXE included with
  12. TVGraphic. Dialog Design still runs as a text mode Turbo Vision program
  13. but the source code generated consists of TVGraphic views and uses the
  14. TVGraphic coordinate system. In almost all cases the source code is
  15. ready to use.
  16.  
  17. A companion TVGraphic Resource file generator utility may be written later.
  18.  
  19. NOTE: Dialog Design is a separate shareware product from TVGraphic and
  20. is by a different author. It is not included with the downloadable
  21. file version of TVGraphic. For registration and documentation,
  22. follow info in your copy of Dialog Design.
  23.  
  24.  
  25. Obtaining a Copy of Dialog Design version 4.0 (or above)
  26.  
  27.   CompuServe
  28.     Go Borland
  29.     select Forums
  30.     select Pascal
  31.     select libraries (Turbo Vision)
  32.     download from Turbo Vision library
  33.       key word Dialog  (note that there are TWO packages listed)
  34.  
  35.   Internet
  36.     As of the time of this writing - not guaranteed in the future.
  37.       garbo.uwasa.fi
  38.       oak.oakland.edu
  39.  
  40.   From the author -        CompuServe ID #76327,53.
  41.      copy only $15 (not including registration fee)
  42.        ($30  for registration fee + copy. Ask for copy.)
  43.  
  44.        {If you mention you are using it with TVGraphic,
  45.         both authors will appreciate it.}
  46.  
  47.     David Baldwin,
  48.     22 Fox Den Rd.,
  49.     Hollis, NH 03049        (Approx May 15 to Oct 15)
  50.     (603) 465-7857
  51.  
  52.     David Baldwin,
  53.     144 13th St. East,
  54.     Tierra Verde, FL 33715  (Approx Oct 15 to May 15)
  55.     (813) 867-3030
  56.  
  57.     Since mail is forwarded, either address may be used.
  58.  
  59.  
  60. USING DIALOG DESIGN WITH TVGRAPHIC
  61.  
  62. Configuring Dialog Design Version 4.0 to use TVSCR1.EXE
  63.   Start Dialog Design
  64.   select from the menu
  65.     Options
  66.       Configuration
  67.         then enter "TVSCR1.EXE" as Source 1 under Conversion FileNames
  68.   Use Dialog Designer as usual.
  69.  
  70.  
  71. Limitations of source code generation with TVSCR1.EXE
  72.   Does not support the following object types in Dialog Design
  73.     CText - DD's ColorText object
  74.     History
  75.     ILong - Dialog Design's long integer inputline
  76.     MultiCheckBox
  77.     Validators
  78.     IconButtons - unique to TVGraphic
  79.     Memo -  Editors unit for TVGraphic is in process
  80.   Generates an error message for all except Memo. (If you want to use
  81.     ILong, create a descendant in TVGraphic and enter its pointer name
  82.     in the edit box. This will get around the error message.)
  83.  
  84.   Dialog Design does not support some TVGraphic features
  85.      enabling of TVGraphic's evTimerTick event
  86.      IconButtons (bitmapped buttons or views).
  87.      options for TgLabels
  88.  
  89.   You do not need to change the default pointer name in each view's
  90.     edit dialog to match TVGraphic. This is done automatically when
  91.     source code is generated.
  92.     You may still enter your own pointer name for your decendant view.
  93.  
  94.  
  95.   Following views use the fields in EXTRAS
  96.     TInputLine, TStaticText
  97.       To enter the Opts field used by their constructors,
  98.       Enter one TVGraphic option per "Extra" field. Do not skip entries.
  99.           (If you don't enter anything in "Extra 1", then
  100.            DefaultOpts is used in the constructor.)
  101.  
  102.     TDialog
  103.       To enter TVGraphic options used to set VOptions after construction.
  104.       Only the first "Extra" field is used, enter single option if desired.
  105.  
  106.