Flex doesn't have zoom by default. If all child components are defined as percentage height/width then by resizing parent, this can be achieved. Still the font sizes in label, etc won't resize automatically. So this won't be a camera like zoom.
Layout will still be challenging, e.g. if you have a constraint layout (top="10", etc), then that 10 won't change automatically. Zoom is a uncommon requirement, you should try to implement only for limited parts of you app. hope this helps, Raj On Thu, Feb 3, 2011 at 10:02 PM, nav <[email protected]> wrote: > Hi Friends, > > I have a requirement to provide an option to zoom in and zoom out at > the application level of my Flex4 application. Using the zoom options > should resize all of the child components within the parent > application accordingly. > > Can anybody guide me on how to go about this implementation? > > Thanks, > Naveen > > -- > You received this message because you are subscribed to the Google Groups > "Flex India Community" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/flex_india?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Flex India Community" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/flex_india?hl=en.

