Hello,
I am adding an image at 0,0 and when I select to view the app with different devices using the View As menu item in the simulator the image is moved up and down depending on the device selected. If I select Droid the image is moved down some with a bif space of margin at the top. If I them select iPad it is actually off the screen a little at the top. The image is just a jpg logo sized at 130x49. I am using the following code to place it:
imgHome = display.newImage( "logo\_wub.jpg" ,0,0) screenGroup:insert( imgHome )
Thanks for any help!
Warren