home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 7 / Apprentice-Release7.iso / Utilities / Programming / Dialog Director 0.6 / Examples / Simplest.as < prev    next >
Encoding:
Text File  |  1997-04-17  |  285 b   |  7 lines  |  [TEXT/ToyS]

  1. set dlog to {size:[320, 95], contents:[¬
  2.     {class:push button, bounds:[250, 65, 310, 85], name:"OK"}, ¬
  3.     {class:push button, bounds:[170, 65, 230, 85], name:"Cancel"}, ¬
  4.     {class:static text, bounds:[10, 10, 310, 10 + 32], contents:"The simplest dialog box."} ¬
  5.         ]}
  6.  
  7. dd auto dialog dlog