2018-12-17, 15:52
Goodmorning,
I wanted today to use a variable to change the default "radiobutton" images that are included into default.xml
I tried with the use of a variable so after the <textureradiofocus>$VAR[BUTTONRADIO] but without any success.
The texture path is defined inside the include file in the most simple way i think:
<variable name="BUTTONRADIO">
<value>path/file.png</value>
</variable>
but with those information instead of see the image that i defined i don't see the texture at all
obviously the main point is to make use of conditions in order to display a different image if the criteria are true.
Some suggestion?
Thanks in advance
I wanted today to use a variable to change the default "radiobutton" images that are included into default.xml
I tried with the use of a variable so after the <textureradiofocus>$VAR[BUTTONRADIO] but without any success.
The texture path is defined inside the include file in the most simple way i think:
<variable name="BUTTONRADIO">
<value>path/file.png</value>
</variable>
but with those information instead of see the image that i defined i don't see the texture at all
obviously the main point is to make use of conditions in order to display a different image if the criteria are true.
Some suggestion?
Thanks in advance