widget.newButton() Image does not appear

Hello everyone! I am wondering why the image does not appear, It shows the default button image and I don’t know why.
I am wondering on this code for a couple of minutes now but I can’t still figure out.

Is my implementation correct? Here is my code

mwidth = 55  
mheight = 35  
  
local menuButton = widget.newButton{  
 default = "images/button-pause-unpressed.png",  
 over = "images/button-pause-unpressed.png",  
 height = mheight,  
 width = mwidth,  
 onPress = togglePause  
 }  

Hope someone will help me right away. Thanks! [import]uid: 225774 topic_id: 36276 reply_id: 336276[/import]

What version of Corona are you using? [import]uid: 84637 topic_id: 36276 reply_id: 144129[/import]

I am using the newest build, It was 1035. [import]uid: 225774 topic_id: 36276 reply_id: 144131[/import]

Thanks.

Well your problem is that some of the widget parameters have changed. Please download the daily build docs for 1034/1035 and consult the widget migration guide.

In your case:

[code]

default – is now defaultFile
over – is now overFile
[/code] [import]uid: 84637 topic_id: 36276 reply_id: 144132[/import]

Thank you! I will now change my code with this. [import]uid: 225774 topic_id: 36276 reply_id: 144135[/import]

What version of Corona are you using? [import]uid: 84637 topic_id: 36276 reply_id: 144129[/import]

I am using the newest build, It was 1035. [import]uid: 225774 topic_id: 36276 reply_id: 144131[/import]

Thanks.

Well your problem is that some of the widget parameters have changed. Please download the daily build docs for 1034/1035 and consult the widget migration guide.

In your case:

[code]

default – is now defaultFile
over – is now overFile
[/code] [import]uid: 84637 topic_id: 36276 reply_id: 144132[/import]

Thank you! I will now change my code with this. [import]uid: 225774 topic_id: 36276 reply_id: 144135[/import]

What version of Corona are you using? [import]uid: 84637 topic_id: 36276 reply_id: 144129[/import]

I am using the newest build, It was 1035. [import]uid: 225774 topic_id: 36276 reply_id: 144131[/import]

Thanks.

Well your problem is that some of the widget parameters have changed. Please download the daily build docs for 1034/1035 and consult the widget migration guide.

In your case:

[code]

default – is now defaultFile
over – is now overFile
[/code] [import]uid: 84637 topic_id: 36276 reply_id: 144132[/import]

Thank you! I will now change my code with this. [import]uid: 225774 topic_id: 36276 reply_id: 144135[/import]

What version of Corona are you using? [import]uid: 84637 topic_id: 36276 reply_id: 144129[/import]

I am using the newest build, It was 1035. [import]uid: 225774 topic_id: 36276 reply_id: 144131[/import]

Thanks.

Well your problem is that some of the widget parameters have changed. Please download the daily build docs for 1034/1035 and consult the widget migration guide.

In your case:

[code]

default – is now defaultFile
over – is now overFile
[/code] [import]uid: 84637 topic_id: 36276 reply_id: 144132[/import]

Thank you! I will now change my code with this. [import]uid: 225774 topic_id: 36276 reply_id: 144135[/import]