Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all
Do you know is it possible to hide / unhide the statusbox with a button?
When I remember right there must be something with variables 0/1 and set value (button)
But I'm not sure and my trial doesn't work, I also don't know where to put the variable at the statusbox....mmmmh???
Hope you can help, thx
Oliver
Alt + Ctr +v
add variable
then add a button (hide)
in button properties
add action
external -> set variable
give your variable name and value (0)
then care other button (show)and same procedure value (1)
now you need to change properties of your statusbox
layout tab
check conditional show
and give expression if(var1=1,1,0)
Thanks
BKC
Alt + Ctr +v
add variable
then add a button (hide)
in button properties
add action
external -> set variable
give your variable name and value (0)
then care other button (show)and same procedure value (1)
now you need to change properties of your statusbox
layout tab
check conditional show
and give expression if(var1=1,1,0)
Thanks
BKC
Hi Oliver,
simple example attached, similar to the last post.
Andy
Hi all
so far so good, but how or where can I define which element I want to hide (my statusbox)?
I cannot find something like "conditional show" in the layout tab, also not in properties of my status box
Thanks for your help
Oliver
got it 🙂
Thank you very much for your help!
Cheers
Oliver