Hi, I have a fault, where the first item added to a container (in this case a tab's page) is not responding to the lv_obj_set_pos() call. I have traced into the library and it does get changed but then gets reset by signals to the parent...
How can I use that page in lv_obj_set_click(lv_page_get_scrl(obj), false) function call? 3 Is that documented? As for me it is obvious that when we have an object, here it is ddlist, and we want to disable the clicking of the object than we are disabling the ddlist and not...
We read every piece of feedback, and take your input very seriously. Include my email address so I can be contacted Cancel Submit feedback Saved searches Use saved searches to filter your results more quickly Cancel Create saved search Sign in Sign up Reseting focus {...
We read every piece of feedback, and take your input very seriously. Include my email address so I can be contacted Cancel Submit feedback Saved searches Use saved searches to filter your results more quickly Cancel Create saved search Sign in Sign up Reseting focus {...
(lvgl_files, LV_LIST_STYLE_SCRL, &lv_style_transp_tight);lv_page_set_style(lvgl_files, LV_LIST_STYLE_SB, &style_sb);lv_list_set_style(lvgl_files, LV_LIST_STYLE_BTN_REL, &style_btn_rel);lv_list_set_style(lvgl_files, LV_LIST_STYLE_BTN_PR, &style_btn_pr); }//Play zone{/...
static void refr_btn_width(lv_obj_t *list) { return; lv_style_t *style = lv_list_get_style(list, LV_LIST_STYLE_BG); lv_style_t *style_scrl = lv_obj_get_style(lv_page_get_scrl(list)); lv_coord_t w = lv_obj_get_width(list); lv_coord_t btn_w = w - (style->body....
case LV_THEME_TABVIEW_PAGE: list = lv_obj_get_style_list(obj, LV_PAGE_PART_SCROLLABLE); _lv_style_list_add_style(list, &styles->tabview_page_scrl);break; #endif#if LV_USE_TILEVIEW case LV_THEME_TILEVIEW: list = lv_obj_get_style_list(obj, LV_TILEVIEW_PART_BG);...