n00b here. This is most likely not a bug and I’m just missing something simple here, so I’m posting on this forum.
I have this very simple program, taken from Hello World:
native.showWebPopup( “http://developer.anscamobile.com/demo/hello.png” )
local textObject = display.newText( “Hello World!”, 50, 50, native.systemFont, 24 )
textObject:setTextColor( 255,255,255 )
When I run in the simulator, I see the Hello World! text, but not the Corona png.
I see this on Beta8, Beta7 and Game Edition Alpha 3. Am I doing something wrong?
Thanks. [import]uid: 7026 topic_id: 1796 reply_id: 301796[/import]