svghmi/widget_dropdown.ysl2
2022-05-25 Edouard Tisserant SVGHMI: fix dropdown widget in case it is used as language selection widget
2021-09-20 Edouard Tisserant SVGHMI: Add TextList widget, add support for TextList in DropDown widget, move List, TextStyleList and TextList widget code in dedicated file with documentation. wxPython4
2021-05-18 Edouard Tisserant SVGHMI: WIP on Widget DnD UI : Added documentation to widgets, that is injected in widget parse tree during widget analysis svghmi
2021-05-02 Edouard Tisserant SVGHMI: In order to allow widget signature and description to coexist in same ysl2 file, introduced widget_class, widget_defs to declare widget codegen templates and gen_index_xhtml to mark templates that are only usefull in gen_index_xhtml.xslt. svghmi
2021-02-09 Edouard Tisserant SVGHMI: HMI:DropDown:#langs@lang now automatically shows human readable list of languages. tests/svghmi_i18n updated accordingly. svghmi
2021-02-09 Edouard Tisserant SVGHMI: Prevent Dropdown widget to mak exception whe value out of range svghmi
2021-01-05 Edouard Tisserant SVGHMI: Jump widget: switch to class based declaraion, and add some TODO comments to prepare for jump to relative page being selected through a DropDown widget. svghmi
2020-12-17 Edouard Tisserant SVGHMI: added dropdown selection highlighting and fixed scrolling so that it doesn't miss any entry while jumping from one page to the other. svghmi
2020-12-16 Edouard Tisserant SVGHMI: change scroll buttons into single unicode triangle and center them. Use highlight rectangle duplicated and hidden to catch selection clicks so that the whole row is clickable. svghmi
2020-12-15 Edouard Tisserant SVGHMI: DropDown widget now using new class based style svghmi
2020-08-24 Edouard Tisserant SVGHMI: removed debug code forgotten here and there. svghmi
2020-08-04 Edouard Tisserant SVGHMI: More JS code refactoring : change_hmi_value and apply_hmi_value now methods of widget class. svghmi
2020-08-03 Edouard Tisserant SVGHMI: add get_idx(index) to widget objects to factorize a bit code repeated accross widgets. To be continued. svghmi
2020-04-16 Edouard Tisserant SVGHMI: HMI:DropDown: more documentation. svghmi
2020-04-15 Edouard Tisserant SVGHMI: Comments in HMI:DropDown source code svghmi
2020-04-14 Edouard Tisserant SVGHMI: HMI:DropDown menu aligns to selected when opening svghmi
2020-04-14 Edouard Tisserant SVGHMI: When clicking outside of opened HMI:DropDown box, close it. svghmi
2020-04-14 Edouard Tisserant SVGHMI: Fix HMI:DropDown flicker on close. svghmi
2020-04-14 Edouard Tisserant SVGHMI: HMI:DropDown now temporarily takes content from widget's arguments, until HMI:List is implemented. svghmi
2020-04-14 Edouard Tisserant SVGHMI: Connect HMI:DropDown to value in HMI Tree, in svghmi test as well. svghmi
2020-04-14 Edouard Tisserant SVGHMI: HMI:DropDown element is brought in front when opened, so that it isn't occulted by other widgets at the same level. svghmi
2020-04-14 Edouard Tisserant SVGHMI: HMI:DropDown now catches all clicks when open svghmi
2020-04-14 Edouard Tisserant SVGHMI: Add button element to HMI:DropDown, also fix problem with computed box margins. svghmi
2020-04-14 Edouard Tisserant SVGHMI: HMI:DropDown now scrolls forward and backward svghmi
2020-04-13 Edouard Tisserant SVGHMI: progress on HMI:DropDown - now selects some value on click, and close svghmi
2020-04-12 Edouard Tisserant SVGHMI: HMI:DropDown work in progress, intermediate commit. Now menu's rectangle grows up to viewport borders. svghmi
2020-04-09 Edouard Tisserant SVGHMI: intermediate commit while working on dropdown widget. svghmi