Help with a bug on vm bolt skin.

Pistolp

Newbie
Need a bit help with a bug I have found on kiddac bolt skin. As hes not around was hoping somone would now how to change this. The problem is on the epg menus when you go on a channel with the white bar the writing goes black, but on the graphical infobar EPG when you are one the channel which is on now its black but if you want to search for a programme on later on the writing stays white and its hard to read with the white bar. Its only on this menu as the rest are all fine and the writng turns black. Im guessing its something in the v-epg.xml to change. Any ideas would be great thanks.

20170111_215049.jpg


20170111_215057.jpg

Ps sorry about the pics dont konw how to rotate them as im on my phone.
 
I haven't got that skin installed but im guessing around line 220

Code:
    <!-- graphical infobar - multi epg < > -->
    <screen name="GraphicalInfoBarEPG" flags="wfNoBorder" position="0,0" size="1280,720" title="InfoBar" backgroundColor="transparent">	        <ePixmap pixmap="v-infobars/header.png" position="73,401" size="1134,105" alphatest="blend" transparent="1" zPosition="1" />
		<ePixmap pixmap="v-icons/vskin-logo.png" position="81,429" size="93,57" alphatest="blend" transparent="1" zPosition="2" />
		
                <!-- loading epg text -->
                <widget name="lab1" position="73,546" size="1134,116" font="Regular;24" halign="center" valign="center" zPosition="2" foregroundColor="white" backgroundColor="black" transparent="1" />
	
		<!-- bouquet name -->
                <ePixmap pixmap="epg/bouquet-background.png" position="73,363" size="287,55" alphatest="blend" transparent="1" zPosition="0" />
	
		<widget source="Title" render="Label" position="83,363" size="271,36" font="Regular;22" valign="center" transparent="1" noWrap="1" foregroundColor="textCol2" backgroundColor="bgMid" zPosition="1" />
		
		<!-- event name -->
		<widget source="Event" render="Label" position="185,418" size="800,40" font="Regular;32" foregroundColor="white" backgroundColor="infobarBG" transparent="1" valign="top" halign="left" noWrap="1" zPosition="2">
			<convert type="EventName">Name</convert>
		</widget>
		
 	        <!-- event start time -->
		<widget source="Event" render="Label" position="185,462" size="72,35" font="Regular;26" foregroundColor="textCol1" backgroundColor="infobarBG" transparent="1" noWrap="1" valign="top" halign="left" zPosition="2">
			<convert type="EventTime">StartTime</convert>
			<convert type="ClockToText">Format:%H:%M -</convert>
		</widget>
		
		<!-- event End time -->
 	        <widget source="Event" render="Label" position="272,462" size="72,35" font="Regular;26" foregroundColor="textCol1" backgroundColor="infobarBG" transparent="1" noWrap="1" valign="top" halign="center" zPosition="2">
			<convert type="EventTime">EndTime</convert>
			<convert type="ClockToText">Format:%H:%M</convert>
		</widget>
		
		<!-- event Duration -->
		<widget source="Event" render="Label" position="382,462" size="80,40" halign="left" valign="top" foregroundColor="textCol1" backgroundColor="bgMid" font="Regular;26" noWrap="1" transparent="1" zPosition="2">
			<convert type="EventTime">Duration</convert>
			<convert type="ClockToText">AsLengthHours</convert>
		</widget>
		
		<!-- recording icon -->
		<widget position="482,467" size="22,22" source="session.RecordState" render="Pixmap" pixmap="v-infobars/recording2.png" transparent="1" alphatest="blend" zPosition="3">
			<convert type="ConditionalShowHide" />
		</widget>
		
		<widget source="global.CurrentTime" render="Label" position="990,422" size="80,36" font="Regular;26" foregroundColor="white" backgroundColor="infobarBG" valign="top" halign="right" transparent="1" noWrap="1" zPosition="2">
			<convert type="ClockToText">Format:%H:%M</convert>
		</widget>
		
 	        <widget source="Service" render="Label" position="370,462" size="700,35" font="Regular;26" foregroundColor="white" backgroundColor="infobarBG" transparent="1" valign="top" halign="right" noWrap="1" zPosition="2">
			<convert type="ServiceName">Name</convert>
		</widget>
		
		<!-- current picon -->
		<widget source="Service" render="Picon" position="1094,428" size="100,60" alphatest="blend" transparent="1" zPosition="2">
			<convert type="ServiceName">Reference</convert>		
		</widget>


		<!-- timeline background -->
               	<ePixmap pixmap="epg/TimeLineBG.png" position="73,506" size="1134,38" transparent="0" zPosition="2" />
               	
               	<!-- left right arrows -->
                <!--<ePixmap pixmap="v-buttons/backward.png" position="78,513" size="30,30" transparent="1" alphatest="blend" zPosition="3" />-->
               	<ePixmap pixmap="v-buttons/forward.png" position="1175,513" size="30,30" transparent="1" alphatest="blend" zPosition="3" />


                <!-- timeline times -->
		<widget name="timeline_text" position="83,512" size="1220,38" TimelineFont="Regular;24" foregroundColor="white" backgroundColor="timelineBG" transparent="1" zPosition="3" />
		
		<!-- time line seperators -->
		<widget name="timeline0" position="0,506" zPosition="5" size="1,38" transparent="1" alphatest="blend" pixmap="epg/timeline-seperator.png" />
                <widget name="timeline1" position="0,506" zPosition="5" size="1,38" transparent="1" alphatest="blend" pixmap="epg/timeline-seperator.png" />
                <widget name="timeline2" position="0,506" zPosition="5" size="1,38" transparent="1" alphatest="blend" pixmap="epg/timeline-seperator.png" />
                <widget name="timeline3" position="0,506" zPosition="5" size="1,38" transparent="1" alphatest="blend" pixmap="epg/timeline-seperator.png" />
                <widget name="timeline4" position="0,506" zPosition="5" size="1,38" transparent="1" alphatest="blend" pixmap="epg/timeline-seperator.png" />
                <widget name="timeline5" position="0,506" zPosition="5" size="1,38" transparent="1" alphatest="blend" pixmap="epg/timeline-seperator.png" />


                <widget name="timeline_now" position="0,506" zPosition="4" size="13,152" pixmap="epg/timeline-now.png" alphatest="blend" />


                <ePixmap pixmap="epg/epg-multi-background.png" position="73,544" size="1134,156" zPosition="1" />

Probably event name
 
v-epg.xml

line: 312

should read

EntryForegroundColorNowSelected="black"

( uppercase "F" )

This has also been fixed google slyk1hd yolasite and go on his Dropbox
 
Back
Top