Hello,
I'm struggling with the WriteObject(tStaticText,X,X) command (Visi genie - Gen4 uLCD 70 display)
I want to hide or display a staticText depending on Input state.
I use WriteObject(tStaticText,23, -1); to hide the text and WriteObject(tStaticText,23,1); to display it.
On startup, it works fine but once the text is displayed, It is no anymore hidden with the WriteObject(tStaticText,23, -1) .
I found out that if I switch on another form and come back, then the text disappear ! (without any further code ...)
It seems as if the WriteObject(tStaticText,23, -1) function is only took into account when updating the form ...
Thanks a lot for your help !
I'm struggling with the WriteObject(tStaticText,X,X) command (Visi genie - Gen4 uLCD 70 display)
I want to hide or display a staticText depending on Input state.
I use WriteObject(tStaticText,23, -1); to hide the text and WriteObject(tStaticText,23,1); to display it.
On startup, it works fine but once the text is displayed, It is no anymore hidden with the WriteObject(tStaticText,23, -1) .
I found out that if I switch on another form and come back, then the text disappear ! (without any further code ...)
It seems as if the WriteObject(tStaticText,23, -1) function is only took into account when updating the form ...
Thanks a lot for your help !
Comment