LS,
In my tables I want a top- and bottom line drawn for each row. For that I select in GuiGuider 1.7:
checking the generated code, I always read:
lv_obj_set_style_border_side(ui->DevicesWindow_DevicesTable, LV_BORDER_SIDE_FULL, LV_PART_ITEMS|LV_STATE_DEFAULT);
As you can see, the style is always LV_BODER_STYLE_FULL
This set_style_border_side() seems new in 1.7? Is it tested and can anyone tell me what to do to get the proper border style in the generated file?
Thanks,
Rob
已解决! 转到解答。
Hi @PragmaLab,
I have test this issue in GUI Guider V1.7.0-GA and it works well for table border side of Main part and Items part.
Could you please check if the correct part border attribute has been set? Because the screenshot you attached looks like the border attribute of Main part and you want set the border side for Items part.
The Items part is like:
BR,
Wenbin
Hi @PragmaLab,
I have test this issue in GUI Guider V1.7.0-GA and it works well for table border side of Main part and Items part.
Could you please check if the correct part border attribute has been set? Because the screenshot you attached looks like the border attribute of Main part and you want set the border side for Items part.
The Items part is like:
BR,
Wenbin