![]() |
|
|||||||
| Project Mayhem III (PM3) Subforum for Project Mayhem 3, PM3.HD, and mods for/of them. |
![]() |
|
|
Thread Tools | Search this Thread | Display Modes |
|
|
#1 |
|
Junior Member
Join Date: Jun 2008
Posts: 12
![]() |
I rearranged some items on the home screen, and now the bottom two items of the main five don't have the yellow dot, which i'm assuming is home-focus.gif
Otherwise everything works fine. Any idea why it would work on the first three? Here is the code of one that doesn't work. <description>My Programs normal push button</description> <posx>53</posx> <posy>163</posy> <width>12</width> <height>14</height> <hitrect x="45" y="15" w="220" h="40" /> <label>0</label> <font>special13</font> <onclick>ActivateWindow(MyPrograms)</onclick> <onleft>98</onleft> <onright>96</onright> <onup>3</onup> <ondown>4</ondown> <texturefocus>home-focus.gif</texturefocus> <texturenofocus>-</texturenofocus> <textoffsetx>30</textoffsetx> |
|
|
|
|
|
#2 |
|
Team-XBMC Skinner
Join Date: Jun 2006
Location: Earth
Posts: 2,517
![]() |
looks fine to me so I assume you have the button code on top of the
PHP Code:
__________________
Always read the XBMC online-manual, FAQ and search the forum before posting. Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules. For troubleshooting and bug reporting please make sure you read this first. |
|
|
|
|
|
#3 |
|
Junior Member
Join Date: Jun 2008
Posts: 12
![]() |
Thanks for your quick reply! Unfortunately I'm not really sure if you're asking me a question or pointing out the problem. Could you elaborate for me? Much appreciated!
|
|
|
|
|
|
#4 |
|
Team-XBMC Skinner
Join Date: Jun 2006
Location: Earth
Posts: 2,517
![]() |
the xmls are drawn from top to bottom
if you have the nonfocus background image control (<texture>homebutton-small.png</texture> The one I posted above) below the actual button control in the home.xml file (the one you posted) the nonfocus one will be drawn on top of it making the focus drawn under it ( so you can't see it )
__________________
Always read the XBMC online-manual, FAQ and search the forum before posting. Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules. For troubleshooting and bug reporting please make sure you read this first. |
|
|
|
|
|
#5 |
|
Junior Member
Join Date: Jun 2008
Posts: 12
![]() |
That makes sense. For some reason this home.xml has "My Weather normal push button" control listed twice along with the other ones that are working. Where as the two that aren't are listed once, i guess they're not repeated below the nonfocus image control like you said. I'll blame whoever made this home.xml!
|
|
|
|
|
|
#6 |
|
Junior Member
Join Date: Jun 2008
Posts: 12
![]() |
or, its just because when I changed the posy on the buttons, I didn't realize i had to change the ones below. I get it now.
|
|
|
|
|
|
#7 |
|
Team-XBMC Skinner
Join Date: Jun 2006
Location: Earth
Posts: 2,517
![]() |
That would be me ![]() Just post the whole thing to pastebin.com if your still having troubles and I'll look at it
__________________
Always read the XBMC online-manual, FAQ and search the forum before posting. Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules. For troubleshooting and bug reporting please make sure you read this first. |
|
|
|
|
|
#8 |
|
Junior Member
Join Date: Jun 2008
Posts: 12
![]() |
I'm sure I'll get it working now. Why are there two My Pictures controls with different posx and posy, along with the other controls, am I missing something?
|
|
|
|
|
|
#9 |
|
Junior Member
Join Date: Jun 2008
Posts: 12
![]() |
Ok, i've gotten myself pretty lost, and i don't want to start over, so if you don't mind looking at it, it would be great.
http://pastebin.ca/1230788 |
|
|
|
|
|
#10 |
|
Team-XBMC Skinner
Join Date: Jun 2006
Location: Earth
Posts: 2,517
![]() |
Yeah its all to do with what I said the order of the things in the xml getting drawn over the top of the others
try this one http://pastebin.ca/1230806 note I changed the Y pos and the layout a bit of all the menu ones
__________________
Always read the XBMC online-manual, FAQ and search the forum before posting. Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules. For troubleshooting and bug reporting please make sure you read this first. |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|