DCL Columns

#1
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
CMS INTELLICAD 13.0.737.158051.PE+.VC17.x64.CMS130

i9-12900k / 64gb-3200 - NVIDIA GeForce TRX 3060 Ti 8Gb Windows 11 Pro
Attachments
dcl error.zip
(2.28 KiB) Downloaded 194 times

Re: DCL Columns

#3
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 :)
CMS INTELLICAD 13.0.737.158051.PE+.VC17.x64.CMS130

i9-12900k / 64gb-3200 - NVIDIA GeForce TRX 3060 Ti 8Gb Windows 11 Pro
cron