tags:

views:

234

answers:

1

In my Flex application when click F11 key the page gets into full screen and disturbs the shape of the page.Can anyone help me out in capturing the F11 key .I am using IE7.

A: 

You shouldn't be capturing the F11 key - you should either be capturing the resize event of your application and resizing your components manually, or using the Flex layout containers so that you don't have to code all of that.

Rhysyngsun