Message 1 of 2
DCL buttons are blank
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
Using Autocad 2016, i'm getting blank DCL buttons:
si_dialog
: dialog
{
label = "Run Scripts";
: row{
: button {Label = "script1"; key = "script_1";}
: button {Label = "script2"; key = "script_2";}
}
: button {label = "OK"; key= "accept"; is_default = true; fixed_width= true; alignment = centered; }
}
Resultant dialog is this:
Any ideas why?
Thanks, Dave