Question
Add textfield to button
Hi
I've dynamically created a bunch of buttons from a single button class in the library, and now want to add different text over them.
Should this be done with dynamic text fileds, or static ones (my text NEVER changes). Or should I manually create different buttons in the IDE and manually add the text?
What is best practice?
Thanks guys