Would it be possible to get access to the Title Text assigned to the border property of a Borderpanel?
I’d like to be able to change it from within a method.
Suggested code…
elements.Borderpanel.setText(String);
While you’re at it. It looks like
elements.Borderpanel.setFont('Verdana,1,14');
Does not work properly. It would be nice to be able to set color attributes as well. Anything you can do to a field, regarding text, would be nice for the text in a Borderpanel.