Page 1 of 1

DCL Columns

Posted: Mon Nov 27, 2023 11:07 am
by sln8458
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

Re: DCL Columns

Posted: Mon Nov 27, 2023 7:42 pm
by QuanNguyen
Hi Steven,

To create a box column containing two columns, please use the boxed_row tile.
boxed_row.png
boxed_row.png (12.01 KiB) Viewed 7030 times
I have an error when I post the full DCL code here, too. :(
boxed_row.zip
(394 Bytes) Downloaded 565 times

Re: DCL Columns

Posted: Tue Nov 28, 2023 1:10 am
by sln8458
Thanks Quan,

As I sit here reading your post I realise how obvious it 'should' have been to me, 2 columns side by side are indeed a 'row' :oops:


Thanks :)