English > Development
How to do that in the title was automatically the change of size of font
ferofrantisek:
Thank you very much for your kindness, but mechanical translation through some program translator is very often meaningless as could you find out, therefore i only ask, please be patient with me when I ask detailed and use in some case the intuition. Please speak with me in English unless you know speak Slovak. Grammar is another story. Thanks.
Ivek23:
As you have already themselves rightly observed, this piece of code does not work:
--- 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 ---
It works, this piece of code:
--- Code: --- <row>
<column width="120" halign="right" valign="top">
<fieldlabel field="human" category="2"/>
</column>
<column>
<human category="2"/>
</column>
</row>
--- End code ---
In this part of the code ' human "category ="2" ' may be added to only the numbers from 0 to 4 .
--- Code: ---//Credits types
ctActors = 0;
ctDirectors = 1;
ctWriters = 2;
ctComposers = 3;
ctProducers = 4;
--- End code ---
The same works, this piece of code:
--- Code: --- <row>
<column width="130" halign="right" valign="top">
<customfieldlabel field="Story Composition:" />
</column>
<column>
<custom field="Story Composition:" />
</column>
</row>
--- End code ---
ferofrantisek:
Thank you very much. During my testing I reached unfortunately the same result. :'(
ferofrantisek:
Please, could you tell me a list of custom fields and how they are treated in Custom items in your /pvd_movie_tabs-ex AllMovies/ because I cannot find them and i want better understand how to do. Thanks.
Ivek23:
--- Quote from: ferofrantisek on March 18, 2015, 07:49:21 am ---Please, could you tell me a list of custom fields and how they are treated in Custom items in your /pvd_movie_tabs-ex AllMovies/ because I cannot find them and i want better understand how to do. Thanks.
--- End quote ---
No problem.
List of CustomField - pvd_movie_tabs-ex AllMovies is the attached.
Navigation
[0] Message Index
[*] Previous page
Go to full version