8/23/2011 12:16:29 AM
Title:
Flex 4
Hi
I have a question regarding an application that i built in Flex 4 for desktop. I have two windows in my application one with <s:WindowedApplication> tag and the other one with <s:Window>. I want to use the <s:WindowApplication> as my splash screen with its systemChrome property of XML file set to none and use the other one as my main application window with a custom Chrome, hence the systemChrome property of this one is also set to none.The problem is that even though I have set the systemChrome to none in the <s:Windowed> xml file(I am talking about the second window,the first window works just fine) I still get the normal windows titlebar and border around my window. Do you have any idea how I could get rid of the second window's systemChrome?
Thanks