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]