Very, very minor Widget Demo bug

In the WidgetDemo there is a error on line 141 of theme_ios.lua It’s just a forward slash missing but still stops your app if your using “sheetGreen” for your buttons.

over = assetDir .. "button/sheetGreen/over.png",  

Should be -

over = assetDir .. "/button/sheetGreen/over.png",  

Very minor bug but confused me for ages while trying out the new widgets in my app (I copied the theme_ios.lua file from the demo to my app which already uses sheetGreen a lot).

This is on the latest public release, so may have been sorted by now.

Dave [import]uid: 117617 topic_id: 33939 reply_id: 333939[/import]

Hi Dave.

Thanks for pointing this out.

If you haven’t already found out, I am in the process of remaking all of the old widgets with our new widget framework (buttons included!) so this issue will be null and void as soon as the widget remakes get rolled out.

Cheers [import]uid: 84637 topic_id: 33939 reply_id: 135001[/import]

Hi Dave.

Thanks for pointing this out.

If you haven’t already found out, I am in the process of remaking all of the old widgets with our new widget framework (buttons included!) so this issue will be null and void as soon as the widget remakes get rolled out.

Cheers [import]uid: 84637 topic_id: 33939 reply_id: 135001[/import]