RetroFE forums

Artwork & Layouts => Help => Topic started by: JuanMi73 on September 15, 2023, 05:23:20 PM

Title: External variables
Post by: JuanMi73 on September 15, 2023, 05:23:20 PM
Hello Pieter, I stored a variable in collection\settings.conf or collection\info.com like this.
var = 400

With this code can print on the screen.
<reloadableText type="var" x="500" y="500" fontSize="30" alpha="1" menuScrollReload="true" layer="19"></reloadableText>

But can't use to change the position (yes, this will never work).
<reloadableText type="collectionIndexSize" x="var" y="500" fontSize="30" alpha="1" menuScrollReload="true" layer="19"></reloadableText>

Is there another way to do it?
Thanks.
Title: Re: External variables
Post by: sonkers on August 05, 2024, 04:05:01 PM

In the documentation there are variables