You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm facing an issue with text data representation in Fuxa. When I display a string, for example, "hello everyone" on the interface, and later update it to a shorter string like "potato," the new string doesn't fully replace the old one. Instead, it overlaps, resulting in something like "potatoveryone."
It seems the new string isn't clearing out the previous one entirely before being redrawn. Has anyone encountered this issue or knows how to ensure the string is completely cleared before the new one is displayed?
In case is usefull information, Im using OPCUA with an Schenider PLC
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello everyone,
I'm facing an issue with text data representation in Fuxa. When I display a string, for example, "hello everyone" on the interface, and later update it to a shorter string like "potato," the new string doesn't fully replace the old one. Instead, it overlaps, resulting in something like "potatoveryone."
It seems the new string isn't clearing out the previous one entirely before being redrawn. Has anyone encountered this issue or knows how to ensure the string is completely cleared before the new one is displayed?
In case is usefull information, Im using OPCUA with an Schenider PLC
Thank you!
C.
Beta Was this translation helpful? Give feedback.
All reactions