Post reply

Warning: this topic has not been posted in for at least 120 days.
Unless you're sure you want to reply, please consider starting a new topic.

Note: this post will not display until it's been approved by a moderator.

Name:
Email:
Subject:
Message icon:

Attach:
(Clear Attachment)
(more attachments)
Allowed file types: gif, jpg, png, txt, tpl, lng, ini, pvd, psf, ini, cfg, csv, zip, xml, pas, 7z
Restrictions: 4 per post, maximum total size 1024KB, maximum individual size 1024KB
Note that any files attached will not be displayed until approved by a moderator.
Verification:
Type the letters shown in the picture
Listen to the letters / Request another image

Type the letters shown in the picture:
How many words are in this question?:

shortcuts: hit alt+s to submit/post or alt+p to preview


Topic Summary

Posted by: Zacca
« on: February 25, 2010, 06:25:30 pm »

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

and description
Posted by: mgpw4me@yahoo.com
« 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]
Posted by: Zacca
« 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
Posted by: mgpw4me@yahoo.com
« 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"...
Posted by: Zacca
« 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
Posted by: Zacca
« 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
anything