dialog Fake_Dialog {
title "Example Dialog"
size -1 -1 258 182
option dbu
combo 1, 12 18 232 111
radio "Radio Button", 2, 133 122 50 10, group
radio "Radio Button", 3, 133 142 50 10
button "Button", 4, 144 162 37 12
}
on *:dialog:fake_dialog:init:0:{
did -a fake_dialog 1 Try using an edit box Over a list box
.timerfaker 1 3 did -c fake_dialog 1 1
}