定位的Flex / AIR桌面应用程序窗口的右下角

编程入门 行业动态 更新时间:2024-10-17 00:27:13
本文介绍了定位的Flex / AIR桌面应用程序窗口的右下角的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述

任何线索如何能做到这一点?它需要在所有的决议..有任何父/ Stage对象可找出系统的分辨率?

解决方案

公共职能的init():无效 {     nativeWindow.x =(Screen.mainScreen.bounds.width - 300)     nativeWindow.y =(Screen.mainScreen.bounds.height - 65) }

这是一个300x65窗口位于右下角。您正在寻找屏幕。

Any clues how this can be achieved? It needs to work on all resolutions .. is there any parent/stage object available to find out the resolution of the system?

解决方案

public function init():void { nativeWindow.x = ( Screen.mainScreen.bounds.width - 300 ) nativeWindow.y = ( Screen.mainScreen.bounds.height - 65 ) }

This is a 300x65 window positioned in the bottom right. You are looking for Screen.

更多推荐

定位的Flex / AIR桌面应用程序窗口的右下角

本文发布于:2023-11-23 16:12:48,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1622084.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:右下角   应用程序   桌面   窗口   Flex

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!