Update of /cvsroot/freevo/freevo/skins/xml/type1
In directory sc8-pr-cvs1:/tmp/cvs-serv10881

Modified Files:
        blue2.fxd 
Log Message:
added text with info area. Use mmpython and you see the runtime for each track

Index: blue2.fxd
===================================================================
RCS file: /cvsroot/freevo/freevo/skins/xml/type1/blue2.fxd,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** blue2.fxd   4 May 2003 12:03:39 -0000       1.7
--- blue2.fxd   20 Jun 2003 18:48:12 -0000      1.8
***************
*** 12,18 ****
  
      <menu type="video">
!       <style image="video menu with info" text="normal text style"/>
        <style text="normal text style"/>
!       <style image="video details"/>
      </menu>
  
--- 12,18 ----
  
      <menu type="video">
!       <style image="video menu with info" text="text with info style"/>
        <style text="normal text style"/>
!       <style image="video details" text="text with info style"/>
      </menu>
  
***************
*** 74,77 ****
--- 74,101 ----
      </menuset>
  
+     <!-- Now the "text with info style" -->
+     <menuset label="text with info style">
+       <!-- 1. screen: the complete background area -->
+       <screen layout="screen0" x="0" y="0" width="800" height="600"/>
+ 
+       <!-- 2. title: the area where the title of the menu (e.g. directory name -->
+       <!-- will be displayed -->
+       <title layout="title0" x="10" y="10" width="780" height="60"/> 
+ 
+       <!-- 3. view area: the cover image for audio/video, a thumbnail for image -->
+       <view layout="view0" x="580" y="110" width="200" height="300"/> 
+ 
+       <!-- 4. listing area: the list of all items -->
+       <listing layout="list0" x="45" y="110" width="515" height="330">
+       <image x="10" y="110" width="32" height="32" label="uparrow" 
+         filename="up.png"/>
+       <image x="10" y="374" width="32" height="32" label="downarrow" 
+         filename="down.png"/>
+       </listing>
+       <!-- 5. info area: additional info. This area is invisible in the default -->
+       <!-- menu, it's only visible in the extended menus -->
+       <info layout="info" x="40" y="460" width="750" height="120"/>
+     </menuset>
+ 
      <layout label="title1">
        <content type="short item" font="title small" align="left"/>
***************
*** 109,112 ****
--- 133,139 ----
        <item type="playlist">
          This is a playlist.
+       </item>
+       <item type="track">
+         Runtime:   [EMAIL PROTECTED]@ min.
        </item>
        </content>




-------------------------------------------------------
This SF.Net email is sponsored by: INetU
Attention Web Developers & Consultants: Become An INetU Hosting Partner.
Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission!
INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to