Frage

I am working in Flex 4.6 AIR application in which i open a mx:window. when we open that window the respective dock icon will display in the taskbar, I want to hide this dock icon of window but not the application, How can i achieve it.

Please suggest me.

Thanks

War es hilfreich?

Lösung

Use Window.type = NativeWindowType.LIGHTWEIGHT; This will not show the dock icon for new window.

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top