home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 February / Chip_2003-02_cd2.bin / OKO_demo / movie / Reader / plug_ins / EScript.api / EXVW / 6200 < prev    next >
Text File  |  2001-09-12  |  290b  |  10 lines

  1. dialog(name: '$$$/Dialogs/Response')
  2. {
  3.     view(align_children: align_left)
  4.     {
  5.         static_text(item_id: 'ques', name: '$$$/Dialogs/Response/Question', alignment: align_fill, height: gStaticTextHeight * 2);
  6.         edit_text(item_id: 'rsps', width: max_char_width() * 25);
  7.         ok_cancel();
  8.     }
  9. }
  10.