Pascal Schirrmann wrote:

Sorry I've been having some problems caused by my ISP, how I dislike
cablecom.ch, they are truly bad.

> Hi,
> 
> after update to svn 9166, the idlebar.encoding plugin is still in the 
> top middle of the screen, but I cannot see the text anymore. In fact, I 
> had to start an encoding to see the graphical bargraph on the screen.
> 
> Not 100 % sure, but this could be related to the font change in the 
> plugin , line 290 :
> 
>  From
> font = osd.get_font('default')( I think)
> To
> font = osd.get_font('small0')
> 
> What should I need to do to actually have a 'small0' font on my system ?

Small0 is defined in the skins as:
<font label="small0"  name="Arial_Bold" size="12" color="default0">
  <shadow visible="yes" color="0x000000" border="yes"/>
</font>
and the colour default0 is:
<color label="default0" value="0xffffff"/>

I should have worked, as this is the same font as the diskfree uses, I
really don't know why it didn't. I really don't know why it has no shadow.

Anyway, I've put it back again as it was and added the detachbar font to
the blurr skin, it may be a little small at 10pt. Let me know what you
think.

> Ho ho, default was not good... Putting
> font = osd.get_font('detachbar')
> Gave me the display back (still in the top middle of the screen).

I've added a config variable that you can now set in local_conf.py
ENCODING_IDLEBAR = False
which will force the display off the idlebar. I've not had enough time
for a full test yet, so it may mess up something else.

Sorry about this
Duncan



-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Freevo-devel mailing list
Freevo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-devel

Reply via email to