DCL Columns
Posted: Mon Nov 27, 2023 11:07 am
Having trouble creating a boxed column containing 2 columns of data:
It treats the 2 columns as 1, making the dialog very tall!!!!
For some reason when I post the full DCL code the forum blocks the post!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
If I remove the box column start/finish it works??? (via // at the start of each line)
Each line starts with a (:)
box_column {
column {
text { key = "labeln1";alignment=left;}
} //end column
column {
text { key = "n1";alignment=right;}
} // end column
} // end box_column
It treats the 2 columns as 1, making the dialog very tall!!!!
For some reason when I post the full DCL code the forum blocks the post!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
If I remove the box column start/finish it works??? (via // at the start of each line)
Each line starts with a (:)
box_column {
column {
text { key = "labeln1";alignment=left;}
} //end column
column {
text { key = "n1";alignment=right;}
} // end column
} // end box_column