Personal Video Database

English => Feature Suggestions => Topic started by: Zacca on February 28, 2010, 08:29:41 pm

Title: Skin: color for splitter and separator
Post by: Zacca on February 28, 2010, 08:29:41 pm
In a new version can you make the color tag for the splitter and the separator please ?
so i'll make it the same color of the background.
Thanks
Title: Re: Skin: color for splitter and separator
Post by: nostra on March 01, 2010, 01:35:14 am
OK
Title: Re: Skin: color for splitter and separator
Post by: nostra on March 22, 2010, 02:08:35 am
Hey, I forgot: you can assign color to separator like this:
Code: [Select]
<separator><color>$FF1500</color></separator>
It seems like I can't make splitter to support colors easily :(
Title: Re: Skin: color for splitter and separator
Post by: Zacca on March 23, 2010, 01:54:52 pm
for me is ok  ;D thanks
Title: Re: Skin: color for splitter and separator
Post by: Zacca on April 01, 2010, 12:12:08 pm
Sorry but what i mean is to make the separator trasparent
to use it like spacer.
Title: Re: Skin: color for splitter and separator
Post by: nostra on April 01, 2010, 02:30:29 pm
why don't you want to use <spacer> ???
Title: Re: Skin: color for splitter and separator
Post by: Zacca on April 01, 2010, 06:46:45 pm
If i v 3-4 row in a section, the spacer don't work fine
With separetor i put all the different space i want, between all the row
Title: Re: Skin: color for splitter and separator
Post by: nostra on April 01, 2010, 07:54:05 pm
Sorry, but I don't get it. Post some sample code.
Title: Re: Skin: color for splitter and separator
Post by: Zacca on April 01, 2010, 08:17:34 pm
Sorry for my english  :'(

Spacer work fine whit section
Exemple....Under my section there is 3 row
The space between the rows is the same for all the rows
But i want different space between rows like..

Row


more space


Row
less space
Row
Title: Re: Skin: color for splitter and separator
Post by: Zacca on April 01, 2010, 08:21:44 pm
I have find a little trick to make space between rows...

Code: [Select]
<row>
<column>
<label permanent="true">
 <caption>-</caption>
<font>
 <size>4</size>
 <color>$ffffff</color>
 <bold/>
 </font>
 </label>
 </column>
 </row>

Background is $ffffff

To increase space increase the size of the font
Title: Re: Skin: color for splitter and separator
Post by: nostra on April 01, 2010, 09:27:23 pm
Oh, OK, I'll height attribute to the spacer.
Title: Re: Skin: color for splitter and separator
Post by: Zacca on April 02, 2010, 06:28:55 am
But it should work between two rows, if it's possible
like...

<row></row>
<spacer height= 20>
<row></row>
<spacer height= 10>
<row></row>
Title: Re: Skin: color for splitter and separator
Post by: nostra on April 02, 2010, 02:01:16 pm
No, it is not possible. Another thing: maybe this will resolve your problem:
Code: [Select]
<row height="20"></row><row height="10"></row> (already implemented)
Title: Re: Skin: color for splitter and separator
Post by: Zacca on April 02, 2010, 03:42:29 pm
In the .19 version or in a future version ??
With or without attribute height it's seem the same
Title: Re: Skin: color for splitter and separator
Post by: nostra on April 02, 2010, 04:01:49 pm
OH, sorry. It seems like this attribute is not working in the current version :/