I am facing weird issue, on a specific app (TestA) show / hide functionality does not work but the same works on all other apps.
vShow = 1 ( variable )
button > action > set variable , vShow , value = if(vShow=1,0,1)
select any object and have condion on show as vShow =1
variable value changes btwn 1 and 0 when iclick on button, but object does not hide.
Treid the same thing on diff apps works fine. Is there any setting do i need uncheck to make it work. it is very frustracting, as i got to implement this on a important app.