In my Flex Application i’m using Main.mxml sub.mxml
In Sub.mxml have code.
<mx:Label x="24" y="33" text="User ID"/>
<mx:Label x="24" y="59" text="Password"/>
And in my Main.Mxml file Writing CSS
mx|Label{
fontFamily: Calibri;
fontSize: 12;
color: #000000;
}
But Label not visiable … is this Css wrong?
The code seems ok. This simple example works:
Davide