简体   繁体   English

控制Windows的顺序Adobe AIR

[英]control the order of windows Adobe AIR

Is there a way to control the order of other applications' windows through AIR application? 是否可以通过AIR应用程序控制其他应用程序窗口的顺序? All I could find in Adobe docs were orderToFront() , orderInFrontOf() , orderToBack() and orderBehind() which apply only to AIR application windows. 我在Adobe文档中只能找到orderToFront()orderInFrontOf()orderToBack()orderBehind() ,它们仅适用于AIR应用程序窗口。

No, the AIR sandbox does not use that OS feature. 不,AIR沙箱不使用该OS功能。 If it is a must have, you can write an ANE native extension, and implement it in WinAPI. 如果必须这样做,则可以编写ANE本机扩展,并在WinAPI中实现它。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM