チェンジセット 1877
- コミット日時:
- 2008/11/20 06:11:39 (2 ヶ月前)
- ファイル:
-
- air/TLife/bin/TLife.swf (更新) (変更前)
- air/TLife/src/Main.mxml (更新) (1 diff)
凡例:
- 変更無し
- 追加
- 削除
- 更新
- コピー
- 移動
air/TLife/src/Main.mxml
r1876 r1877 87 87 <mx:VDividedBox width="100%"> 88 88 <mx:VBox width="100%" verticalScrollPolicy="off"> 89 <mx:HBox width="100%" height="20">90 <mx:Label width="50%" text="にゃー" id="friendname" textAlign="left" />91 <mx:Label width="50%" text="( ゚д゚)" id="friendposttime" textAlign="right" />89 <mx:HBox width="100%" verticalScrollPolicy="off"> 90 <mx:Label width="50%" height="20" text="にゃー" id="friendname" textAlign="left" /> 91 <mx:Label width="50%" height="20" text="( ゚д゚)" id="friendposttime" textAlign="right" /> 92 92 </mx:HBox> 93 93 <mx:TextArea width="100%" height="50%" id="friendpost" editable="false" /> 94 94 </mx:VBox> 95 95 <mx:VBox width="100%" verticalScrollPolicy="off"> 96 <mx:TabBar x="0" y="100" width="100%"height="20"96 <mx:TabBar height="20" 97 97 horizontalAlign="left" 98 98 dataProvider="{tablist}" 99 99 /> 100 100 101 <mx:DataGrid x="0" y="120"width="100%" dataProvider="{tlrecent}"101 <mx:DataGrid width="100%" dataProvider="{tlrecent}" 102 102 fontFamily="MS Pゴシック" 103 103 fontSize="12" 104 paddingBottom=" -4"105 paddingTop=" -4"104 paddingBottom="0" 105 paddingTop="0" 106 106 paddingLeft="0" 107 107 sortableColumns="false" 108 selectionDuration="0" 108 109 itemClick="onItemClick(event);" 109 110 >
