Sachindkini, you forgot *.dcl :
Code:
//---------------------------------------------------------------------------------------------------------
// Test
//---------------------------------------------------------------------------------------------------------
dcl_test : dialog {
key = "Title";
label = "Test commands dialog";
spacer;
: column {
: button {
key = "C1";
label = "Command1";
}
spacer;
: button {
key = "C2";
label = "Command2";
}
spacer;
: button {
key = "C3";
label = "Command3";
}
spacer;
: button {
key = "C4";
label = "Command4";
}
spacer;
: button {
key = "C5";
label = "Command5";
}
}
spacer;
ok_only;
}//Test