Results tagged “Flex3” from 羽田直樹:健康と幸せと幸運と裕福をお届けします。ありがとうございます。


URL パラメーター

Flex 3
=== begin ===
Application.application.parameters
=== end ===

Flex 4
=== begin ===
import mx.core.FlexGlobals;
FlexGlobals.topLevelApplication.parameters
=== end ===


Application レイアウト

Flex 3
=== begin ===
<mx:Application layout="vertical">
   .....
</mx:Application>
=== end ===

Flex 4
=== begin ===
<s:Application>
   <mx:Vbox>
      .....
   </mx:Vbox>
</s:Application>
=== end ===

CSS:外部ファイルの読み込み

Flex 3
=== begin ===
<mx:Style source="style.css" />
=== end ===

Flex 4
=== begin ===
<fx:Style source="style.css" />
=== end ===

CSS
Flex 3
=== begin ===
Application {
   backgroundColor: #888888;
}
=== end ===

Flex 4
=== begin ===
@namespace s "library://ns.adobe.com/flex/spark";
@namespace mx "library://ns.adobe.com/flex/halo";

s|Application {
   backgroundColor: #888888;
}
=== end ===

配列
Flex 3
=== begin ===
<mx:Array>
=== end ===

Flex 4
=== begin ===
<fx:Array>
=== end ===

グラフ関連

Flex 3
=== begin ===
<mx:lineStroke>
    <mx:Stroke />
</mx:lineStroke>
=== end ===

Flex 4
=== begin ===
<mx:lineStroke>
    <mx:SolidColorStroke />
</mx:lineStroke>
=== end ===

Flex 3
=== begin ===
<mx:itemRenderer>
    <mx:Component>
        <mx:CircleItemRenderer/>
    </mx:Component>
</mx:itemRenderer>
=== end ===

Flex 4
=== begin ===
<mx:itemRenderer>
    <fx:Component>
        <mx:CircleItemRenderer/>
    </fx:Component>
</mx:itemRenderer>
=== end ===





お問い合わせ(ご質問、ご注文など) | 羽田製茶にご注文 | シリコンバレー不動産 | English site

お問い合わせ(ご質問、ご注文など) | 羽田製茶にご注文 | シリコンバレー不動産 | English site

プロフィール

Maintenance by

Pages

カテゴリ

最近のブログ記事

サインイン

2024年3月

日 月 火 水 木 金 土
          1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
31            

アーカイブ

タグクラウド

サインイン