I use lv_cont on v7
I want to manual position objects (attached to a parent) and they can be hide/disabled together, moved in the screen…
Or is it better to create an object as a parent?
I use lv_cont on v7
I want to manual position objects (attached to a parent) and they can be hide/disabled together, moved in the screen…
Or is it better to create an object as a parent?
If you are manually positioning objects, there is no reason I can think of to use lv_cont
in v7 (and you can safely use lv_obj
in v8).
Thanks! and how do I disable an object so it will not be displayed? (looks it changed in v8)
I think I can use
lv_obj_add_flag( obj, LV_OBJ_FLAG_HIDDEN );