Mayur, Thanks for the reply but can you please show some sample code for this.
cheers, Jagdish On Dec 7, 2:47 am, Mayur <[email protected]> wrote: > Folks, > > 1) Screen class is available only for AIR applications not web- > browser base applications. > > 2) If your goal to specificresolution1024 x 768 than keep your > outermost containers with and height to 1024 x 768 and keep other > inner components by ' % ' as required. > > ~ Mayur > > On Dec 7, 9:30 am, girish <[email protected]> wrote: > > > HI jagadish, > > > use > > > width="{(Screen.mainScreen.bounds.width)}" > > height="{(Screen.mainScreen.bounds.height)}" > > > instead of 100% > > -- > > girish kumar.g > > ph no :9966021209 -- 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.

