Is there a way to change the font size of the Playtime and the Playlist:
In VDJ7 i can change the foldericons. Is there a way to change the foldericons in VDJ8?
In VDJ7 i can change the foldericons. Is there a way to change the foldericons in VDJ8?
Inviato Sun 25 May 14 @ 6:34 am
what skin do you use?
Inviato Sun 25 May 14 @ 5:35 pm
DJ-Elliot wrote :
Is there a way to change the font size of the Playtime and the Playlist:
In VDJ7 i can change the foldericons. Is there a way to change the foldericons in VDJ8?
In VDJ7 i can change the foldericons. Is there a way to change the foldericons in VDJ8?
Anny Ideas how to change this? Actually i'm using the VirtualDJ 8 Soft Gold Skin.
Inviato Tue 27 May 14 @ 7:30 am
Can someone explain how to change this?
Inviato Sat 31 May 14 @ 3:01 am
As far as I know yes you have to make a customicones and add same lines to the xml check the skin blackshiphd I believe. open the xml and scroll down until you find the browser section. If is not the one look up for the newest skin for vdj 8 one of them is made with customicons
Inviato Tue 10 Jun 14 @ 3:11 pm
DJ-Elliot wrote :
Is there a way to change the font size of the Playtime and the Playlist:
Okay I've find a way to add some custom Icons. But how can i change the Fontsize of PLAYLIST and Playtime?
Inviato Mon 23 Jun 14 @ 2:16 am
The only solution is to change the size of all the menus!
Edit the xlm file, search the word "regbrowser" and change the font size value on the 2 browsers (regbrowser and bigbrowser)
[...]
<fontsearch size="16"/>
<font size="16" />
<fontheader size="16" />
<fontgridtitle size="16" />
[...]
Edit the xlm file, search the word "regbrowser" and change the font size value on the 2 browsers (regbrowser and bigbrowser)
[...]
<fontsearch size="16"/>
<font size="16" />
<fontheader size="16" />
<fontgridtitle size="16" />
[...]
Inviato Mon 23 Jun 14 @ 7:32 am
Dodge57 wrote :
[...]
<fontsearch size="16"/>
<font size="16" />
<fontheader size="16" />
<fontgridtitle size="16" />
[...]
[...]
<fontsearch size="16"/>
<font size="16" />
<fontheader size="16" />
<fontgridtitle size="16" />
[...]
These options do not change the size of "Playliste" & "Playtime". I'm looking for a way to change the fontsize of these two elements.
Inviato Fri 27 Jun 14 @ 4:45 am
I suggest sending an email to djtouchdan or djdad. They would know.
Inviato Fri 27 Jun 14 @ 6:20 am
I haven't been able to find the code to directly influence those text lines - i think they are relative to the overall font size.
But i did try this code:
The i used the font size buttons to minimize to the lowest - the still kept every legible but did make those options bigger.
Obviously your screen resolution will determine how high you can go on your font size. Mine is 1920x1080 but a smaller resolution could use bigger font sizes.
You will need to replace the existing <browser> element with the code above.
EDIT: on second thoughts i'm not convinced that change it either. I think it is purely linked to the screen resolution. Maybe djdad knows different.
But i did try this code:
<browser>
<pos x="12" y="560"/>
<size width="1897" height="508"/>
<fontsearch size="16"/>
<font size="26" />
<fontheader size="16" />
<fontgridtitle size="16" />
</browser>
The i used the font size buttons to minimize to the lowest - the still kept every legible but did make those options bigger.
Obviously your screen resolution will determine how high you can go on your font size. Mine is 1920x1080 but a smaller resolution could use bigger font sizes.
You will need to replace the existing <browser> element with the code above.
EDIT: on second thoughts i'm not convinced that change it either. I think it is purely linked to the screen resolution. Maybe djdad knows different.
Inviato Fri 27 Jun 14 @ 6:32 am
Thanks for the information! I have tested it and I've found that the value <font size="26" /> must be changed.
Unfortunately, i can not change the value for "Playlist" and "Playtime" individually. This would be a suggestion for improvement!
Unfortunately, i can not change the value for "Playlist" and "Playtime" individually. This would be a suggestion for improvement!
Inviato Sun 29 Jun 14 @ 4:06 pm
Yup I can confirm it would be nice, especially when showing the sideview in a confined space.
Of course the height of the header line would decrease according to font size !
Of course the height of the header line would decrease according to font size !
Inviato Mon 30 Jun 14 @ 6:13 am