Hi
I have a textbox attached to a global layer, how do I keep its content, and focus when layouts changes?
I realize I could store the textbox content in a global variable and re-populate it with each new layout, but I wondered if there was a better way to do this, where the textbox content is preserved, and can be regarded as truly global.
Attached is a small example of the issue