Hello - I look for the formula to display the year on my personal skin. Thank you in advance for your response.
geposted Sat 08 Aug 15 @ 10:26 am
Look here http://www.virtualdj.com/wiki/VDJscript_verbs_v8.html
When the page loads, use your web browser to search for year.
When the page loads, use your web browser to search for year.
geposted Sat 08 Aug 15 @ 10:57 am
get_year
get_loaded_song 'year'
get_browsed_song 'year' (for the focused track of Browser)
For skins these need to be used as ..
<textzone>
<text action="get_year"/> or <text format="Year `get_year`"/> or <text action="get_text 'Year : `get_year`'"/>
</textzone>
If by Year you mean the current date/year e.g. Aug 8 2015, then its not possible.
get_loaded_song 'year'
get_browsed_song 'year' (for the focused track of Browser)
For skins these need to be used as ..
<textzone>
<text action="get_year"/> or <text format="Year `get_year`"/> or <text action="get_text 'Year : `get_year`'"/>
</textzone>
If by Year you mean the current date/year e.g. Aug 8 2015, then its not possible.
geposted Sat 08 Aug 15 @ 12:28 pm
I'm just looking to show the year of birth being in "editor tag" not the current date. Thank you.
The line does not : <textfont="Arial" size="24" color="#9898FB" weight="bold" align="center" format="%year"/>
The line does not : <textfont="Arial" size="24" color="#9898FB" weight="bold" align="center" format="%year"/>
geposted Sat 08 Aug 15 @ 1:01 pm
maybe because you miss a space there ? <text font and not <textfont ?
Also i dont think there is %year to use for format. http://www.virtualdj.com/wiki/SkinSDK7.html
You need to use one of the ways mentioned in my previous post
Also i dont think there is %year to use for format. http://www.virtualdj.com/wiki/SkinSDK7.html
You need to use one of the ways mentioned in my previous post
geposted Sat 08 Aug 15 @ 3:27 pm
Hello Djdad - thank you for all your information in my previous post I misspoke. I followed your advice and it has run the first time.
still a great appreciation for the speed of the board.
(traducteur Google)
still a great appreciation for the speed of the board.
(traducteur Google)
geposted Sat 08 Aug 15 @ 6:52 pm