Displaying different graphics from the value of the variable. #1597
Unanswered
TomaszDEBICA
asked this question in
Q&A
Replies: 2 comments
-
@TomaszDEBICA you could use hide in the actions or create a dynamic widget with all your graphics, note the graphics will have to be SVG see https://github.com/frangoteam/FUXA/wiki/HowTo-Widgets |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi, Thank you for your suggestion. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone,
I'm looking for a simpler way to display graphics.
I have a variable that takes values 0,1,2,3
When the value is 0 I need to display graphic A
When the value is 1 I need to display graphic B
etc
I'm currently doing this on 4 graphics to which separate variables are connected and I control transparency. It's a bit complicated..
Do you know a simpler way to do this?
Thanks for your help.
Beta Was this translation helpful? Give feedback.
All reactions