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 Films
[NEW] MyFilms v4.7.9a
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="pilehave" data-source="post: 339022" data-attributes="member: 71550"><p>I would like to use different positioning for the movie-details in list, icon (small/big) and filmstrip. As far as I can see, this is not possible, because you use the ID's on the labels to replace the text, and therefore the labels can't be on the same page in different positions.</p><p></p><p>Is this correct?</p><p></p><p>I mean, in the code below only the first textbox will be populated with text:</p><p></p><p>[CODE]</p><p></p><p> <control></p><p> <type>textboxscrollup</type></p><p> <description>Biography value</description></p><p> <id>1025</id></p><p> <posX>755</posX></p><p> <posY>320</posY></p><p> <width>470</width></p><p> <height>140</height></p><p> <font>mediastream11</font></p><p> <seperator>---------------------------------------------------------------------------------------------------------</seperator></p><p> <onleft>1026</onleft></p><p> <onright>1026</onright></p><p> <onup>1026</onup></p><p> <ondown>1026</ondown></p><p> <visible>facadeview.smallicons | facadeview.largeicons</visible></p><p> <label>#plot</label></p><p> </control></p><p></p><p><control></p><p> <type>textboxscrollup</type></p><p> <description>Biography value</description></p><p> <id>1025</id></p><p> <posX>410</posX></p><p> <posY>120</posY></p><p> <width>840</width></p><p> <height>125</height></p><p> <font>mediastream11</font></p><p> <seperator>---------------------------------------------------------------------------------------------------------</seperator></p><p> <onleft>1026</onleft></p><p> <onright>1026</onright></p><p> <onup>1026</onup></p><p> <ondown>1026</ondown></p><p> <visible>facadeview.filmstrip</visible></p><p> <label>#plot</label></p><p></control></p><p>[/CODE]</p><p></p><p>And I can't even do a <define>#ms.plot:#plot</define> in the XML, because you use the IDs to replace text <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="smilie smilie--sprite smilie--sprite3" alt=":(" title="Frown :(" loading="lazy" data-shortname=":(" /></p></blockquote><p></p>
[QUOTE="pilehave, post: 339022, member: 71550"] I would like to use different positioning for the movie-details in list, icon (small/big) and filmstrip. As far as I can see, this is not possible, because you use the ID's on the labels to replace the text, and therefore the labels can't be on the same page in different positions. Is this correct? I mean, in the code below only the first textbox will be populated with text: [CODE] <control> <type>textboxscrollup</type> <description>Biography value</description> <id>1025</id> <posX>755</posX> <posY>320</posY> <width>470</width> <height>140</height> <font>mediastream11</font> <seperator>---------------------------------------------------------------------------------------------------------</seperator> <onleft>1026</onleft> <onright>1026</onright> <onup>1026</onup> <ondown>1026</ondown> <visible>facadeview.smallicons | facadeview.largeicons</visible> <label>#plot</label> </control> <control> <type>textboxscrollup</type> <description>Biography value</description> <id>1025</id> <posX>410</posX> <posY>120</posY> <width>840</width> <height>125</height> <font>mediastream11</font> <seperator>---------------------------------------------------------------------------------------------------------</seperator> <onleft>1026</onleft> <onright>1026</onright> <onup>1026</onup> <ondown>1026</ondown> <visible>facadeview.filmstrip</visible> <label>#plot</label> </control> [/CODE] And I can't even do a <define>#ms.plot:#plot</define> in the XML, because you use the IDs to replace text :( [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
MediaPortal 1 Plugins
Popular Plugins
My Films
[NEW] MyFilms v4.7.9a
Contact us
RSS
Top
Bottom