Select to view content in your preferred language

Screen Resolution

4306
16
06-09-2011 02:21 AM
MohammedIsmail
Emerging Contributor
Hi

i want my application to run on any resolution weather it is 600/800/1024

like it should get displayed full when i open it without any off screen business

how can i do that

Thanks
Ismail
Tags (2)
0 Kudos
16 Replies
Drew
by
Frequent Contributor
Set the width and height of the application to 100%.
0 Kudos
NasifAlshaier
Deactivated User
Set the width and height of the application to 100%.


Hi Andrew.

I have the width and the height of the application set to 100% and it still not working... any other idea?

thank you
Nasif
0 Kudos
Drew
by
Frequent Contributor
Hi Andrew.

I have the width and the height of the application set to 100% and it still not working... any other idea?

thank you
Nasif


make sure your Map and its outer containers (i.e: BorderContainer, HGroup, VGroup) are also set to 100% width and height
0 Kudos
NasifAlshaier
Deactivated User
make sure your Map and its outer containers (i.e: BorderContainer, HGroup, VGroup) are also set to 100% width and height


Hi ANdrew...
thank you for the quick response..
which file these (BorderContainer, HGroup, VGroup) will be under?

Thanks
0 Kudos
Drew
by
Frequent Contributor
Hi ANdrew...
thank you for the quick response..
which file these (BorderContainer, HGroup, VGroup) will be under?

Thanks


Can you post your MXML file so I can see how your application is configured.
0 Kudos
NasifAlshaier
Deactivated User
Can you post your MXML file so I can see how your application is configured.


Hi Andrew..

Iattached the mapmanger file..

Thanks
0 Kudos
Drew
by
Frequent Contributor
Sorry, the word document is unreadable.
Basically you have to make sure every parent container the map is in has a width and height of 100%
So.. If the map is contained in border containers, HGroups, VGroups etc.. make sure they ALL have a width and height of 100%
0 Kudos
NasifAlshaier
Deactivated User
Sorry, the word document is unreadable.
Basically you have to make sure every parent container the map is in has a width and height of 100%
So.. If the map is contained in border containers, HGroups, VGroups etc.. make sure they ALL have a width and height of 100%


Hi Andrew..

I zip the files..
Thanks
0 Kudos
RobertScheitlin__GISP
MVP Emeritus
Nasif,

   Because you are posting to the Flex API forum and not the Flex Viewer forum (as you should be), you have to be specific that you are speaking of the Flex Viewer Application. The Flex Viewer app will scale the map to what ever screen resolution that you are on automatically, unless you have manipulated the code and broke that capability. Do you have a screenshot of the map not scaling to full monitor width and height? Did you change the source code some where that could have broken this?

All Flex Viewer questions should be posted here:

http://forums.arcgis.com/forums/111-ArcGIS-Viewer-for-Flex

Andrew,

   Pardon me jumping in.
0 Kudos