Adobe Flex 按键捕获
在我的 Flex 应用程序中,当单击 F11 键时,页面会进入全屏并扰乱页面的形状。谁能帮我捕获 F11 键。我用的是IE7。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您不应该捕获 F11 键 - 您应该捕获应用程序的调整大小事件并手动调整组件大小,或者使用 Flex 布局容器,这样您就不必编写所有代码的。
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.