Mashiane Expert Licensed User Longtime User Jan 20, 2021 #1 Ola I want to toggle the text label of the swift button at runtime. How can I achieve this? Trying mbase.Text = "MMM" is not working. Thanks
Ola I want to toggle the text label of the swift button at runtime. How can I achieve this? Trying mbase.Text = "MMM" is not working. Thanks
roumei Active Member Licensed User Jan 20, 2021 #2 You could try it with: B4X: SwiftButton1.xLBL.Text = "New Label" Upvote 1