Android Question layout,button auto set text="button1"

xiaoyao

Active Member
Licensed User
Longtime User
添加按钮会自动添加文本默认情况下,button1.text =“ button1”
这更接近VB6 IDE的使用,当初学者或仅测试时,他们希望通过最小的操作实现功能
 

aeric

Expert
Licensed User
Longtime User
B4X is not VB6.
You can't expect they are the same.
Most of the time, the button label need to be renamed.
 
Upvote 0
Top