home *** CD-ROM | disk | FTP | other *** search
/ Eagles Nest BBS 8 / Eagles_Nest_Mac_Collection_Disc_8.TOAST / Developer Environments / AllegroCL11 / ccl-doc / dialog-designer.text < prev    next >
Encoding:
Text File  |  1987-10-27  |  1.4 KB  |  39 lines  |  [TEXT/CCL ]

  1. The Dialog Designer is a user-interface construction tool.
  2.  
  3. The current version is still in the prototype stage.  A real implementation
  4. will be available in the spring of 1988.  At that point, you'll be able to
  5. build dialog boxes, menus, and windows without writing the source code. You use
  6. the mouse, and the source code gets written for you.
  7.  
  8. The Dialog Designer attempts to be intuitive to use.
  9. A control panel has buttons for creating new dialog-windows,
  10. setting the window's title, adding items, and printing
  11. source-code for the designed dialog.
  12.  
  13. Pressing the command key allows movement, resizing, and
  14. editing of items, and allows movement and resizing of
  15. the dialog window.
  16.  
  17.  
  18. With the command key pressed:
  19.  
  20.       clicking in a dialog-item and dragging will move the
  21.   dialog-item.  If the click is in the lower right corner
  22.   of the item, the item will resize rather than move.
  23.  
  24.       double-clicking an item allows editing of the item's
  25.   attributes (item-type, text, action, etc), or deletion
  26.   of the item.
  27.  
  28.       clicking in the window but not in an item, followed
  29.   by dragging,  will move the entire window.  If the click
  30.   is in the lower right corner of the window, the window
  31.   will resize rather than move.
  32.  
  33. For dialogs with complex, interconnected actions, it is
  34. recommended that you use Dialog Designer for creating
  35. and positioning the items, then print the source and
  36. edit each item's action.
  37.  
  38.  
  39. The Dialog Designer is copyright © 1987 Coral Software Corp.