• 1
  • 29
  • 30
  • 31
  • 32
  • 33(current)
Proposed changes for skin v2.0
problem with
visible tag system.autodetection

after detection of a 2nd xbox the icon should
change but it doesn't

Image

Quote:     <control>
     <description>user image xbox</description>
     <type>image</type>
     <include>control</include>
     <posx>600</posx>
     <posy>163</posy>
     <label>-</label>
     <width>25</width>
     <height>20</height>
     <texture>profil_xbox.png</texture>
     <visible>system.autodetection+skin.hassetting(homeviewtoggle)</visible>
   </control>

    <control>
     <description>user image xbox</description>
     <type>image</type>
     <include>control</include>
     <posx>600</posx>
     <posy>163</posy>
     <label>-</label>
     <width>25</width>
     <height>20</height>
     <texture>profil_xbox_off.png</texture>
     <visible>!system.autodetection+skin.hassetting(homeviewtoggle)</visible>
   </control>

hope you can help
cheers ceomr
Reply
system.autodetection will return true only once a second xbox has been detected.

while the second xbox is still present on the network it will still be true. it only goes false if the second xbox goes offline.

is there still a bug in this?
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.


Image
Reply
for me it stays true untill the first xbox that was detected is turned off.....the second xbox is ignored untill the first one is turned off



Reply
player.showinfo seems broken aswell.
Reply
seperate issue but ive noticed that for example going into my videos. thw screen animation happens and then suddenly jerks. when it happens you see the buttons suddenly look like they go from 16x9 down to 4x3 and then all goes as normal. now while i am aware of the autosizing which takes priority the animation or the sizing, because for the sake of fluidity perhaps sizing should occour pre animation rather than post.
Image
Reply
few changes need to be made to the label info for video & audio overlay information in dialoginfo's.xml as the new label parsing allows the | to show without media at present.
Reply
all:

please specify exactly how to reproduce these. i can't fix them unless i can reproduce.
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.


Image
Reply
the video/music overlay stuff is fixed.
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.


Image
Reply
(deanrparry @ april 20 2006,15:52 Wrote:player.showinfo seems broken aswell.
apologies jm spiff! has changed the keymap.xml Smile <title> is now showsubtitles.
Reply
  • 1
  • 29
  • 30
  • 31
  • 32
  • 33(current)

Logout Mark Read Team Forum Stats Members Help
Proposed changes for skin v2.00