When I execute the following code
Dim buttonadd As Button
buttonadd.Initialize("buttonadd")
buttonadd.Text="Add New"
buttonadd.TextColor=Colors.Black
buttonadd.TextSize=18
Activity.AddView(buttonadd, 0, 92%y, 250, 120%y)
I can see the button but not the text.
Anyone tell me why?
Thanks
Dim buttonadd As Button
buttonadd.Initialize("buttonadd")
buttonadd.Text="Add New"
buttonadd.TextColor=Colors.Black
buttonadd.TextSize=18
Activity.AddView(buttonadd, 0, 92%y, 250, 120%y)
I can see the button but not the text.
Anyone tell me why?
Thanks