2009-09-19 7 views
0

Salutations,Le rendu de l'application Air sous l'écart du fond des fenêtres?

Salut ont ce super simple code app Air

Winxp FlexBuilder Flex 3,4

<?xml version="1.0" encoding="utf-8"?> 
<mx:WindowedApplication xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute"> 
    <mx:ViewStack id="viewStates" height="100%" width="100%" borderStyle="solid" borderThickness="2" borderColor="red"> 
     <mx:Canvas><mx:Label text="aaa" /></mx:Canvas>  
     <mx:Canvas><mx:Label text="bbb" /></mx:Canvas> 
     <mx:Canvas><mx:Label text="ccc" /></mx:Canvas> 
    </mx:ViewStack> 
</mx:WindowedApplication> 

Et voici ce que je reçois

alt text http://coulix.net/temp/airapp_border.png

Link

Je ne trouve aucun moyen de retirer la bordure de rembourrage inférieure qui a une couleur plus claire.

Des idées sur comment faire cela?

Merci

Répondre

0

Dans la balise WindowApplication, définissez l'attribut ShowStatusBar = "false"

<mx:WindowedApplication showStatusBar="false" xmlns:mx="http://www.adobe.com/2006/mxml">