如何在 adobe AIR 中动态检测屏幕分辨率变化
ActionScript 中的 Screen 类提供最新的总屏幕边界和可用屏幕边界,但不允许附加侦听器来侦听运行时的更改。
有没有办法在运行时检测屏幕分辨率的变化,每当屏幕分辨率发生变化时都需要调整应用程序的大小。例如,当机器显示连接到投影仪/高分辨率显示器然后切换回正常状态时。
谢谢,
Screen class in actionscript provides the latest total screen bounds and available screen bound, but doesn't allow to attach listener to listen for changes on runtime.
is there any way of detecting screen resolution changes on runtime, it is required to size the application whenever screen resolution is changed. e.g. in case when machine display is connected to projector/high resolution monitor and then switched back to normal.
thanks,
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
有几种解决方案:
There are several solutions: