home *** CD-ROM | disk | FTP | other *** search
/ Video Dictionary 6 / Video Dictionary 6 - Disc 1.iso / pc / Others / Openend.Dxr / 00003_ShowWarningDialog.ls < prev    next >
Encoding:
Text File  |  1999-07-22  |  220 b   |  6 lines

  1. on showwarningdialog strtitle, strcontent
  2.   global gxmui
  3.   set alertInitList to [#buttons: #ok, #title: strtitle, #message: strcontent, #icon: #caution, #movable: 1]
  4.   set buttonResult to alert(gxmui, alertInitList)
  5. end
  6.