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:
What is the best video database software?:

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


Topic Summary

Posted by: rick.ca
« on: July 01, 2011, 11:12:33 pm »

I've never done better than "rolling with it." My main technique is to copy something that works, and then modify it by trial and error. :-\
Posted by: daddydave
« on: July 01, 2011, 10:55:34 pm »

Thanks, that works! Wish I could understand why, but for now I'll just roll with it.  :)
Posted by: rick.ca
« on: July 01, 2011, 03:45:29 am »

What you want is something like...

Code: [Select]
<column>
      <label  width="140" halign="left">
            <caption>Watcher:</caption>
      </label>
      <custom field="watcher"/>
</column>

Posted by: daddydave
« on: July 01, 2011, 02:38:36 am »

OK I am trying to add custom fields to the pvd_imdb_theme movie skin. If I do the following, I get "watcher Watcher:" as my field label
Code: [Select]
                     <column width="140" halign="left">
                        <customfieldlabel field="watcher"/>
                        <label>
                          <caption>Watcher:</caption>
                        </label>
                      </column>


If I leave out the customfieldlabel element, I get no label at all:

Code: [Select]
                     <column width="140" halign="left">

                        <label>
                          <caption>Watcher:</caption>
                        </label>
                      </column>

I'm using the 1.0.1.0 beta but I'm probably just doing something stupid. So what am I doing wrong?
anything