Hi all,
I’ve updated to the lastest build of the SDK and the button widgets now seem to be broken. I’ve checked the lastest docs and it seems that nothing much has changed, anyone know if it’s something I’ve done or if it’s a bug in the daily builds? Here is what I have?
soundButtonOn = widget.newButton{ id = "btn001", default = "assets/img/buttons/soundBtnOff\_off.png", over = "assets/img/buttons/soundBtnOff\_on.png", left = midX - 65, label = "", width = 50, height = 50, onEvent = onSoundBtnEvent }
The result is the default grey button with rounded corners. The button event doesn’t work (clicking on the button does nothing) and there are now errors in debug.
Thanks,
Neil