Hey folks, My requirement is to keep my AIR app maximized always (without restore functionality). I made the following change in Main-app.xml -
<maximized>false</maximize> Then I do stage.nativeWindow.maximize() on creationComplete to initially maximize the window. Here's the problem now, the application is maximized but it also overlaps the windows taskbar. This problem does not occur if I do not make the above change in Main- app.xml. My requirement is to disable the restore, and also show the taskbar on maximized state. Any help is appreciated. Regards, Ranjan --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

