views:

194

answers:

1

Hi all

In my application,showFlexChrome is set as true in WindowedApplication,and the *-app.xml is setted as follows

<systemChrome>none</systemChrome> 
<transparent>true</transparent> 
<visible>true</visible>

I know how to make the top border rounded corners with follow codes:

borderStyle="solid" cornerRadius="8" 

But I cannot find a method to make the bottom border of my app window rounded-corner. Suggestions would be appreciated!

Regards

+1  A: 

I've used a picture with rounded corners as a background image. Of course chrome was set to none and transparent to true.

Cornel Creanga