I've an Air application, which I want to maximize at the startup. I set the width and height value to 100% but it didn't help me. I've tried to set the percentWidth, percentHeight values to 100 but it didn't work neither.
<s:WindowedApplication xmlns:fx="http://ns.adobe.com/mxml/2009"
xmlns:s="library://ns.adobe.com/flex/spark"
xmlns:mx="library://ns.adobe.com/flex/mx"
width="100%" height="100%"
All the components properties are set to 100% but the application doesn't start in maximum size. How should I set them properly? Thank you!