Hello Everyone,
I updated to the latest daily build and all my buttons have disappeared. I have the text part of the button and it works if I click where the button should be. It just does not show the actual back part of the button. Below is the code from one of the buttons. Any help is certainly appreciated.
local btnbaseball = widget.newButton{ label = "Go", labelColor = { default={ 0, 0, 0, 255 }, over={ 0 } }, defaultColor = { 0, 0, 0, 0 }, overColor = { 0, 0, 0, 0 }, strokeColor = { 0, 0, 0, 0 }, width = 80, height = 38, fontSize = 18, onRelease = btnbaseball\_Click } btnbaseball.x = 268 btnbaseball.y = 121 screenGroup:insert( btnbaseball )