I’d like something like a “label” in app studio, but one that could hold like a paragraph of info.
I mean something that I, the creator of the app, put in and the user cannot edit it. Again, like a label. Just bigger, with word wrap.
Does that exist?
The hackiest solution I could think of would be to query a UD table and store every box’s text in it, then display that in my app as a read-only “text area” which references the query result.
Is there a specific reason you don’t want to use a label? I’ve put paragraphs of info in a label and just set the alignment as left instead of right justified after making it big enough to hold the info.
So, before the reply, I got impatient and started down the UD table path.
I plan to have a lot of text boxes on these apps, so the UD table should be faster.
The event idea is better - it keeps it all in the layer and there is the formatting option. I may use it for bigger things like a work instruction or something. Or when I don’t need so many text boxes in one app.