-
-
Notifications
You must be signed in to change notification settings - Fork 828
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG]The component color cannot be displayed correctly when blink stops. #1260
Comments
Hi, can you share a project example please? |
Does this help you you can see the Problem in the 0_0_0_Main_Screen window |
It uses fuxa server variables as test parameters. Because fuxa server parameters cannot modify two field variables at the same time. Reproduce using the same ERR parameter in the test demo.
|
Hi, Thanks for the report. we fix it as soon as possible |
hi, @unocelli @Pelikan-71-57-1, Thank you very much. Good job. Looking forward to the release of the new repaired version. |
I’m going to close this as resolved. let me know if you have any issues. |
hi, @unocelli |
Describe the bug
There are two fields, VALUE and ERR.
The field of VALUE controls the display color of components (such as rectangles), and the field of ERR controls the blink action of the components.
When its VALUE=0, set the color of the component to green. When its VALUE=1, set the color of the component to red.
When its ERR=1, set the component to blink, the blink color is between yellow and blue.
To Reproduce
Steps to reproduce the behavior:
set VALUE=0 and ERR=0. the color of the component is green, and the component does not blink.
set VALUE=0 and ERR=1. the component blinks.
set VALUE=1 and ERR=0. the component stops blink, but the color of the component is green, not red.
See error
Expected behavior
at step of No.3.
when set VALUE=1 and ERR=0. the component stops blink, the color of the component should be red.
Screenshots
If applicable, add screenshots to help explain your problem.
Environment
The text was updated successfully, but these errors were encountered: