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
Allgemeine "Mein eigenes Skin"-Frage
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="PaddyWi" data-source="post: 626375" data-attributes="member: 103356"><p>Hallo zusammen,</p><p>ich bin gerade dabei, meinen eigenen Skin zu entwerfen. Dazu habe ich mir mal die Blue3wide Dateien angeschaut, um ein besseres Verständnis von der Chemie zu bekommen. Das klappt bis dato ganz gut, nur eine Frage plagt mich:</p><p></p><p>z.B. im Untermenü Bilder.</p><p>Wenn ich ich mit der Maus links an den Bildschirmrand fahre, klappt das tolle Seitenmenü auf.</p><p>Jetzt würde ich z.B. gerne die einzelnen Buttons weiter auseinander setzen - also nicht so dicht untereinander anordnen.</p><p>Leider habe ich jetzt in der <strong>mypics.xml</strong> keinerlei Informationen zur Position gefunden.</p><p></p><p>Hier ein Bild:</p><p><img src="http://img695.imageshack.us/img695/6756/picmenu.jpg" alt="" class="fr-fic fr-dii fr-draggable " style="" /></p><p></p><p>Mit dem dazugehörigen Code:</p><p>[CODE]</p><p> <control></p><p> <description>group element</description></p><p> <type>group</type></p><p> <animation effect="slide" time="250" start="-300,0" reversible="false">visible</animation></p><p> <animation effect="slide" time="250" end="-300,0" reversible="false">hidden</animation></p><p> <posX>71</posX></p><p> <posY>121</posY></p><p> <layout>StackLayout</layout></p><p> <visible>!Control.HasFocus(50)</visible></p><p> <control></p><p> <description>View-As</description></p><p> <type>button</type></p><p> <id>2</id></p><p> <label>100</label></p><p> <onright>50</onright></p><p> <onup>17</onup></p><p> <ondown>3</ondown></p><p> </control></p><p> <control></p><p> <description>Sort</description></p><p> <type>sortbutton</type></p><p> <id>3</id></p><p> <label>103</label></p><p> <onright>50</onright></p><p> <ondown>4</ondown></p><p> <onup>2</onup></p><p> </control></p><p> <control></p><p> <description>Switch View</description></p><p> <type>button</type></p><p> <id>4</id></p><p> <label>457</label></p><p> <onright>50</onright></p><p> <ondown>6</ondown></p><p> <onup>3</onup></p><p> </control></p><p> <control></p><p> <description>SlideShow button</description></p><p> <type>button</type></p><p> <id>6</id></p><p> <label>108</label></p><p> <onright>50</onright></p><p> <ondown>7</ondown></p><p> <onup>4</onup></p><p> </control></p><p> <control></p><p> <description>Recursive Slideshow</description></p><p> <type>button</type></p><p> <id>7</id></p><p> <label>361</label></p><p> <onright>50</onright></p><p> <ondown>99</ondown></p><p> <onup>6</onup></p><p> </control></p><p> </control></p><p>[/CODE]</p><p></p><p>Kann mir jemand weitehelfen?<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></blockquote><p></p>
[QUOTE="PaddyWi, post: 626375, member: 103356"] Hallo zusammen, ich bin gerade dabei, meinen eigenen Skin zu entwerfen. Dazu habe ich mir mal die Blue3wide Dateien angeschaut, um ein besseres Verständnis von der Chemie zu bekommen. Das klappt bis dato ganz gut, nur eine Frage plagt mich: z.B. im Untermenü Bilder. Wenn ich ich mit der Maus links an den Bildschirmrand fahre, klappt das tolle Seitenmenü auf. Jetzt würde ich z.B. gerne die einzelnen Buttons weiter auseinander setzen - also nicht so dicht untereinander anordnen. Leider habe ich jetzt in der [B]mypics.xml[/B] keinerlei Informationen zur Position gefunden. Hier ein Bild: [IMG]http://img695.imageshack.us/img695/6756/picmenu.jpg[/IMG] Mit dem dazugehörigen Code: [CODE] <control> <description>group element</description> <type>group</type> <animation effect="slide" time="250" start="-300,0" reversible="false">visible</animation> <animation effect="slide" time="250" end="-300,0" reversible="false">hidden</animation> <posX>71</posX> <posY>121</posY> <layout>StackLayout</layout> <visible>!Control.HasFocus(50)</visible> <control> <description>View-As</description> <type>button</type> <id>2</id> <label>100</label> <onright>50</onright> <onup>17</onup> <ondown>3</ondown> </control> <control> <description>Sort</description> <type>sortbutton</type> <id>3</id> <label>103</label> <onright>50</onright> <ondown>4</ondown> <onup>2</onup> </control> <control> <description>Switch View</description> <type>button</type> <id>4</id> <label>457</label> <onright>50</onright> <ondown>6</ondown> <onup>3</onup> </control> <control> <description>SlideShow button</description> <type>button</type> <id>6</id> <label>108</label> <onright>50</onright> <ondown>7</ondown> <onup>4</onup> </control> <control> <description>Recursive Slideshow</description> <type>button</type> <id>7</id> <label>361</label> <onright>50</onright> <ondown>99</ondown> <onup>6</onup> </control> </control> [/CODE] Kann mir jemand weitehelfen?:thx: [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Language specific support
Deutsches MediaPortal Forum
Plugins & Skins für das MediaPortal
Skins
Allgemeine "Mein eigenes Skin"-Frage
Contact us
RSS
Top
Bottom