Quantcast
Channel: AIR Examples
Viewing all articles
Browse latest Browse all 10

Setting a custom text style on the status bar on a WindowedApplication container in Adobe AIR

$
0
0
The following example shows how you can customize the text styles on the WindowedApplication status bar in Adobe AIR by setting the statusTextStyleName style. <?xml version="1.0" encoding="utf-8"?> <!-- http://airexamples.com/2010/03/13/setting-a-custom-text-style-on-the-status-bar-on-a-windowedapplication-container-in-adobe-air/ --> <mx:WindowedApplication name="WindowedApplication_statusTextStyleName_test" xmlns:mx="http://www.adobe.com/2006/mxml" layout="vertical" status="WindowedApplication status" statusTextStyleName="boldRed">   <mx:Style> @font-face { src: url("C:/Windows/Fonts/ARIALBD.TTF"); fontFamily: "ArialEmbedded"; fontWeight: "bold"; }   .boldRed { color: red; fontFamily: "ArialEmbedded"; […]

Viewing all articles
Browse latest Browse all 10

Trending Articles