home *** CD-ROM | disk | FTP | other *** search
Text File | 1997-04-12 | 476 b | 10 lines | [TEXT/ToyS] |
- on DisplayDialog given icon:icn, message:msg
- return dd auto dialog {size:[260, 130], contents:[¬
- {class:push button, bounds:[190, 100, 250, 120], name:"OK"}, ¬
- {class:push button, bounds:[110, 100, 170, 120], name:"Cancel"}, ¬
- {class:static text, bounds:[65, 10, 250, 74], contents:msg}, ¬
- {class:icon, bounds:[10, 10, 42, 42], contents:icn} ¬
- ], name:"Alert", style:movable modal} --with greyscale
- end DisplayDialog
-
- DisplayDialog given icon:0, message:"Testing!"