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
Language specific support
Deutsches MediaPortal Forum
Plugins & Skins für das MediaPortal
Skins
Skin Modifikationen
Hilfe beim Skinnen
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="mrbonsen" data-source="post: 1169063" data-attributes="member: 85373"><p>anstatt der trennlinien bzw einen hintergrund würde ich 3 hintergründe/fenster nehmen (background) für jeweils ein latest recording.(siehe screen)</p><p>vereinfacht alles ein wenig.</p><p>wobei die xml schon bissl "versaut" ist, ehhh keine gescheite struktur.</p><p>versuche mal das prinzip meiner idee zu erklären. einfach an deinem hintergrund der ja volle grösse nutzt auch wenn nur eine aufnahme angezeigt wird.</p><p></p><p>- du müsstest 3 grössen des hintergrund streamed_submenu_bg.png in der xml definieren <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="smilie smilie--sprite smilie--sprite3" alt=":(" title="Frown :(" loading="lazy" data-shortname=":(" /> also 3 solche blöcke</p><p></p><p><type>image</type></p><p> <id>0</id></p><p> <posX>5</posX></p><p> <posY>165</posY></p><p><strong><span style="color: rgb(0, 0, 179)"> <width>610</width></span></strong></p><p><strong><span style="color: rgb(0, 0, 179)"> <height>310</height></span></strong></p><p> <colordiffuse>90ffffff</colordiffuse></p><p> <texture>streamed_submenu_bg.png</texture></p><p> <visible>[!control.hasfocus(919199910)+!control.hasfocus(3002)+!control.hasfocus(1000)]+control.hastext(555)+control.hastext(556)+!control.hastext(557)</visible></p><p> </control></p><p></p><p>- nun jedem image ( Schedulded Recordings 1 Thumb 2 und 3) in deiner xml eine id verpassen (beispiel <id>777</id> - <id>888</id> - <id>999</id>)</p><p>- jetzt über die <visible>control.isvisible(777)</visible> hintergrundgrösse (passende obere block beispiel) anzeigen oder die <visible>!control.isvisible(777)</visible> nicht anzeigen - je nachdem welche du benötigst, die aber den vorhandenen visible werte noch hinzukommen.</p><p></p><p>für 3 recordings</p><p></p><p><type>image</type></p><p> <id>0</id></p><p> <posX>5</posX></p><p> <posY>165</posY></p><p><strong><span style="color: rgb(0, 0, 179)"> <width>610</width></span></strong></p><p><strong><span style="color: rgb(0, 0, 179)"> <height>310</height></span></strong></p><p> <colordiffuse>90ffffff</colordiffuse></p><p> <texture>streamed_submenu_bg.png</texture></p><p> <visible><strong><span style="color: #0000ff">[control.isvisible(777)|control.isvisible(888)|control.isvisible(999)]</span></strong>+[!control.hasfocus(919199910)+!control.hasfocus(3002)+!control.hasfocus(1000)]+control.hastext(555)+control.hastext(556)+!control.hastext(557)</visible> = dieser hintergrund wird angezeigt wenn auch 3 recording thumbs sichtbar sind</p><p> </control></p><p>usw. usw</p><p></p><p>kannst du so wie in meinem beispiel</p><p>control.isvisible (id des thumb) oder</p><p>control.hasthumb (id des thumb)</p><p></p><p>dieses spiel kannste mit Recordings 1 Name 2 oder 3 auch so machen, egal.</p><p>wichtig visible conditionen bedarfen einer ID <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="smilie smilie--sprite smilie--sprite2" alt=";)" title="Wink ;)" loading="lazy" data-shortname=";)" /></p><p></p><p>das ganze spielchen müsstest dann auch für trennlinien sowie seitenlinien definieren.</p><p>pro recording 1 fenster iss bessaaa <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="smilie smilie--sprite smilie--sprite2" alt=";)" title="Wink ;)" loading="lazy" data-shortname=";)" /></p></blockquote><p></p>
[QUOTE="mrbonsen, post: 1169063, member: 85373"] anstatt der trennlinien bzw einen hintergrund würde ich 3 hintergründe/fenster nehmen (background) für jeweils ein latest recording.(siehe screen) vereinfacht alles ein wenig. wobei die xml schon bissl "versaut" ist, ehhh keine gescheite struktur. versuche mal das prinzip meiner idee zu erklären. einfach an deinem hintergrund der ja volle grösse nutzt auch wenn nur eine aufnahme angezeigt wird. - du müsstest 3 grössen des hintergrund streamed_submenu_bg.png in der xml definieren :( also 3 solche blöcke <type>image</type> <id>0</id> <posX>5</posX> <posY>165</posY> [B][COLOR=rgb(0, 0, 179)] <width>610</width> <height>310</height>[/COLOR][/B] <colordiffuse>90ffffff</colordiffuse> <texture>streamed_submenu_bg.png</texture> <visible>[!control.hasfocus(919199910)+!control.hasfocus(3002)+!control.hasfocus(1000)]+control.hastext(555)+control.hastext(556)+!control.hastext(557)</visible> </control> - nun jedem image ( Schedulded Recordings 1 Thumb 2 und 3) in deiner xml eine id verpassen (beispiel <id>777</id> - <id>888</id> - <id>999</id>) - jetzt über die <visible>control.isvisible(777)</visible> hintergrundgrösse (passende obere block beispiel) anzeigen oder die <visible>!control.isvisible(777)</visible> nicht anzeigen - je nachdem welche du benötigst, die aber den vorhandenen visible werte noch hinzukommen. für 3 recordings <type>image</type> <id>0</id> <posX>5</posX> <posY>165</posY> [B][COLOR=rgb(0, 0, 179)] <width>610</width> <height>310</height>[/COLOR][/B] <colordiffuse>90ffffff</colordiffuse> <texture>streamed_submenu_bg.png</texture> <visible>[B][COLOR=#0000ff][control.isvisible(777)|control.isvisible(888)|control.isvisible(999)][/COLOR][/B]+[!control.hasfocus(919199910)+!control.hasfocus(3002)+!control.hasfocus(1000)]+control.hastext(555)+control.hastext(556)+!control.hastext(557)</visible> = dieser hintergrund wird angezeigt wenn auch 3 recording thumbs sichtbar sind </control> usw. usw kannst du so wie in meinem beispiel control.isvisible (id des thumb) oder control.hasthumb (id des thumb) dieses spiel kannste mit Recordings 1 Name 2 oder 3 auch so machen, egal. wichtig visible conditionen bedarfen einer ID ;) das ganze spielchen müsstest dann auch für trennlinien sowie seitenlinien definieren. pro recording 1 fenster iss bessaaa ;) [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Language specific support
Deutsches MediaPortal Forum
Plugins & Skins für das MediaPortal
Skins
Skin Modifikationen
Hilfe beim Skinnen
Contact us
RSS
Top
Bottom