GUI Guider bug report
Hello all,
The customer (original cases #00374019 and #00374024 in SFDC) reports a bugs in
the GUI Guider software. Below is the customer's messages.
"See the attached figure.
When LINE CAP = butt is set in "arc" widgets, the edge display of Active (white) becomes a straight line.
However, the edge display of Backgroud (yellow) remains round. Is this a bug?
* Because the semicircle remains yellow at the start position.
This time, the customer wants to use a straight line both inside and outside the curve.
By the way, the latest version of Gui Guider is 1.1.0.
In the previous 1.0.0, it was a straight line as intended on the GUI, but when it was displayed on the Simulator and the actual board, it became a circle."
"Regarding Gui Guider, if the line is thickened as shown in the attachment, the display will be misaligned on the Simulator and GUI.
Is this a bug?
* The left is the layout on the GUI, and the right is the display on the Simulator.
The customer's environment is as follows.
· MCU to be used
I.MX RT1064
· GUI Guider
Version 1.1.0-GA
· Windows
Windows 10 pro
Version 1909
System type
64-bit operating system, x64-based processor
· MCUXpresso IDE
V11.3.1 [build 5262] [2021-04-02]
· SDK_2x_EVK-MIMRT1064
Version 2.9.2
Manifest Version 3.8.0
So, can someone please check/fix the issues above?
Best Regards,
Artur
Solved! Go to Solution.
The two bugs are fixed in GUI Guider v1.2.0 release, the new version can be downloaded from https://www.nxp.com/design/software/development-software/gui-guider:GUI-GUIDER.
The two bugs are fixed in GUI Guider v1.2.0 release, the new version can be downloaded from https://www.nxp.com/design/software/development-software/gui-guider:GUI-GUIDER.
Hi Artur,
Please see my comments of the 2 issues.
1. “LINE CAP = butt” of arc widget only applies for the edge display of Active part, the edge display of Background doesn’t apply.
This is a bug of GG, we will fix it in next release, the following line can be added in setup_scr_screen.c to workaround the issue, please replace the first parameter with actual widget name.
lv_obj_set_style_local_line_rounded(ui->screen_arc_1, LV_ARC_PART_BG, LV_STATE_DEFAULT, 0);
2. When the line is thickened, the display will be misaligned on the Simulator and GUI.
This is a bug of GG, it will be fixed in new GG release.
Best Regards,
Zhenhua