Personal Video Database
		English => Support => Topic started by: Zacca 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.
			 
			
			- 
				This code will center the title field:
<column halign="center">
<title autosize="true"/>
</column>   
Note, that autosize parameter works only in view mode for edit boxes...
			 
			
			- 
				thanks for the reply....work fine :)
another question...
How can i add text to the skin like () for the year ??
			 
			
			- 
				Smth like this:
<label><caption>(</caption></label>
			 
			
			- 
				
This code will center the title field:
<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
			 
			
			- 
				Edit boxes are mainly single one line values without dropdown or formatting...
			
 
			
			- 
				You answer too quickly but I can not work so fast  ;D
Many many thanks
			 
			
			- 
				Sorry but i v another question...
What can i do to increase the space between 2 line or add a empty row ???
			 
			
			- 
				Define spacing between rows in a section:
<section space="x">
			 
			
			- 
				Can i make smaller the snapshots(screenshots) ???
I don't v find the way  :(
			 
			
			- 
				
Can i make smaller the snapshots(screenshots) ???
I don't v find the way  :(
Heheheheheheh...find the way  :D
<screenshots cwidth="150" cheight="250"></screenshots>