- July 13, 2008
- 104
- 55
- Home Country
- Australia
- Thread starter
- #21
Ok, I finally have it working in filmstrip view!!
Using your example code I put this into movingpictures.default.filmstripview.mediainfo.xml
This seems to be working now in filmstrip view. Did I mess anything up? or is this code ok?
Using your example code I put this into movingpictures.default.filmstripview.mediainfo.xml
Code:
<control>
<description>HEVC Codec</description>
<type>image</type>
<id>0</id>
<posX>1657</posX>
<posY>216</posY>
<width>150</width>
<height>48</height>
<texture>Logos\MediaInfo\#StreamedMP.MediaInfo.Type\Video\HEVC.png</texture>
<visible>control.isvisible(50)+facadeview.filmstrip+string.contains(#MovingPictures.LocalMedia.videocodec,hevc)</visible>
<animation effect="fade" time="250" delay="0">WindowClose</animation>
</control>
This seems to be working now in filmstrip view. Did I mess anything up? or is this code ok?