Skip to main content
Participant
June 1, 2011
Question

Screen size problem difference in test and installed

  • June 1, 2011
  • 1 reply
  • 337 views

I have a strange problem with the screen size on an application I am making. The Images are attached.

On the test in CS5 I get the correct layout, and the navigation bar and scoring is at the bottom. However when I publish and install the application I get the nav bar and score moved up. The reason is that the screen size is changed and I use the hight and subtract the y co-ord from the bottom. The screen dimensions are 666w 984h in test and change to 652h 994w. Any idea why?

Test image from CS5

Published application

This topic has been closed for replies.

1 reply

chris.campbell
Legend
June 1, 2011

Hi,

Does it make any difference if you set showStatusBar=false when the window is initialized?

Chris