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

  1. property theDialog : {size:[260, 95], contents:[¬
  2.     {class:push button, bounds:[190, 65, 250, 85], name:"OK", enabled:3}, ¬
  3.     {class:push button, bounds:[110, 65, 170, 85], name:"Cancel"}, ¬
  4.     {class:password field, bounds:[10, 36, 250, 36 + 16], name bounds:¬
  5.         [10, 10, 250, 26], name:"Enter Password:", value:"1234"}], timeout after:60}
  6.  
  7. return [dd auto dialog theDialog, dd auto dialog theDialog with greyscale]