GUI Guider - tabview bug

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

GUI Guider - tabview bug

Jump to solution
3,163 Views
lbt-bkkim
Contributor I
There is an issue with the tabview.

- Environment
    * OS: Windows
    * GUI-Guider: 1.3.1-GA
    * LVGL: v8.0

There is a problem in calculating the x,y of lv_obj_set_pos according to the tab_pos of lv_tabview_create(parent, tab_pos, tab_size).
There is no problem when used as LV_DIR_TOP, but for other values, the Guider screen and the Simulator screen are different.

How can we solve this problem?
0 Kudos
1 Solution
3,143 Views
zhenhualuo
NXP Employee
NXP Employee

Hi, 

This is a bug of GUI Guider v1.3.1, it will be fixed in GUI Guider v1.4.0 in this July. 

The workaround is to add custom code(lv_obj_set_pos(...)) in custom/custom.c source file to adjust the position.

Best Regards, 

Zhenhua

View solution in original post

0 Kudos
5 Replies
2,782 Views
RR4711
Contributor I

Any Updates on the V1.40 release date or a beta version?

0 Kudos
2,777 Views
zhenhualuo
NXP Employee
NXP Employee

Current plan is to release v1.4.0 on 29/July, there is no plan for beta release. 

0 Kudos
2,995 Views
RR4711
Contributor I

Do you by chance have a beta version with the bug fixed? I'm working on a project with deadline beginning of June and I need this bug fixed preferably before July....

0 Kudos
3,131 Views
lbt-bkkim
Contributor I

Thank you for reply. I hope this is fixed in GUI Guider v1.4.0.

0 Kudos
3,144 Views
zhenhualuo
NXP Employee
NXP Employee

Hi, 

This is a bug of GUI Guider v1.3.1, it will be fixed in GUI Guider v1.4.0 in this July. 

The workaround is to add custom code(lv_obj_set_pos(...)) in custom/custom.c source file to adjust the position.

Best Regards, 

Zhenhua

0 Kudos