Author Topic: Questions for the skin  (Read 8778 times)

0 Members and 1 Guest are viewing this topic.

Offline Zacca

  • User
  • ***
  • Posts: 117
    • View Profile
Questions for the skin
« on: October 10, 2009, 07:21:26 am »
Is there any way to center the <title> or another command in the skin ??
Halign="center" seems work only for fieldlabel.
« Last Edit: October 12, 2009, 12:42:10 pm by Zacca »

Offline nostra

  • Administrator
  • *****
  • Posts: 2852
    • View Profile
    • Personal Video Database
Re: Center title in the skin
« Reply #1 on: October 12, 2009, 02:00:14 am »
This code will center the title field:
Code: [Select]
<column halign="center">
<title autosize="true"/>
</column>   

Note, that autosize parameter works only in view mode for edit boxes...
Gentlemen, you can’t fight in here! This is the War Room!

Offline Zacca

  • User
  • ***
  • Posts: 117
    • View Profile
Re: Center title in the skin
« Reply #2 on: October 12, 2009, 12:39:52 pm »
thanks for the reply....work fine :)

another question...
How can i add text to the skin like () for the year ??

Offline nostra

  • Administrator
  • *****
  • Posts: 2852
    • View Profile
    • Personal Video Database
Re: Questions for the skin
« Reply #3 on: October 12, 2009, 02:03:59 pm »
Smth like this:
Code: [Select]
<label><caption>(</caption></label>
Gentlemen, you can’t fight in here! This is the War Room!

Offline Zacca

  • User
  • ***
  • Posts: 117
    • View Profile
Re: Center title in the skin
« Reply #4 on: October 13, 2009, 05:40:33 pm »
This code will center the title field:
Code: [Select]
<column halign="center">
<title autosize="true"/>
</column>   

Note, that autosize parameter works only in view mode for edit boxes...
What do u mean for edit boxes ??
Director is an edit box ?? Seems not work

Offline nostra

  • Administrator
  • *****
  • Posts: 2852
    • View Profile
    • Personal Video Database
Re: Questions for the skin
« Reply #5 on: October 13, 2009, 07:20:12 pm »
Edit boxes are mainly single one line values without dropdown or formatting...
Gentlemen, you can’t fight in here! This is the War Room!

Offline Zacca

  • User
  • ***
  • Posts: 117
    • View Profile
Re: Questions for the skin
« Reply #6 on: October 13, 2009, 07:40:55 pm »
You answer too quickly but I can not work so fast  ;D
Many many thanks

Offline Zacca

  • User
  • ***
  • Posts: 117
    • View Profile
Re: Questions for the skin
« Reply #7 on: October 14, 2009, 07:19:13 pm »
Sorry but i v another question...
What can i do to increase the space between 2 line or add a empty row ???

Offline nostra

  • Administrator
  • *****
  • Posts: 2852
    • View Profile
    • Personal Video Database
Re: Questions for the skin
« Reply #8 on: October 14, 2009, 11:37:13 pm »
Define spacing between rows in a section:
Code: [Select]
<section space="x">
Gentlemen, you can’t fight in here! This is the War Room!

Offline Zacca

  • User
  • ***
  • Posts: 117
    • View Profile
Re: Questions for the skin
« Reply #9 on: October 19, 2009, 07:09:27 pm »
Can i make smaller the snapshots(screenshots) ???
I don't v find the way  :(
« Last Edit: October 20, 2009, 06:37:01 pm by Zacca »

Offline Zacca

  • User
  • ***
  • Posts: 117
    • View Profile
Re: Questions for the skin
« Reply #10 on: October 20, 2009, 06:46:49 pm »
Can i make smaller the snapshots(screenshots) ???
I don't v find the way  :(

Heheheheheheh...find the way  :D
Code: [Select]
<screenshots cwidth="150" cheight="250"></screenshots>

 

anything