Domanda

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

È stato utile?

Soluzione

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

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top