Author Topic: Skin: color for splitter and separator  (Read 10336 times)

0 Members and 1 Guest are viewing this topic.

Offline Zacca

  • User
  • ***
  • Posts: 117
    • View Profile
Skin: color for splitter and separator
« 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

Offline nostra

  • Administrator
  • *****
  • Posts: 2852
    • View Profile
    • Personal Video Database
Re: Skin: color for splitter and separator
« Reply #1 on: March 01, 2010, 01:35:14 am »
OK
Gentlemen, you can’t fight in here! This is the War Room!

Offline nostra

  • Administrator
  • *****
  • Posts: 2852
    • View Profile
    • Personal Video Database
Re: Skin: color for splitter and separator
« Reply #2 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 :(
« Last Edit: March 23, 2010, 02:27:01 pm by nostra »
Gentlemen, you can’t fight in here! This is the War Room!

Offline Zacca

  • User
  • ***
  • Posts: 117
    • View Profile
Re: Skin: color for splitter and separator
« Reply #3 on: March 23, 2010, 01:54:52 pm »
for me is ok  ;D thanks

Offline Zacca

  • User
  • ***
  • Posts: 117
    • View Profile
Re: Skin: color for splitter and separator
« Reply #4 on: April 01, 2010, 12:12:08 pm »
Sorry but what i mean is to make the separator trasparent
to use it like spacer.

Offline nostra

  • Administrator
  • *****
  • Posts: 2852
    • View Profile
    • Personal Video Database
Re: Skin: color for splitter and separator
« Reply #5 on: April 01, 2010, 02:30:29 pm »
why don't you want to use <spacer> ???
Gentlemen, you can’t fight in here! This is the War Room!

Offline Zacca

  • User
  • ***
  • Posts: 117
    • View Profile
Re: Skin: color for splitter and separator
« Reply #6 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

Offline nostra

  • Administrator
  • *****
  • Posts: 2852
    • View Profile
    • Personal Video Database
Re: Skin: color for splitter and separator
« Reply #7 on: April 01, 2010, 07:54:05 pm »
Sorry, but I don't get it. Post some sample code.
Gentlemen, you can’t fight in here! This is the War Room!

Offline Zacca

  • User
  • ***
  • Posts: 117
    • View Profile
Re: Skin: color for splitter and separator
« Reply #8 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

Offline Zacca

  • User
  • ***
  • Posts: 117
    • View Profile
Re: Skin: color for splitter and separator
« Reply #9 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

Offline nostra

  • Administrator
  • *****
  • Posts: 2852
    • View Profile
    • Personal Video Database
Re: Skin: color for splitter and separator
« Reply #10 on: April 01, 2010, 09:27:23 pm »
Oh, OK, I'll height attribute to the spacer.
Gentlemen, you can’t fight in here! This is the War Room!

Offline Zacca

  • User
  • ***
  • Posts: 117
    • View Profile
Re: Skin: color for splitter and separator
« Reply #11 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>

Offline nostra

  • Administrator
  • *****
  • Posts: 2852
    • View Profile
    • Personal Video Database
Re: Skin: color for splitter and separator
« Reply #12 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)
Gentlemen, you can’t fight in here! This is the War Room!

Offline Zacca

  • User
  • ***
  • Posts: 117
    • View Profile
Re: Skin: color for splitter and separator
« Reply #13 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

Offline nostra

  • Administrator
  • *****
  • Posts: 2852
    • View Profile
    • Personal Video Database
Re: Skin: color for splitter and separator
« Reply #14 on: April 02, 2010, 04:01:49 pm »
OH, sorry. It seems like this attribute is not working in the current version :/
Gentlemen, you can’t fight in here! This is the War Room!

 

anything