home *** CD-ROM | disk | FTP | other *** search
- gDialogWidth = max( max_char_width() * 24 + 30, zstring_width(zstring: '$$$/Dialogs/DigSigSelAlternateHandler/SetDefault') );
-
- dialog(name: '$$$/Dialogs/DigSigSelAlternateHandler', target_id: 'Hdlr')
- {
- view(align_children: align_left, alignment: align_fill)
- {
- static_text(item_id: 'sNot', name: '$$$/Dialogs/DigSigSelAlternateHandler/Message', width: gDialogWidth);
- popup(item_id: 'Hdlr', alignment: align_fill );
- check_box(item_id: 'sDef', name: '$$$/Dialogs/DigSigSelAlternateHandler/SetDefault');
- ok_cancel_other(ok_name: '$$$/Dialogs/DigSigSelAlternateHandler/UseSelHandler',
- other_name: '$$$/Dialogs/DigSigSelAlternateHandler/FetchHandler');
- }
- }
-