dialog xsys {
title "New Project"
size -1 -1 409 125
option dbu
box "", 1, 5 4 399 120
button "Button", 2, 71 110 37 12, flat
list 3, 9 13 392 94, size
edit "", 5, 59 111 11 10
edit "", 6, 46 111 11 10
edit "", 7, 33 111 11 10
edit "", 8, 21 111 11 10
edit "", 9, 9 111 11 10
check "Check Box", 4, 116 110 62 10
}
on *:dialog:xsys:sclick:4:{
if $did($dname,4)=1 { .echo -a 065 activado | info }
else { .echo -a 061 Desactivado } ----- wrong and error help
}