Hi,
I've been looking at making some edits to the singer lists and need some help.
Although I think the ones I've downloaded are very well designed, I would like to increase the size of the fonts.
I don't really understand XML, but have managed to mess around with a few things, but I am really confused the following:
width="1920-160-120-30" - Why 4 numbers - what do they mean?
<pos x="+140+120+10" y="+60"/> - Again why 3 numbers and what does the + mean?
I don't mind doing a bit of reading and learning if anyone can point me in the right direction.
Also on a similar subject - Where is the "Venue Name" used and can this be added to the singers list?
Thanks in advance for any help
I've been looking at making some edits to the singer lists and need some help.
Although I think the ones I've downloaded are very well designed, I would like to increase the size of the fonts.
I don't really understand XML, but have managed to mess around with a few things, but I am really confused the following:
width="1920-160-120-30" - Why 4 numbers - what do they mean?
<pos x="+140+120+10" y="+60"/> - Again why 3 numbers and what does the + mean?
I don't mind doing a bit of reading and learning if anyone can point me in the right direction.
Also on a similar subject - Where is the "Venue Name" used and can this be added to the singers list?
Thanks in advance for any help
Inviato Sat 21 Nov 20 @ 7:59 pm
metalguru1972 wrote :
width="1920-160-120-30" - Why 4 numbers - what do they mean?
Its just basic math.. sometimes placing elements with math makes things easy. For example if 2nd element is 180px to left of first you'd just add +180 in the position X element etc
width="1920-160-120-30" - or - width="1610"
Same thing ;-)
metalguru1972 wrote :
on a similar subject - Where is the "Venue Name" used and can this be added to the singers list?
karaoke_venue_name as action should get the venue.
<textzone >
<pos x="400" y="500"/>
<size width="120" height="19"/>
<text size="14" color="" align="" weight="" action="karaoke_venue_name "/>
</textzone>
https://www.virtualdj.com/wiki/Skin%20SDK%20Textzone.html
Inviato Sat 21 Nov 20 @ 8:15 pm