Whenever you want to make the application full screen, run this code: Application.application.stage.displayState = StageDisplayState.FULL_SCREEN;
To get back to normal state: Application.application.stage.displayState = StageDisplayState.NORMAL; Regards, Venkat www.venkatv.com On Tue, Mar 3, 2009 at 11:09 AM, Ravi <[email protected]> wrote: > > Hello Friends, > I am developing a family tree and i want to add full screen > functionality in this to full screen the family tree part only. > can anyone please help me in this..how to full screen only the > perticular part of application > Thanks > > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

