- Moderator
- #1,071
Everything delete the .png at the end of the properties!What im doing wrong ?
Everything delete the .png at the end of the properties!What im doing wrong ?
#fanarthandler.movie.genres.selected.verticalall
<control>
<description>Genre logo</description>
<type>image</type>
<id>0</id>
<posX>88</posX>
<posY>355</posY>
<width>30</width>
<height>560</height>
<align>center</align>
<valign>bottom</valign>
<keepaspectratio>yes</keepaspectratio>
<centered>yes</centered>
<texture>#fanarthandler.movie.genres.selected.verticalall</texture>
<visible>facadeview.list + Control.IsVisible(50)</visible>
<animation effect="fade" time="250">WindowOpen</animation>
<animation effect="fade" time="250">WindowClose</animation>
</control>
I use: https://github.com/andrewjswan/medi.../ajs Theme/movingpictures.views.xml#L793-L809But when i will use this it will not work.
Why don´t you just look into the skin files for DefaultWideHD? There all is implemented and works, so you have nothing else to do as to copy it from there and adjust the x/y positions you need?Thank you, now it works. But when i will use this it will not work.
The same can be seen in my theme.Why don´t you just look into the skin files for DefaultWideHD?
<texture>#fanarthandler.movie.genres.selected.verticalall</texture>
<control>
<description>Genre images</description>
<id>0</id>
<type>image</type>
<posX>1860</posX>
<posY>300</posY>
<width>40</width>
<height>375</height>
<keepaspectratio>yes</keepaspectratio>
<texture>#fanarthandler.movie.genres.selected.verticalall</texture>
<visible>facadeview.list+control.isvisible(50)</visible>
</control>
</controls>
<align>center</align>
<valign>bottom</valign>
<centered>yes</centered>
Selected.All - Horisontal pictureonly when i use .selected.all
working for tv series to, or only network ? Only on Channel Logo in tv series right ?#fanarthandler.movie.studios.selected.all
yes ... https://github.com/andrewjswan/medi...VSeries.views.widebanner.default.xml#L73-L101working for tv series to
Genres don´t work in TVSeries yetMaybe i must add something in another xml like in tv series,