dialog a_table {
title "New Project"
size -1 -1 258 148
option dbu
button "Button", 1, 107 70 37 12
}
So here is a dialog box...now...
on *:DIALOG:a_table:sclick:1: {
;Change button style to multi the button
}
Is it possible to change style to multi,flat ect?