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 879 by mineap, Sat Jul 7 10:04:38 2012 UTC revision 926 by mineap, Sun Aug 19 09:06:41 2012 UTC
# Line 298  Line 298 
298    
299          <fx:Script source="org/mineap/nndd/view/VideoInfoView.as" />          <fx:Script source="org/mineap/nndd/view/VideoInfoView.as" />
300                    
301          <mx:Canvas left="5" top="2" width="90" height="70" backgroundColor="#969696"          <s:HGroup top="2" right="2" left="2">
302                             contentBackgroundColor="#969696" dropShadowVisible="false">                  <mx:Canvas width="90" height="70" backgroundColor="#969696" id="canvas_img"
303                  <view:SmoothImage id="image_thumbImg" width="88" height="68" click="button_goToWebClicked(event)"                                     contentBackgroundColor="#969696" dropShadowVisible="false">
304                                    creationComplete="image_thumbImg_creationCompleteHandler(event)" enabled="true"                          <view:SmoothImage id="image_thumbImg" width="88" height="68" click="button_goToWebClicked(event)"
305                                    left="1" top="1" scaleContent="true" toolTip="クリックするとブラウザで動画を再生します"/>                                                            creationComplete="image_thumbImg_creationCompleteHandler(event)" enabled="true"
306          </mx:Canvas>                                                            left="1" top="1" scaleContent="true" toolTip="クリックするとブラウザで動画を再生します"/>
307                            </mx:Canvas>
308          <mx:Text id="text_info" left="100" top="2" height="55"/>                  <s:VGroup>
309                                    <mx:Text id="text_info" minHeight="50" />
310          <mx:ComboBox left="100" top="53" right="128" id="comboBox_mylist" dataProvider="{myListDataProvider}" close="comboBox_mylist_closeHandler(event)" height="20"></mx:ComboBox>                  </s:VGroup>
311          <mx:Button id="button_mylist" right="74" top="53" width="50" height="20" label="追加"          </s:HGroup>
312                             click="myListAddButtonClicked(event)" toolTip="ニコニコ動画のマイリストに動画を追加します"/>          
313          <mx:VRule width="12" height="20" top="53" right="58"/>          <s:HGroup top="{text_info.height + text_info.top + 2}" left="{canvas_img.width + 5}" right="2">
314                            <mx:ComboBox id="comboBox_mylist" dataProvider="{myListDataProvider}"
315          <mx:Button id="button_download" right="5" top="53" width="50" height="20" label="DL"                                           close="comboBox_mylist_closeHandler(event)" height="20" width="100%">
316                             click="button_addDownloadList(event)" toolTip="ダウンロードリストに動画を追加します"/>                  </mx:ComboBox>
317                    <mx:Button id="button_mylist" width="50" height="20" label="追加"
318                                       click="myListAddButtonClicked(event)" toolTip="ニコニコ動画のマイリストに動画を追加します"/>
319                    <mx:VRule width="5" height="20"/>
320                    <mx:Button id="button_download" width="50" height="20" label="DL"
321                                       click="button_addDownloadList(event)" toolTip="ダウンロードリストに動画を追加します"/>
322            </s:HGroup>
323                    
324          <mx:Label top="75" left="5" right="5" id="label_deletedInfo" visible="false" color="0xff0000"/>          <mx:Label top="75" left="5" right="5" id="label_deletedInfo" visible="false" color="0xff0000"/>
325                    

Legend:
Removed from v.879  
changed lines
  Added in v.926

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