rvmn / queued

Automatically exported from code.google.com/p/queued
0 stars 0 forks source link

Be aware of screen size limitations #11

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
A very simple issue: the app assumes at least a 768 vertical resolution. On 
some netbooks w/1024x600 screens, the bottom part of the app cannot be 
accessed

What steps will reproduce the problem?
1. run the application
2.
3.

What is the expected output? What do you see instead?
The bottom of the window can not be accessed

What version of the product are you using? On what operating system?
current on wINxP

Please provide any additional information below.

Original issue reported on code.google.com by cvv...@gmail.com on 19 Feb 2009 at 4:38

GoogleCodeExporter commented 9 years ago
This is a new one on us; it's pretty rare that you find a resolution with less 
than 768 vertical.  Part of the initial 
screen size is dictated by the XML configuration files, but we'll see if we can 
resize it based on what AIR detects.

Original comment by ttre...@gmail.com on 19 Feb 2009 at 5:40

GoogleCodeExporter commented 9 years ago
Just made a change with the 1.02 release that limits the height of the screen 
to 600px.

Thanks for the head's up.

Original comment by ttre...@gmail.com on 19 Feb 2009 at 7:38

GoogleCodeExporter commented 9 years ago
you should consider making it more adaptive, e.g not hard coded (Im assume 
that's 
what you mean when you say "limit". AIR runs on a lot of platforms with very 
strange 
screen sizes.

Original comment by cvv...@gmail.com on 20 Feb 2009 at 12:06