Hello.
I was finishing the script and skin for AniDB – anime database. I would like to ask if someone could help me with some nuance of skin or script. Sorry for my bad English.
1. How to do that in the title was automatically the change of size of font when not fit in row, so the text will not going to next line, or part of the title will not be overlap?
2. How to do that the content of column <genre> will be automatically changed such that the first letter of the words, will be displayed with large first letter. for example : action, science fiction, mecha, -- Action, Science fiction, Mecha?
3. How to do that the content of whole column will be always displayed or 2 line will be displayed? for example in my case: List of episodes:
I founded solution:
<row>
<column width="200" halign="center" valign="top" wordwrap="true">
<customfieldlabel field="List of episodes:"/>
</column>
<column>
<custom field="List of episodes:" collapsedlines="10000"/>
</column>
</row>
but for another example: </genre> it is not working and i cannot find solution:
<row>
<column space="35">
<section space="10">
<color>$C6D6F4</color>
<border shape="none" />
<row>
<column>
<genre linkcolor1="$9F0000" linkcolor2="$FF5809"
collapsedlines="2" >
<font>
<size>14</size>
<name>Georgia</name>
</font>
</genre>
</column>
</row>
</section>
</column>
</row>
4. How to do that <customfieldlabel field="AniDB:"/> will be displayed with rating?;
code: <row>
<!-- <column halign="center" > -->
<column halign="left" space="5">
<customfieldlabel field="AniDB:"/>
<rating autosize="true">
</rating>
</column>
</row>
AniDB: is in the row presented but it is hide, it shows only when editing.
In the attachments is full working script and Skin for Anime Database. Please look for it.
Thank you for any advice and help.