Posted by: rick.ca
« on: January 21, 2010, 11:14:27 pm »Quote
I figured out everything I needed.
Great. For the sake of others...
The code for custom fields is necessarily different. Here's an example:
Code: [Select]
<column>
<label width="132" halign="right">
<caption>Trailers:</caption>
</label>
<spacer width="7"/>
<custom field="trailers"/>
</column>
Quote
I'm not really wanting to write up a skin from scratch.
Neither would I. I don't think I could. My "Theatre View" skin, for example, is a modification of Classic. I suppose there's number of techniques used in that don't exist in Classic. But even then, I normally start by copying some code that does something similar to what I want.