I'm having hard times trying to control size of my Display Boxes.
So, I have a number of reports where there is a Graph Builder of certain size.
For some reports there is nothing to report (missing files) and I want to place a text box saying files are missing instead of the Graph Builder.
I would like to match the size of it to the size of Graph Builder in other reports, and I cannot.
None of the messages I try work, the size only depends on Font Size of the text and partially on Padding of the boxes.
I have the following structure in place of the Graph Builder:
Outline Box( "Missing files",
missingFilePlaceholderBB = Border Box( Left( 50 ), Right( 50 ), Top( 50 ), Bottom( 50 ), Sides( 15 ),
missingFilePlaceholderTB = Text Box( "One or More of the following files could not be found: \!n" || O_file || "\!n" || N_file )
)
)
What messages and to what Display Box out of these three I need to send in order to control the overall size?