table borderstyle not correctly represented in generated source file

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

table borderstyle not correctly represented in generated source file

ソリューションへジャンプ
311件の閲覧回数
PragmaLab
Contributor II

LS,

In my tables I want a top- and bottom line drawn for each row. For that I select in GuiGuider 1.7:

PragmaLab_0-1710845358879.png

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

0 件の賞賛
1 解決策
295件の閲覧回数
WenbinYuan
NXP Employee
NXP Employee

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:

WenbinYuan_0-1710903313434.png

 

BR,

Wenbin

元の投稿で解決策を見る

0 件の賞賛
1 返信
296件の閲覧回数
WenbinYuan
NXP Employee
NXP Employee

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:

WenbinYuan_0-1710903313434.png

 

BR,

Wenbin

0 件の賞賛