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 532 by mineap, Sat May 7 00:10:59 2011 UTC revision 544 by mineap, Mon May 9 11:44:25 2011 UTC
# Line 3  Line 3 
3  <!-- VideoInfoView.mxml -->  <!-- VideoInfoView.mxml -->
4  <!-- Copyright (c) 2008-2009 MAP - MineApplicationProject. All Rights Reserved. -->  <!-- Copyright (c) 2008-2009 MAP - MineApplicationProject. All Rights Reserved. -->
5    
6  <mx:Window xmlns:mx="http://www.adobe.com/2006/mxml"  <s:Window xmlns:fx="http://ns.adobe.com/mxml/2009"
7                     xmlns:ns1="*"                    xmlns:s="library://ns.adobe.com/flex/spark"
8                     xmlns:view="org.mineap.nndd.view.*"                    xmlns:mx="library://ns.adobe.com/flex/mx"
9                     width="400" height="580" minWidth="300" minHeight="300"                    xmlns:ns1="*"
10                     activate="window1_activateHandler(event)" backgroundColor="#FFFFFF"                    xmlns:view="org.mineap.nndd.view.*"
11                     closing="windowClosing(event)" horizontalScrollPolicy="off" layout="absolute"                    width="400" height="580" minWidth="300" minHeight="300"
12                     title="Info" verticalScrollPolicy="off" windowComplete="windowCompleteHandler()"                    activate="window1_activateHandler(event)"
13                     windowMove="windowMove(event)" windowResize="windowResized(event)">                    backgroundColor="#FFFFFF"
14                      closing="windowClosing(event)"
15                      title="Info"
16                      windowComplete="windowCompleteHandler()"
17                      windowMove="windowMove(event)"
18                      windowResize="windowResized(event)"
19                      showStatusBar="false">
20    
21          <mx:Script>          <fx:Script>
22                  <![CDATA[                  <![CDATA[
23                          import flash.net.navigateToURL;                          import flash.net.navigateToURL;
24                                                    
# Line 228  Line 234 
234    
235                                                    
236                  ]]>                  ]]>
237          </mx:Script>          </fx:Script>
238    
239          <mx:Script source="org/mineap/nndd/view/VideoInfoView.as" />          <fx:Script source="org/mineap/nndd/view/VideoInfoView.as" />
240                    
241          <mx:Canvas left="5" top="2" width="90" height="70" backgroundColor="#969696"          <mx:Canvas left="5" top="2" width="90" height="70" backgroundColor="#969696"
242                             contentBackgroundColor="#969696" dropShadowVisible="false">                             contentBackgroundColor="#969696" dropShadowVisible="false">
# Line 358  Line 364 
364                                                                  <mx:columns>                                                                  <mx:columns>
365                                                                          <mx:DataGridColumn dataField="col_image" width="80">                                                                          <mx:DataGridColumn dataField="col_image" width="80">
366                                                                                  <mx:itemRenderer>                                                                                  <mx:itemRenderer>
367                                                                                          <mx:Component><mx:Image width="80" height="80" /></mx:Component>                                                                                          <fx:Component><mx:Image width="80" height="80" /></fx:Component>
368                                                                                  </mx:itemRenderer>                                                                                  </mx:itemRenderer>
369                                                                          </mx:DataGridColumn>                                                                          </mx:DataGridColumn>
370                                                                          <mx:DataGridColumn dataField="col_info"/>                                                                          <mx:DataGridColumn dataField="col_info"/>
# Line 370  Line 376 
376                                                                  <mx:columns>                                                                  <mx:columns>
377                                                                          <mx:DataGridColumn dataField="col_image" width="80">                                                                          <mx:DataGridColumn dataField="col_image" width="80">
378                                                                                  <mx:itemRenderer>                                                                                  <mx:itemRenderer>
379                                                                                          <mx:Component><mx:Image width="80" height="80" /></mx:Component>                                                                                          <fx:Component><mx:Image width="80" height="80" /></fx:Component>
380                                                                                  </mx:itemRenderer>                                                                                  </mx:itemRenderer>
381                                                                          </mx:DataGridColumn>                                                                          </mx:DataGridColumn>
382                                                                          <mx:DataGridColumn dataField="col_info"/>                                                                          <mx:DataGridColumn dataField="col_info"/>
# Line 423  Line 429 
429                                                  <mx:columns>                                                  <mx:columns>
430                                                          <mx:DataGridColumn dataField="col_image" width="80">                                                          <mx:DataGridColumn dataField="col_image" width="80">
431                                                                  <mx:itemRenderer>                                                                  <mx:itemRenderer>
432                                                                          <mx:Component><mx:Image width="80" height="70" /></mx:Component>                                                                          <fx:Component><mx:Image width="80" height="70" /></fx:Component>
433                                                                  </mx:itemRenderer>                                                                  </mx:itemRenderer>
434                                                          </mx:DataGridColumn>                                                          </mx:DataGridColumn>
435                                                          <mx:DataGridColumn dataField="col_info"/>                                                          <mx:DataGridColumn dataField="col_info"/>
# Line 567  Line 573 
573                             click="button_videoOpen_clickHandler(event)"/>                             click="button_videoOpen_clickHandler(event)"/>
574    
575                    
576  </mx:Window>  </s:Window>

Legend:
Removed from v.532  
changed lines
  Added in v.544

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