The problem here is,
If u use x and y properties for placing components then
the positions will change depends on the screen resolution.
Use percentage like tariq said or use top,left,right,verticalcenter
horizontal properties

Thank q

On Wed, Apr 1, 2009 at 9:00 PM, tzack <internicn...@gmail.com> wrote:

>
> hi pradeep,
>
> i wonder if you have tried setting width="100%" and height="100%" for
> application tag.
>
> Thanks and Regards
>
> tariq
>
>
> On Apr 1, 3:21 pm, "pradeep.pa...@gmail.com" <pradeep.pa...@gmail.com>
> wrote:
>  > Hi All,
> > I need some help on Screen resolution for my application.
> > When my application is opened on a machine with 1280x960, the layout
> > is fine.
> > But when opened on machine with 1024x768, some section of the
> > applicaton is not shown and can be seen with horizontal scroll.
> > Now i wanted to know the screen resolution so that the width can be
> > equated to the application width, is some thing like this possible??
> > I have tried out like
> > Application.application.width = Capabilities.screenResolutionX;
> >
> > But of no use. :)
> >
> > Pls reply
> >
> > regards
> >
> > Pradeep
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Flex 
India Community" group.
To post to this group, send email to flex_india@googlegroups.com
To unsubscribe from this group, send email to 
flex_india+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to