Reputation: 171
How do I remove TitleBar from Spark WindowedApplication?
Upvotes: 2
Views: 1820
Reputation: 9897
Set systemChrome
option to none
in application descriptor to remove system title bar (system border will gone, too). Gray title bar provided by Flex will remain. To hide it too, set showTitleBar="false" in your application.
Upvotes: 3