button:setLabel() is not working

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?

Update:

Tested on build 2484, it was working.

So this is definitely a bug.

This appears to be fixed in 2499.

Rob

Ok, I can confirm it is fixed. Thanks.

Update:

Tested on build 2484, it was working.

So this is definitely a bug.

This appears to be fixed in 2499.

Rob

Ok, I can confirm it is fixed. Thanks.