| | #1 (permalink) |
| Portal Member | Hi! I'm kinda new to MediaPortal and I already like the program a lot. I had this idea how i wanted my HTPC-frontend to look though, and that idea requires a new skin. After some playing around with the XML's I found out the hover image is under the menu selection images (the skin uses the screens full width for the selectors), which is not the way I want it. Is it possible to do a nasty work-around for this or is coding work required? Any ideas on how to solve it? Images: The way it looks now and the way I want it to look. Thanks in advance! |
| | |
| | #4 (permalink) |
| Portal Member Join Date: Nov 2004 Location: UK
Posts: 46
Thanks: 0
Thanked 0 Times in 0 Posts
| Hi there, i dont know if this would work but you could try changing home.xml so that the button graphic is read b4 hover ie <control> <description>template for button</description> <type>button</type> <id>1001</id> <posX>400</posX> <posY>160</posY> <width>225</width> <textXOff>10</textXOff> <textYOff>8</textYOff> <height>49</height> <label>605</label> <font>font16</font> <texture>hp_selectionbar.png</texture> <textureFocus>hp_selectionbar.png</textureFocus> <textureNoFocus>-</textureNoFocus> <visible>no</visible> <textcolor>ffffffff</textcolor> </control> <control> <description>template for hover image</description> <type>image</type> <id>1000</id> <posX>85</posX> <posY>200</posY> <align>center</align> <texture>-</texture> <visible>no</visible> </control> as i say i dont know if it will work(but worth a try).good luck Antony |
| | |
| | #5 (permalink) |
| Portal Member | Hi antonyfirewalk, Thanks for you reply. I've tried that before, but gave it another chance. Tried to place the hover both first and last in the xml without any luck. I have also noticed that all the objects got id's that seem to be equal to 'layers' - a higher number is always on top on a lower one. Is there any way to make a 'fake' object that just points at another one with an higher id (since just changing the id breaks that object as it seems to be used to identify the objects as hover images, time strings and so on)? Is there some way to play around with id's at all? |
| | |
![]() |
| Bookmarks |
| Tags |
| layers |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| whats layers in remopte config | dipunm | General Support | 3 | 2006-08-17 08:12 |
| Video/graphics layers ? | xavier | Skins | 3 | 2006-01-22 08:04 |
| S/PDIF.. one of hells seven layers.. i'm sure of it! | Roger | Codecs, External Players | 6 | 2005-11-07 09:22 |