AIR : How to create air app which does not appear in taskbar
There are a couple of needs in Flex users group in Japan, So I test it.
The important thing is to use "mx:Application" instead of "mx:WindowedApplication".
Cautions :
WinTest2.mxml appears in taskbar because it uses binding for type property. When you use mxml class based on mx.core.Window, you should write it directly (see WinTest5.mxml).
You can download sources from here.
WinTest.zip
WinTest.mxml ( Main app )
WinTest2.mxml
WinTest3.as
WinTest4.mxml
WinTest5.mxml
The important thing is to use "mx:Application" instead of "mx:WindowedApplication".
Cautions :
WinTest2.mxml appears in taskbar because it uses binding for type property. When you use mxml class based on mx.core.Window, you should write it directly (see WinTest5.mxml).
You can download sources from here.
WinTest.zip
WinTest.mxml ( Main app )
WinTest2.mxml
WinTest3.as
WinTest4.mxml
WinTest5.mxml
Comments
[Add Comment]
# Posted By Olexandr Dolynsky
| 4/27/08 10:06 AM
# Posted By PradeepKumar
| 5/7/08 11:28 PM
[Add Comment]