Hey Hardeep,
I got the answer by going through your tips.
nativeWindow.maximize(); in the fllScrn()
did it for me.
Regards......
On Mon, Oct 13, 2008 at 10:33 AM, Vivian Richard <[EMAIL PROTECTED]> wrote:
> Great Hardeep!!!
>
> Your MANTRA worked like magic :-)... But one more thing:
> what FULL_SCREEN_INTERACTIVE or FULL_SCREEN
> is doing is it also covering the taskbar that I have at the
> bottom of the screen. I actually do not want that I want it
> the way when a maximize button is pressed in an application.
>
> It will cover the whole screen but not the taskbar.
>
> Best regards...
>
>
>
>
>
>
> On Mon, Oct 13, 2008 at 4:25 AM, hardeep thakur <[EMAIL PROTECTED]> wrote:
>>
>> Hi Vivian,
>>
>> try this out :
>> In your <mx:WindowedApplication > add attribute
>> applicationComplete="fllScrn();" , and then write this function
>> fllScrn() in <mx:Script>. this will solve your problem.
>>
>> private function fllScrn():void
>> {
>>
>> systemManager.stage.displayState =
>> flash.display.StageDisplayState.FULL_SCREEN_INTERACTIVE;
>> }
>>
>> Cheers !!!
>>
>> Hardeep Thakur
>>
>>
>> On Oct 13, 9:39 am, "Vivian Richard" <[EMAIL PROTECTED]> wrote:
>>> Hi I was wondering how can I make the AIR application window
>>> full screen. I mean it is going to cover the whole monitor.
>>> I tried it with width and height 100% but it did not work.
>>> Please advice.
>>
>> >>
>>
>
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---