home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
MediaPortal 1
MediaPortal 1 Plugins
Popular Plugins
My TVSeries
SVN Revision 270
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="spuck" data-source="post: 234111" data-attributes="member: 49126"><p>did you add the dummy labels? you need these:</p><p>then just use it like all the other ones.</p><p>[code]</p><p></p><p> <control></p><p> <type>label</type></p><p> <description>Dummy Label for Series View</description></p><p> <id>1237</id></p><p> <posX>-50</posX></p><p> <posY>-50</posY></p><p> <width>0</width></p><p> <textcolor>d4d2d2</textcolor></p><p> <font>font14</font></p><p> <label></p><p> </label></p><p> <visible>false</visible></p><p> <!-- to make a control visible only when the facade is in list mode do this: <visible>Control.IsVisible(1237)</visible> --></p><p> <!-- to make a control invisible when the facade is in list mode do this: <visible>!Control.IsVisible(1237)</visible> --></p><p> </control></p><p> <control></p><p> <type>label</type></p><p> <description>Dummy Label for Season View</description></p><p> <id>1238</id></p><p> <posX>-50</posX></p><p> <posY>-50</posY></p><p> <width>0</width></p><p> <textcolor>d4d2d2</textcolor></p><p> <font>font14</font></p><p> <label></p><p> </label></p><p> <visible>false</visible></p><p> <!-- to make a control visible only when the facade is in list mode do this: <visible>Control.IsVisible(1238)</visible> --></p><p> <!-- to make a control invisible when the facade is in list mode do this: <visible>!Control.IsVisible(1238)</visible> --></p><p> </control></p><p> <control></p><p> <type>label</type></p><p> <description>Dummy Label for Episode View</description></p><p> <id>1239</id></p><p> <posX>-50</posX></p><p> <posY>-50</posY></p><p> <width>0</width></p><p> <textcolor>d4d2d2</textcolor></p><p> <font>font14</font></p><p> <label></p><p> </label></p><p> <visible>false</visible></p><p> <!-- to make a control visible only when the facade is in list mode do this: <visible>Control.IsVisible(1239)</visible> --></p><p> <!-- to make a control invisible when the facade is in list mode do this: <visible>!Control.IsVisible(1239)</visible> --></p><p> </control></p><p> <control></p><p> <type>label</type></p><p> <description>Dummy Label for Grouped View</description></p><p> <id>1240</id></p><p> <posX>-50</posX></p><p> <posY>-50</posY></p><p> <width>0</width></p><p> <textcolor>d4d2d2</textcolor></p><p> <font>font14</font></p><p> <label></p><p> </label></p><p> <visible>false</visible></p><p> <!-- to make a control visible only when the facade is in list mode do this: <visible>Control.IsVisible(1240)</visible> --></p><p> <!-- to make a control invisible when the facade is in list mode do this: <visible>!Control.IsVisible(1240)</visible> --></p><p> </control></p><p>[/code]</p><p></p><p>Inker: I'm using a modded monochrome, I'm still working on the layout and look. Got 27 series in the series page. <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="smilie smilie--sprite smilie--sprite8" alt=":D" title="Big Grin :D" loading="lazy" data-shortname=":D" /></p><p>btw.. the series visible stuff isn't visible the first time you enter the plugin.. I've seen this before with some other stuff, right?</p></blockquote><p></p>
[QUOTE="spuck, post: 234111, member: 49126"] did you add the dummy labels? you need these: then just use it like all the other ones. [code] <control> <type>label</type> <description>Dummy Label for Series View</description> <id>1237</id> <posX>-50</posX> <posY>-50</posY> <width>0</width> <textcolor>d4d2d2</textcolor> <font>font14</font> <label> </label> <visible>false</visible> <!-- to make a control visible only when the facade is in list mode do this: <visible>Control.IsVisible(1237)</visible> --> <!-- to make a control invisible when the facade is in list mode do this: <visible>!Control.IsVisible(1237)</visible> --> </control> <control> <type>label</type> <description>Dummy Label for Season View</description> <id>1238</id> <posX>-50</posX> <posY>-50</posY> <width>0</width> <textcolor>d4d2d2</textcolor> <font>font14</font> <label> </label> <visible>false</visible> <!-- to make a control visible only when the facade is in list mode do this: <visible>Control.IsVisible(1238)</visible> --> <!-- to make a control invisible when the facade is in list mode do this: <visible>!Control.IsVisible(1238)</visible> --> </control> <control> <type>label</type> <description>Dummy Label for Episode View</description> <id>1239</id> <posX>-50</posX> <posY>-50</posY> <width>0</width> <textcolor>d4d2d2</textcolor> <font>font14</font> <label> </label> <visible>false</visible> <!-- to make a control visible only when the facade is in list mode do this: <visible>Control.IsVisible(1239)</visible> --> <!-- to make a control invisible when the facade is in list mode do this: <visible>!Control.IsVisible(1239)</visible> --> </control> <control> <type>label</type> <description>Dummy Label for Grouped View</description> <id>1240</id> <posX>-50</posX> <posY>-50</posY> <width>0</width> <textcolor>d4d2d2</textcolor> <font>font14</font> <label> </label> <visible>false</visible> <!-- to make a control visible only when the facade is in list mode do this: <visible>Control.IsVisible(1240)</visible> --> <!-- to make a control invisible when the facade is in list mode do this: <visible>!Control.IsVisible(1240)</visible> --> </control> [/code] Inker: I'm using a modded monochrome, I'm still working on the layout and look. Got 27 series in the series page. :D btw.. the series visible stuff isn't visible the first time you enter the plugin.. I've seen this before with some other stuff, right? [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
MediaPortal 1 Plugins
Popular Plugins
My TVSeries
SVN Revision 270
Contact us
RSS
Top
Bottom