I have a circular button that displays on my screen, but when I add an image for both the “defaultFile and overFile” I only see a blank button. When using a normal button the image can be added and the button works fine but I need circular buttons for my app. This is the code for the circular button.
local optionsButton = widget.newButton { id = "optionsButton", label = "options", onEvent = handleOptionsButtonEvent, emboss = false, shape="circle", width = 500, height = 500, defaultFile = "Sun3.png", overFile = "Sun3over.png", fontSize = 50, radius = 250, }