H h725 Active Member Licensed User Longtime User Aug 2, 2016 #1 Hello Community ! I would like to know if it is possible to realize a button with 2 or 3 independent textfields. The textfields should be accessed like this: btn.text1 = "text1" btn.text2 = "text2" btn.text3 = "text3" And in the button the texts are on a specific position: text1 text2 text3 I made some research on the forum but did not get a solution. Kind regards h725
Hello Community ! I would like to know if it is possible to realize a button with 2 or 3 independent textfields. The textfields should be accessed like this: btn.text1 = "text1" btn.text2 = "text2" btn.text3 = "text3" And in the button the texts are on a specific position: text1 text2 text3 I made some research on the forum but did not get a solution. Kind regards h725
S sorex Expert Licensed User Longtime User Aug 2, 2016 #2 you can do that with a panel that holds 3 text labels. Upvote 0