| | #1 (permalink) |
| Portal Member Join Date: Mar 2006 Location: Valinhos, Brazil Age: 25
Posts: 20
Thanks: 0
Thanked 0 Times in 0 Posts
| Hi all, I'm trying to put fanart in PMIII skin but I'm having some problems with the list/graphical view. I need the list in the left side for series that don't have fanart and in right side for series that have it. Here is an example of what I'm trying to do: Code: <!-- LIST /GRAPHICAL VIEW ****************************************** --> <!-- Fanart --> <control> <type>group</type> <description>group element</description> <id>28</id> <layout>StackLayout</layout> <posX>60</posX> <posY>97</posY> <visible>Control.IsVisible(1232)</visible> <control> <description>composite control consisting of a list control and a thumbnail panel</description> <type>facadeview</type> <id>50</id> <control> <description>graphical list (series and seasons if set)</description> <type>listcontrol</type> <subtype>album</subtype> <id>50</id> <posX>5</posX> <posY>125</posY> <width>315</width> <height>420</height> <IconXOff>2</IconXOff> <IconYOff>2</IconYOff> <spaceBetweenItems>2</spaceBetweenItems> <remoteColor>60A0A0A0</remoteColor> <!-- watched color --> <downloadColor>FFFFFFFF</downloadColor> <!-- not watched color --> <textcolor>60505050</textcolor> <!-- local file not present color --> <textcolor2>60505050</textcolor2> <!-- local file not present color column 2--> <textcolor3>60505050</textcolor3> <!-- local file not present color column 3--> <spinPosX>1180</spinPosX> <spinPosY>620</spinPosY> <visible>Control.IsVisible(1232)</visible> </control> <control> <description>text list</description> <type>listcontrol</type> <id>50</id> <textureHeight>60</textureHeight> <itemWidth>65</itemWidth> <itemHeight>45</itemHeight> <IconXOff>10</IconXOff> <IconYOff>7</IconYOff> <posX>390</posX> <posY>200</posY> <width>325</width> <height>350</height> <textXOff2>320</textXOff2> <textYOff2>15</textYOff2> <textYOff>15</textYOff> <textXOff>0</textXOff> <spaceBetweenItems>0</spaceBetweenItems> <remoteColor>60A0A0A0</remoteColor> <!-- watched color --> <downloadColor>FFFFFFFF</downloadColor> <!-- not watched color --> <textcolor>60505050</textcolor> <!-- local file not present color --> <textcolor2>60505050</textcolor2> <!-- local file not present color column 2--> <textcolor3>60505050</textcolor3> <!-- local file not present color column 3--> <spinPosX>1180</spinPosX> <spinPosY>500</spinPosY> <keepaspectratio>true</keepaspectratio> </control> </control> </control> <!-- No Fanart --> <control> <type>group</type> <description>group element</description> <id>28</id> <layout>StackLayout</layout> <posX>60</posX> <posY>97</posY> <visible>!Control.IsVisible(1232)</visible> <control> <description>composite control consisting of a list control and a thumbnail panel</description> <type>facadeview</type> <id>50</id> <control> <description>graphical list (series and seasons if set)</description> <type>listcontrol</type> <subtype>album</subtype> <id>50</id> <posX>5</posX> <posY>125</posY> <width>315</width> <height>420</height> <IconXOff>2</IconXOff> <IconYOff>2</IconYOff> <spaceBetweenItems>2</spaceBetweenItems> <remoteColor>60A0A0A0</remoteColor> <!-- watched color --> <downloadColor>FFFFFFFF</downloadColor> <!-- not watched color --> <textcolor>60505050</textcolor> <!-- local file not present color --> <textcolor2>60505050</textcolor2> <!-- local file not present color column 2--> <textcolor3>60505050</textcolor3> <!-- local file not present color column 3--> <spinPosX>1180</spinPosX> <spinPosY>620</spinPosY> <visible>!Control.IsVisible(1232)</visible> </control> <control> <description>text list</description> <type>listcontrol</type> <id>50</id> <posX>5</posX> <posY>125</posY> <height>360</height> <width>315</width> <spaceBetweenItems>2</spaceBetweenItems> <remoteColor>60A0A0A0</remoteColor> <!-- watched color --> <downloadColor>FFFFFFFF</downloadColor> <!-- not watched color --> <textcolor>60505050</textcolor> <!-- local file not present color --> <textcolor2>60505050</textcolor2> <!-- local file not present color column 2--> <textcolor3>60505050</textcolor3> <!-- local file not present color column 3--> <spinPosX>1180</spinPosX> <spinPosY>620</spinPosY> </control> </control> </control> Thanks! Simius |
| | |
| | #3 (permalink) |
| Retired Team Member | If you want to move the list somewhere else depending on fanart, youll need to "trick". Create an animation with the end position to where you want the list to be if fanart is show, and use the dummy control's isvisible property as the animation trigger. I'm sure a skinner can help you out better though.
__________________ There are only two industries that refer to their customers as "users". - Edward Tufte |
| | |
| | #4 (permalink) |
| Portal Member Join Date: Mar 2006 Location: Valinhos, Brazil Age: 25
Posts: 20
Thanks: 0
Thanked 0 Times in 0 Posts
| Thanks for the tip Inker. I tried to do what you said, but don't had good results. My first idea was not just change the place of the control, but change the format (See the screenshots, the idea was put the two kinds of lists that you can see in the screens working depending on the fanart). The problem is that seems that you cannot manipulate the visibility of individual controls inside a facade view. It would be better if I put this topic in the skin section? ![]() |
| | |
| | #6 (permalink) | |
| Portal Member Join Date: Mar 2006 Location: Valinhos, Brazil Age: 25
Posts: 20
Thanks: 0
Thanked 0 Times in 0 Posts
| Quote:
![]() I still didn't find a way to integrate the two kinds of lists, but here is what I did until now. Works fine with series that have fanarts. Perhaps someone can help to find a way to do that. ![]() | |
| | |
| | #10 (permalink) |
| Portal Member Join Date: Jan 2007
Posts: 117
Thanks: 7
Thanked 0 Times in 0 Posts
| Yeah, it looks that way. I also did notice that after I used this new tvseries.xml file that there is no longer the spinning circle animation in the lower left hand corner when its updating. |
| | |
![]() |
| Bookmarks |
| Tags |
| art, fan, pmiii |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| The Future of Fan Art | SamFulton | My TVSeries | 19 | 2009-02-14 04:55 |
| fan art question | Burnt33 | My TVSeries | 11 | 2007-08-03 03:27 |
| Idiots guide to Fan Art | yatesd | My TVSeries | 3 | 2007-07-19 12:49 |
| Fan Art rulez! | piranha | My TVSeries | 22 | 2007-07-18 17:26 |
| Fan Art,Centerstage Project in MP | juho | Improvement Suggestions | 2 | 2007-07-01 23:34 |