home *** CD-ROM | disk | FTP | other *** search
/ Stars of Shareware: Programmierung / SOURCE.mdf / programm / msdos / pascal / dlgdsn3 / read.me < prev    next >
Encoding:
Text File  |  1992-12-19  |  2.8 KB  |  87 lines

  1. WHAT'S NEW IN VERSION 3.0
  2.  
  3. Version 3.0 of Dialog Design supports the new features of Turbo Pascal
  4. version 7 and has some new features of its own.  If you've previously
  5. used Dialog Design, this section will give you an idea of what's new and
  6. what's changed in Version 3.0.
  7.  
  8. Supports the three standard Dialogbox palettes.
  9.  
  10. Supports validators for TInputLine.
  11.  
  12. EnableMask selections can now be made to Enable/Disable individual
  13. checkboxes and radiobuttons.
  14.  
  15. Supports the new TMultiCheckboxes.
  16.  
  17. A Merge command allows predefined dialog controls to be merged into
  18. the design dialog.
  19.  
  20. Help context values are automatically updated when reading in either
  21. a .DLG file or a help context file.
  22.  
  23. A .DLG file may now be specified on the command line.
  24.  
  25. A group of controls may now be selected by dragging the mouse to enclose
  26. them in a rectangle.
  27.  
  28.  
  29.  
  30. NEW TO VERSION 2.x FROM VERSION 1.x.
  31.  
  32. Controls can now be directly sized on screen by dragging the lower right
  33. corner.
  34.  
  35. Multiple controls may now be selected.  This allows operations like move
  36. to be done on several controls at once.  Selected controls are now colored
  37. red in design mode.
  38.  
  39. Clicking on a control with the right mouse button (or double clicking on it)
  40. will bring up the Edit box for the control.
  41.  
  42. There is now support for additional control types:
  43.    TMemo
  44.    Horizontal and vertical scroll bars.
  45.    TInputLong     a long integer extension to TInputline.
  46.    TColoredText   a colored TStaticText extension.
  47.  
  48. When adding a control, you can specify its label at the same time.
  49.  
  50. Source code can now be previewed on screen as well as written to a file.
  51.  
  52. You can now specify Options and Eventmask.  In particular, setting
  53. ofFrame allows frames and lines to be included in the dialogbox.
  54.  
  55.  
  56. COMPATIBILITY ISSUES
  57.  
  58. Resource Files
  59.   Resource files produced by Dialog Design version 3 can only be used
  60.   with Turbo 7 programs.  If you're still using Turbo 6 and need resource
  61.   files, you'll have to stay with Version 2.x of Dialog Design.
  62.  
  63. Source Files
  64.   Source files produced by Dialog Design Version 3 may be used with Turbo 6
  65.   if you're careful not to use any new Turbo 7 features.
  66.  
  67. .DLG Files
  68.   Version 3 .DLG files differ from those of previous versions.  However,
  69.   version 3 can read .DLG files from older versions.
  70.  
  71.  
  72. FILES SUPPLIED
  73.  
  74.   DLGDSN.EXE      EXE file for Dialog Design
  75.   DLGDSN.DOC      DOC file for Dialog Design
  76.   DLGHLP.HLP      Help file for Dialog Design
  77.   TESTCASE.PAS    Program to test source code generated by Dialog Design
  78.   COLORTXT.TPU    TPU for TColoredText
  79.   COLORTXT.INT    Doc and partial source for TColoredText
  80.   INPLONG.PAS     Doc and source for TInputLong
  81.  
  82.  
  83. BUG FIXES
  84.  
  85.   V3.01
  86.     Fix crash problem when accessing CheckBox/RadioButtons Add/Edit dialog.
  87.