And where has letterSpacing gone ??
Am I the only one who thinks flex 4 and spark is just terrible to work with ?
Anyhew, all help on my main question will be appreciated...
Thanks FTQuest.
However, I have tried setting css properties on a panel but I dont see how to target the titleDisplay. When setting text properties all text components in the panel 'adopt' them, EXCEPT the titleDisplay.
I have tried 's|panel s|textbase { props: value; }' but the only property that works is text-align. (Even if text-align is not listed under textbase styles !)
So how do I handle the titleDisplay ??
As I said, there are various options.
For the title you could do this:
s|Panel s|TextBase {
fontFamily: "the font for the title";
fontSize: 24;
color: #0000FF;
trackingRight: 1;
}
and then set separate style for text components inside the Panel
.separateStyle {
fontFamily: "Arial";
fontSize: 18;
textDecoration: underline;
color: #FF0000;
}
you can sent as many different styles as you need.
HTH
FTQuest
North America
Europe, Middle East and Africa
Asia Pacific