I would like to overlay text over a progress bar, that changes when a user hits a dialog button.
Since the progress bar itself has no "Text" (That I can see....), I had to create a label on top of it.
I assigned the label to a global variable.
I can successfully assign text to this label, referencing it via the global variable, while still in the function that created it.
Copy-pasting the successful "set text" line into another trigger does not work.
Why? :(
I would like to overlay text over a progress bar, that changes when a user hits a dialog button.
Since the progress bar itself has no "Text" (That I can see....), I had to create a label on top of it. I assigned the label to a global variable. I can successfully assign text to this label, referencing it via the global variable, while still in the function that created it. Copy-pasting the successful "set text" line into another trigger does not work. Why? :(
Fixed it. Order of operations. I feel stupid now.