Visible tag not working?
#1
any idea why this won't work anymore?

build 01-27-06

------------------------------
<control>
<description>logo left corner</description>
<type>image</type>
<id>0</id>
<posx>57</posx>
<posy>314</posy>
<width>130</width>
<height>130</height>
<texture>home-music-icon.png</texture>
<visible>!player.hasmedia</visible>
</control>

hades_666
Reply
#2
im going crazy, why won't this image obey the visible tag? all my other do, home etc... just this left logo on all my..pages won't.

please give any idea as it it beginning to tick me off.

hades_666

<window>
 <id>1</id>
 <defaultcontrol>50</defaultcontrol>
 <allowoverlay>yes</allowoverlay>
 <coordinates>
 </coordinates>

<controls>
   <control>
      <description>background image</description>
      <type>image</type>
      <id>1</id>
      <posx>0</posx>
      <posy>0</posy>
      <width>720</width>
      <height>576</height>
   </control>

   <control>
      <description>header logo</description>
      <type>image</type>
      <id>1</id>
      <posx>50</posx>
      <posy>28</posy>
      <width>330</width>
      <height>88</height>
      <texture>header-programs.png</texture>
   </control>

   <control>
      <description>applications label</description>
      <type>label</type>
      <id>1</id>
      <posx>207</posx>
      <posy>83</posy>
      <label>10506</label>
      <align>left</align>
      <font>special13</font>
   </control>

Quote:    <control>
      <description>logo left corner</description>
      <type>image</type>
      <id>0</id>
      <posx>57</posx>
      <posy>314</posy>
      <width>130</width>
      <height>130</height>
      <texture>home-programs-icon.png</texture>
     <visible>!player.hasmedia</visible>
     <animation effect="fade" time="200">visiblechange</animation>
   </control>
   <control>
      <description>number of files text label</description>
      <type>label</type>
      <id>12</id>
      <posx>670</posx>
      <posy>100</posy>
      <label>-</label>
      <align>right</align>
   </control>


......
Reply
#3
its because of the '!' on the visible tag there seems to be issues with it in the latest build... wait for jmarshall to come back, patience is the key here Smile

i think smokehead has been having problems with his pdm to



Reply
#4
perfect... it just strange that some visible tags work with it and other don't. it is almost like it is selective.

thanks boss.
Reply
#5
i had trouble using <visible>!player.hasmedia</visible> as well i fixed it by changing it to <visible>![player.hasmedia]</visible> all seems to be working fine after i changed it to that, kinda wierd...
Reply
#6
good news then Smile hope smokehead gets to see this think his pdm script has suffered from this problem a bit.
Reply
#7
worked like a charm,!!! thanks, now i can release my updated skin Smile
Reply
#8
when Smile been awaiting this with baited breath! been checking xbox-skins forum to Smile



Reply
#9
! issue is fixed in cvs.

apologies for the delay (it was fixed thursday night, but i was moving home on the weekend)

cheers,
jonathan
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

Logout Mark Read Team Forum Stats Members Help
Visible tag not working?0