Sorry if this has been answered previously, but I've not been able to find an answer as yet.
I have a piece of automation which has a number of error messages which can trigger. In an attempt to use abstraction to reduce the length of the code I am trying to create a single dialog which can have varying messages within it. Obviously I'd like the dialog to resize as necessary to fit the length of the message. So within the dialog you have a dynamic message which is set whenever the dialog is triggered, and a static message underneath which doesn't change.
I've been able to get the dialog to increase in size to fit the message, however I've not been able to also move down the other label beneath the dynamic message. As a result they overlap and become illegible.
Is there a way to stop this happening? Or will I have to concatenate the two messages and control the layout with CRLFs?
Thanks in advance!
