Update of /cvsroot/freevo/freevo/share/skins/main
In directory sc8-pr-cvs1:/tmp/cvs-serv23454/share/skins/main

Modified Files:
        blurr2.fxd 
Log Message:
Ok,  now it shows the "Coming Up" list anywhere in the TV menu. I think
it fits, though it looks fairly ugly right now. I'm going to make it more
flexible after I get some listings for 'tomorrow' since mine expire tonight.

I like this as a feature, but I'm wondering if someone has an idea on a
cleaner way to implement this. This is a little hackish, since "Coming Up"
isn't really a item "property" so it doesn't exactly fit in the object
model.

I did remove it from directory.py, so that's at least more logical.

Maybe we should have a general function in item.py to call extra
functions, or a way to embed python in the skin which isn't so nice.

Ideally, we need a different way to have "default" information in an info
area, as opposed to putting it in the item. 



Index: blurr2.fxd
===================================================================
RCS file: /cvsroot/freevo/freevo/share/skins/main/blurr2.fxd,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** blurr2.fxd  11 Jan 2004 03:22:29 -0000      1.6
--- blurr2.fxd  11 Jan 2004 04:04:37 -0000      1.7
***************
*** 276,279 ****
--- 276,282 ----
      <layout label="tv extended info">
        <content x="0" y="0" type="text" spacing="20" font="default">
+         <item type="default">
+             <text font="info tagline" width="max" height="max" expression="comingup" 
mode="soft"/>
+         </item>
        <item type="video">
            <goto_pos x="250" mode="relative"/>
***************
*** 323,327 ****
        <item type="dir">
            <text font="info tagline" width="max" height="max" expression="comingup" 
mode="soft"/>
!         <if expression="tagline">
            <text font="info tagline" width="max" expression="tagline"/>
            <newline/>
--- 326,330 ----
        <item type="dir">
            <text font="info tagline" width="max" height="max" expression="comingup" 
mode="soft"/>
!         <if expression="tagline">
            <text font="info tagline" width="max" expression="tagline"/>
            <newline/>
***************
*** 355,359 ****
          </item>
  
!       </content>
      </layout>
  
--- 358,362 ----
          </item>
  
!         </content>
      </layout>
  




-------------------------------------------------------
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to