Develop and Download Open Source Software

Browse Subversion Repository

Diff of /NNDDv2/trunk/src/VideoInfoView.mxml

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 476 by mineap, Sun Mar 20 06:53:20 2011 UTC revision 484 by mineap, Sat Apr 2 12:13:46 2011 UTC
# Line 155  Line 155 
155                                  playerController.getOldCommentFromNico(oldCommentDate);                                  playerController.getOldCommentFromNico(oldCommentDate);
156                          }                          }
157    
158    
159                            protected function canvas1_creationCompleteHandler(event:FlexEvent):void
160                            {
161                                    if(videoTypeText.text.length == 0){
162                                            videoTypeText.text = "-";
163                                    }
164                                    if(videoServerUrlText.text.length == 0) {
165                                            videoServerUrlText.text = "-";
166                                    }
167                                    if(connectionTypeText.text.length == 0){
168                                            connectionTypeText.text = "-";
169                                    }
170                            }
171    
172                  ]]>                  ]]>
173          </mx:Script>          </mx:Script>
174    
# Line 340  Line 354 
354                                  </mx:Canvas>                                  </mx:Canvas>
355                          </mx:TabNavigator>                          </mx:TabNavigator>
356                  </mx:Canvas>                  </mx:Canvas>
357                    <mx:Canvas width="100%" height="100%" label="接続情報" creationComplete="canvas1_creationCompleteHandler(event)">
358                            <mx:Label left="10" top="10" text="動画種別:"/>
359                            <mx:Text y="10" left="83" right="5" text="{videoType}" id="videoTypeText"/>
360                            
361                            <mx:Label left="10" top="30" text="接続種別:"/>
362                            <mx:Text y="30" left="83" right="5" text="{connectionType}" id="connectionTypeText"/>
363                            
364                            <mx:Label left="10" top="50" text="動画サーバー:"/>
365                            <mx:Text y="50" left="107" right="5" text="{videoServerUrl}" id="videoServerUrlText"/>
366                    </mx:Canvas>
367                  <mx:Canvas label="設定" width="100%" height="100%">                  <mx:Canvas label="設定" width="100%" height="100%">
368                          <mx:Canvas label="設定" id="canvas_config" verticalScrollPolicy="on" left="0" top="0" bottom="0" right="0" creationComplete="configCanvasCreationCompleteHandler(event)"                          <mx:Canvas label="設定" id="canvas_config" verticalScrollPolicy="on" left="0" top="0" bottom="0" right="0" creationComplete="configCanvasCreationCompleteHandler(event)"
369                                                  backgroundColor="#ffffff">                                                  backgroundColor="#ffffff">
# Line 396  Line 420 
420          </mx:ViewStack>          </mx:ViewStack>
421          <mx:ToggleButtonBar dataProvider="{viewstack1}" left="5" bottom="5" fontWeight="normal" height="20">          <mx:ToggleButtonBar dataProvider="{viewstack1}" left="5" bottom="5" fontWeight="normal" height="20">
422          </mx:ToggleButtonBar>          </mx:ToggleButtonBar>
423          <mx:Button label="動画を開く..." left="149" bottom="5" height="20" id="button_videoOpen" click="button_videoOpen_clickHandler(event)"/>          <mx:Button id="button_videoOpen" right="5" bottom="5" width="87" height="20" label="動画を開く..."
424                               click="button_videoOpen_clickHandler(event)"/>
425    
426                    
427  </mx:Window>  </mx:Window>

Legend:
Removed from v.476  
changed lines
  Added in v.484

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26