2012-08-13, 03:06 PM
I'm having trouble displaying the preview image for "Pending Recordings" in the recordings2.xml. Before version 2.5.5, if a preview image existed in the media\shows subdirectory, I could display the preview image usings
<Image visible="@hasImage" source="@previewImage" location="31.10,3" size="37.8,36" fixedAspectRatio="true"/>
and if a preview image didn't exist, a generic picture would be displayed using this code.
<Image visible="!@hasImage" source="..\_common\video.png" location="31.10,3" size="37.8,36" fixedAspectRatio="true"/>
Now this code only works AFTER a recording has been initiated but not BEFORE. I'm wondering if there is a work around to this issue?
Thanks.
<Image visible="@hasImage" source="@previewImage" location="31.10,3" size="37.8,36" fixedAspectRatio="true"/>
and if a preview image didn't exist, a generic picture would be displayed using this code.
<Image visible="!@hasImage" source="..\_common\video.png" location="31.10,3" size="37.8,36" fixedAspectRatio="true"/>
Now this code only works AFTER a recording has been initiated but not BEFORE. I'm wondering if there is a work around to this issue?
Thanks.