Author Topic: Skin:Transparency ???  (Read 5333 times)

0 Members and 1 Guest are viewing this topic.

Offline Zacca

  • User
  • ***
  • Posts: 117
    • View Profile
Skin:Transparency ???
« on: February 24, 2010, 07:56:48 pm »
I don't understand what's the transparent image do  ???
I'm working for a new skin with the news foutures  ;D

Offline Zacca

  • User
  • ***
  • Posts: 117
    • View Profile
Re: Skin:Transparency ???
« Reply #1 on: February 24, 2010, 08:33:19 pm »
Or i'm wrong or the description-comment don't change color....

<section>
<row>
<column halign="left" valign="top">
<title>
<font>
 <size>20</size>
 <bold/>
 <color>$ffffff</color>
 </font>
 </title>
 </column>
 <column/>
 </row>
 <color>$000000</color>
<row>
<column halign="left">
<description>
<font>
 <size>11</size>
 <color>$0f0f0f</color>
 </font>
 </description>
 </column>
 </row>
 </section>
 </column>
 </row>
 </section>


the color of the text is black not $0f0f0f

mgpw4me@yahoo.com

  • Guest
Re: Skin:Transparency ???
« Reply #2 on: February 25, 2010, 03:23:51 am »
Image transparency explained here:
http://www.videodb.info/forum_en/index.php?topic=1640.0

Indenting your code will make debugging easier:

<section>
 <row>
  <column halign="left" valign="top">
   <title>
    <font>
     <size>20</size>
     <bold/>
     <color>$ffffff</color>
    </font>
   </title>
  </column>
  <column/>                                      -------------------- what's this? 
 </row>
  <color>$000000</color>
  <row>
   <column halign="left">
    <description>
     <font>
      <size>11</size>
      <color>$0f0f0f</color>
     </font>
    </description>
  </column>
 </row>
</section>

 </column>                 -------------- this must be from some code missing prior to the "section"...not relevant ?
 </row>
 </section>

Try taking out the line marked as "what's this"...

Offline Zacca

  • User
  • ***
  • Posts: 117
    • View Profile
Re: Skin:Transparency ???
« Reply #3 on: February 25, 2010, 12:40:53 pm »
Tnx for the reply..
Transparency ok..i'v understand  ;)

the code is only a cut and past of a part of what i'm working and it work :)
but the color of the description and some other fields NO.
i' v test it with the classic skin but do the same error...only black text

mgpw4me@yahoo.com

  • Guest
Re: Skin:Transparency ???
« Reply #4 on: February 25, 2010, 04:51:25 pm »
After some testing, I've found the same thing.  It looks like the font colors in some memo fields are being reset to defaults by the XML parser.  The FIELDFONT tag does not affect the font color on these fields.

Affected fields are:  Custom, tagline, comment, and category.

When you go into EDIT MODE, the requested colors are used in the display, so the color information is being used, but on exiting EDIT MODE, the colors revert to black regardless of any other settings.  I've attached a screen shot of the edit mode screen.



[attachment deleted by admin]

Offline Zacca

  • User
  • ***
  • Posts: 117
    • View Profile
Re: Skin:Transparency ???
« Reply #5 on: February 25, 2010, 06:25:30 pm »
Quote
Affected fields are:  Custom, tagline, comment, and category.

and description
« Last Edit: February 25, 2010, 06:27:45 pm by rick.ca »