home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 21 / CD_ASCQ_21_040595.iso / dos / prg / pas / tvgr70 / tools.doc < prev    next >
Text File  |  1994-09-23  |  4KB  |  102 lines

  1. September 1994
  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 stores 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 versions 4.x will generate TVGraphic source code 
  11. when used with the source code generator utility TVSCR1.EXE included 
  12. with TVGraphic. Dialog Design still runs as a text mode Turbo Vision 
  13. program but the source code generated consists of TVGraphic views and 
  14. uses the TVGraphic coordinate system. In almost all cases the dialog 
  15. source code is 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 shareware version 
  21. of TVGraphic. For registration and documentation, follow info in your 
  22. copy of Dialog Design.
  23.  
  24.  
  25. OBTAINING A COPY OF DIALOG DESIGN
  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.     anonymous ftp from ftp.std.com, in directory "vendors/Andresen".
  37.  
  38.  
  39.   From the author -        CompuServe ID #76327,53.
  40.      copy only $15 (not including registration fee)
  41.        ($30  for registration fee + copy. Ask for copy.)
  42.  
  43.        {If you mention you are using it with TVGraphic,
  44.         both authors will appreciate it.}
  45.  
  46.     David Baldwin,
  47.     22 Fox Den Rd.,
  48.     Hollis, NH 03049        (Approx May 15 to Oct 15)
  49.     (603) 465-7857
  50.  
  51.     David Baldwin,
  52.     144 13th St. East,
  53.     Tierra Verde, FL 33715  (Approx Oct 15 to May 15)
  54.     (813) 867-3030
  55.  
  56.     Since mail is forwarded, either address may be used.
  57.  
  58.  
  59. USING DIALOG DESIGN WITH TVGRAPHIC
  60.  
  61. Configuring Dialog Design Version 4.0,4.1 to use TVSCR1.EXE:
  62.   Start Dialog Design
  63.   select from the menu
  64.     Options
  65.       Configuration
  66.         then enter "TVSCR1.EXE" as Source 1 under Conversion FileNames
  67.   Put a copy of TVSCR1.EXE in the Dialog Design directory.
  68.   Use Dialog Design 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 - Dialog Design's ColorText object
  74.     ILong - Dialog Design's long integer inputline
  75.     IconButtons - unique to TVGraphic
  76.   Generates an error message for the above. (If you want to use
  77.     ILong, create a descendant in TVGraphic and enter its pointer name
  78.     in the edit box. This will get around the error message.)
  79.  
  80.   Dialog Design does not support some TVGraphic features
  81.      enabling of TVGraphic's evTimerTick event
  82.      IconButtons (bitmapped buttons or views).
  83.      options for TgLabels
  84.  
  85. You do not need to change the default pointer name in each view's
  86.   edit dialog to match TVGraphic. This is done automatically when
  87.   source code is generated.
  88.   You may still enter your own pointer name for your decendant view.
  89.  
  90.  
  91.   Following views use the fields in EXTRAS
  92.     TgInputLine, TgStaticText
  93.       To enter the Opts field used by their constructors,
  94.       Enter one TVGraphic option per "Extra" field. Do not skip entries.
  95.           (If you don't enter anything in "Extra 1", then
  96.            DefaultOpts is used in the constructor.)
  97.  
  98.     TDialog
  99.       To enter TVGraphic options used to set VOptions after construction.
  100.       Only the first "Extra" field is used, enter single option if desired.
  101.  
  102.