Problem: My add-on has one dialog where the user chooses a selection before another dialog opens. I want to set the label on the new dialog according to the selection chosen by the user. Can I do this?
Solution: You can change the label on any dialog at any time (provided the dialog has been built).Use GUI_LabelSetText (or the new function TecGUILabelSetText).