Interesting, Brent. There’s a part in his video where he requires the Widget Library at the top and then lower down the page, he makes a function called doButton
The video here at the 1:47 mark ( http://www.youtube.com/watch?v=wF3XYCBPgVk&list=PLtNErhYMkHnHuIZ885KpdZTkAsiBEiJaR )
He makes just under the doButton function
local optButton = widget.newButton { label=“Set Options” }
He goes back to the Simulator and suddenly there’s a grey button image with “Set Options” typed on it.
I’m thinking to myself that there must be some kind of internal widget library that has pre-made button images he accessed. He has a folder of “images” but nowhere in the code did he reference an image file other than a background image file.
I ask, because I did the same thing he did and I got my Background image to appear but no grey button (and I required the widget library at the start of my code, too). That made me think, maybe the Starter account doesn’t have access to these button images that just appeared by magic in his demo.
Hmmm. A little puzzled where that grey button came from. Are you able to instantly call a button image, too, using that simple code?