Hi Girish
I also found the same problem in my project, what I did there was-
While intializing the application i.e. preintilaized(), i use to call
one-algo inside that- this algorithm in turn calculates the current screen
resolution....by:
mx.core.Application.application.screen.X &
mx.core.Application.application.screen.Y
further(you can use)-
mx.core.Application.application.screen.height
mx.core.Application.application.screen.width
Now after getting the client-app screen resolution, I use to set one
'flag'(kind of variable), which states that which screen-resolution the
client is using, now on the basis of that (flag), further components layout
is rendered at the run-time....further using this policy I could
successfully add/modify the further requirements(changes- if any), just by
adding one more flag-state.
Regards
Abhinav Mehta
MSRIT- Bangalore