
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
hello guys always thank you
I got this dcl by searching on the internet. I want to add one column.
SAMPLE1 : dialog {
label = "Sample Dialog Box Routine - Part 1";
: column {
: boxed_column {
: button {
key = "but1";
label = "Button 1";
is_default = false;
}
: button {
key = "but2";
label = "Button 2";
is_default = false;
}
: button {
key = "but3";
label = "Button 3";
is_default = false;
}
}
: boxed_row {
: button {
key = "cancel";
label = "Close";
is_default = true;
is_cancel = true;
}
}
}
}
Sample Dialog Bos Routine - Part1
---------------
Button 1
---------------
---------------
Button 2
---------------
---------------
Button 3
---------------
---------------
Close
---------------
like this
--------------- ---------------
Button 1 Button 4
--------------- ---------------
--------------- ---------------
Button 2 Button 5
--------------- ---------------
--------------- ---------------
Button 3 Button 6
--------------- ---------------
--------------------
Close
--------------------
Solved! Go to Solution.