What do you want to achieve?
The checkbox fun “lv_checkbox_set_text(obj, _(“xxx”))” not in the “ui_Page_screen_relocalize()”!!!
Why…
And maybe there is more other type like _(“xxx”) not in the “ui_Page_screen_relocalize()”, so it just can not be use. Your own testing is not comprehensive
And, DO NOT use “lv_obj_is_vaid()” in the output ui files!!!
Why every update of squareLine bring many new problems…
What have you tried so far?
Screenshot or video
Others
- SquareLine Studio version:
- Operating system:
- Target hardware:
I tried 1.5.2 also, its changed too much, mainly is put all event cb funs into screen src files, and that against our way of using the output ui, you see, our project strictly follows the structure and organization of the ui directory exported by squareLine. This change requires us to make major changes of our project…
After almost a whole day to find the effect of the changing of ui directory exported by squareLine to our proj, and result is the 1.5.2 and 1.5.3 full of changes and bugs, just can’t use
I see this issue on 1.6.1 with my project. At the very least, I see these missing from relocalize:
- lv_dropdown_set_text
- lv_dropdown_set_options
- lv_roller_set_options
There could be more, I just have too many in my project to look closely. I already have my own relocalize because I started way before this feature was added.