English > Development
How to do that in the title was automatically the change of size of font
Ivek23:
This similar code might help:
--- Code: --- <row>
<column>
<label width="110" halign="right">
<caption>AllMovie Rating:</caption>
</label>
<spacer width="-4" />
<custom precision="1" field="AllMovie rating" />
</column>
</row>
--- End code ---
In your case this code might help:
--- Code: --- <row>
<column halign="center">
<label>
<caption>AniDB:</caption>
</label>
<custom field="AniDB:" autosize="true" />
</column>
</row>
--- End code ---
Custom AniDB: field for rating must be in the Tools \ Movies \ Custom items added as rating - Required.
ferofrantisek:
Thank you very much. It works, but scenario with <human category="2" /> not working. Is this the way to do it? Thanks.
--- Code: ---<row>
<column width="130" halign="right" valign="top">
<!-- <customfieldlabel field="Story Composition:" /> -->
<label>
<caption>Story Composition:</caption>
</label>
</column>
<column>
<!-- <custom field="Story Composition:" /> -->
<human category="2" />
</column>
</row>
--- End code ---
Ivek23:
--- Quote from: ferofrantisek on March 09, 2015, 10:10:43 pm ---Thank you very much. It works, but scenario with <human category="2" /> not working. Is this the way to do it? Thanks.
--- Code: ---<row>
<column width="130" halign="right" valign="top">
<!-- <customfieldlabel field="Story Composition:" /> -->
<label>
<caption>Story Composition:</caption>
</label>
</column>
<column>
<!-- <custom field="Story Composition:" /> -->
<human category="2" />
</column>
</row>
--- End code ---
--- End quote ---
This is wrong, so can not and does not work, of course, necessary to examine all the necessary skin, which are available on the forum or the download page.
In your case, it is a similar piece of code as in pvd_classic_movie skin:
--- Code: --- <row>
<column width="120" halign="right" valign="top">
<fieldlabel field="human" category="2"/>
</column>
<column>
<human category="2"/>
</column>
</row>
--- End code ---
Ivek23:
In a lot of help can also be attached below the skin - 'My skins'.
ferofrantisek:
--- Quote from: Ivek23 on March 10, 2015, 07:10:33 am ---
--- Quote from: ferofrantisek on March 09, 2015, 10:10:43 pm ---Thank you very much. It works, but scenario with <human category="2" /> not working. Is this the way to do it? Thanks.
--- Code: ---<row>
<column width="130" halign="right" valign="top">
<!-- <customfieldlabel field="Story Composition:" /> -->
<label>
<caption>Story Composition:</caption>
</label>
</column>
<column>
<!-- <custom field="Story Composition:" /> -->
<human category="2" />
</column>
</row>
--- End code ---
--- End quote ---
This is wrong, so can not and does not work, of course, necessary to examine all the necessary skin, which are available on the forum or the download page.
In your case, it is a similar piece of code as in pvd_classic_movie skin:
--- Code: --- <row>
<column width="120" halign="right" valign="top">
<fieldlabel field="human" category="2"/>
</column>
<column>
<human category="2"/>
</column>
</row>
--- End code ---
--- End quote ---
Thank you very much. But i know about this code and i used it in my skin AniDB as you could saw in my first attachment. I was asking something different. I would like if it possible to do that data from Writers <human category="2"> and Composers <human category="3">, will show as field="Story Composition:" and field="Series Composition:" . Because I want use option: show only movies with writers and group movie by writers etc.…, of course filed will be outwardly Story Composition: and etc.. Maybe you understand me what I want to do. Because if I used <custom field="Story Composition:"/> It was without this option. It is outwardly a little similar as was with AniDB: rating and data from Rating. Am I missing something, or is there a another way to do this?
--- Code: --- <row>
<column width="130" halign="right" valign="top">
<customfieldlabel field="Story Composition:" />
</column>
<column>
<custom field="Story Composition:" />
</column>
</row>
--- End code ---
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version