2005-02-19, 12:00 PM
sub in the next release can you make it possible to skin the blue button screen (info screen). ive decided to fix the -noborder problem just to use it in fullscreen mode. i can skin everything so its visible except the info screen. the new live-guide (turns out i really love this, just missing the current time) maybe something like that, like variables like
<table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE"><CompositeImage name="Normal" size="720,480">
<DrawImage name="@ChannelIcon" loc="20,20" size="30,30" visible="true"/>
<DrawText text="@Description" loc="15,9" size="115,34" textStyle="ButtonText" align="Left" visible="true"/>
</CompositeImage>
<CompositeImage name="Recording" size="720,480">
<DrawImage name="@ChannelIcon" loc="20,20" size="30,30" visible="true"/>
<DrawText text="@Description" loc="15,9" size="115,34" textStyle="ButtonText" align="Left" visible="true"/>
<DrawText text="@Time" loc="15,9" size="115,34" textStyle="ButtonText" align="Left" visible="true"/>
</CompositeImage>
[/QUOTE]
and a specialelement for the progress bar
<table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">
<SpecialElement name="ProgressBar" loc="50,348" size="500,20"/>
[/QUOTE]
and just two defined colours for the progress bar colours.
two different images so you can skin for recording and normal playback. the visible="true" just helps if people dont want this to be displayed.
this is the last thing really that needs to be skinned, it shouldnt take that long, and would help alot with the overscan issue. i hope you can get this into the next release.
thanks,
reven.
<table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE"><CompositeImage name="Normal" size="720,480">
<DrawImage name="@ChannelIcon" loc="20,20" size="30,30" visible="true"/>
<DrawText text="@Description" loc="15,9" size="115,34" textStyle="ButtonText" align="Left" visible="true"/>
</CompositeImage>
<CompositeImage name="Recording" size="720,480">
<DrawImage name="@ChannelIcon" loc="20,20" size="30,30" visible="true"/>
<DrawText text="@Description" loc="15,9" size="115,34" textStyle="ButtonText" align="Left" visible="true"/>
<DrawText text="@Time" loc="15,9" size="115,34" textStyle="ButtonText" align="Left" visible="true"/>
</CompositeImage>
[/QUOTE]
and a specialelement for the progress bar
<table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">
<SpecialElement name="ProgressBar" loc="50,348" size="500,20"/>
[/QUOTE]
and just two defined colours for the progress bar colours.
two different images so you can skin for recording and normal playback. the visible="true" just helps if people dont want this to be displayed.
this is the last thing really that needs to be skinned, it shouldnt take that long, and would help alot with the overscan issue. i hope you can get this into the next release.
thanks,
reven.