Hi! Ok, I'll go with the 'or-condition' for 'info' and 'summary'. This should really be the best apporach. Thank you very much. I'll release the changes in the skin if the new features of vdr-1.3.25 are fully implemented in text2skin. Bye, Andreas Brugger C.Y.M schrieb: >C.Y.M wrote: > > >>Andreas Brugger wrote: >> >> >> >>>Hi! >>> >>>I do not see a wrong behaviour here. If I start a command it shows the >>>result in VeraMono and the undelete-plugin shows one line with the title >>>on the top (no scrolltext) in the usual Vera-font. >>>Or did I missunderstood you? >>> >>> >>> >>You are correct. What confused me was, when I compared the font used by >>Undelete's "Info" button with the font used for the Recording's "Info" button, >>they were not the same. >> >> > >The difference between your version and mine is that I changed the title of the >window from "Summary" to "Info" with the Undelete patch (for consistency). >Therefore, the conditional for "MenuText" items in Enigma.skin does not work >with my modification. This change seems to be better for me and displays your >original intentions with formatting (but perhaps an 'or' conditional to support >both "Summary" and "Info" window titles would be more proper): > >--SNIP-- > >@@ -774,8 +774,8 @@ > <rectangle x1="0" x2="-95" y1="30" y2="93" >color="MenuAltBG"/> > <rectangle x1="0" x2="-1" y1="94" y2="-31" >color="MenuAltBG"/> > >- <scrolltext >condition="equal({MenuTitle:clean},trans('Summary'))" x1="10" x2="-106" y1="35" >y2="-36" font="Vera.ttf:22,85" color="MenuTxtFG">{MenuText}</scrolltext> >- <scrolltext >condition="not(equal({MenuTitle:clean},trans('Summary')))" x1="10" x2="-106" >y1="35" y2="-36" font="VeraMono.ttf:22,85" color="MenuTxtFG">{MenuText}</scrolltext> >+ <scrolltext >condition="equal({MenuTitle:clean},trans('Info'))" x1="10" x2="-106" y1="35" >y2="-36" font="Vera.ttf:22,85" color="MenuTxtFG">{MenuText}</scrolltext> >+ <scrolltext >condition="not(equal({MenuTitle:clean},trans('Info')))" x1="10" x2="-106" >y1="35" y2="-36" font="VeraMono.ttf:22,85" color="MenuTxtFG">{MenuText}</scrolltext> > </block> > > <!-- Show recordings (in all menus except 'Extended EPG-info' >and 'MenuText') --> > >--SNIP-- > >Best Regards, > >_______________________________________________ >vdr mailing list >vdr@xxxxxxxxxxx >http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr > > > >