Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
タグをセットalwaysOnTop="true"しました。mx:WindowedApplicationこれはOSXでは機能しませんが、Windowsでは機能します。
alwaysOnTop="true"
mx:WindowedApplication
OSXでこれを解決するにはどうすればよいですか?
これをLeopardでテストして、ウィンドウを他のすべてのウィンドウの前に保持するために、MXMLで(actionscriptでも動作します)-これを行います:
<mx:WindowedApplication xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute" width="1024" height="768" alwaysInFront="true">