DCL buttons are blank

DCL buttons are blank

DWhiteley
Advisor Advisor
324 Views
1 Reply
Message 1 of 2

DCL buttons are blank

DWhiteley
Advisor
Advisor

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:

 

scripts.JPG 

 

Any ideas why?

 

Thanks, Dave

0 Likes
325 Views
1 Reply
Reply (1)
Message 2 of 2

hmsilva
Mentor
Mentor

Hi Dave,

 

change Label to label, and try your dcl...

 

Hope this helps,
Henrique

EESignature

0 Likes