I am using the latest daily build 2497 & 2496 for Mac, both not working.
local button = widget.newButton{
width = display.contentWidth,
height = 48,
fontSize = 14,
label = “Hello”,
align = “center”,
isEnabled = true,
textOnly = true
}
button:setLabel(“world”)
the button is still showing “Hello” after I set it to “World”, no runtime error.
Anyone?