- Attempt to workaround problem reported about empty plc.xml after unrelated crash. Now, if etree model is corrupted in a way tostring() would generate an empty string, exception prevents saving. svghmi 2020-08-31, by Edouard Tisserant
- SVGHMI: JsonTable can now have clickable elements, that trigger a request with extra argument whose content is taken from Json data. svghmi 2020-08-28, by Edouard Tisserant
- Merged svghmi 2020-08-28, by Edouard Tisserant
- SVGHMI: cosmetic fix in test svghmi 2020-08-28, by Edouard Tisserant
- All widgets reworked to use widget class and animate function if needed svghmi 2020-08-18, by usveticic
- SVGHMI: Moved JsonTable/Alarm related test in a separate page. svghmi 2020-08-27, by Edouard Tisserant
- SVGHMI: JsonTable now ignores elements and groups starting with # svghmi 2020-08-27, by Edouard Tisserant
- SVGHMI: Fix keypad : non-number input was always considered invalid because of missing type checking. svghmi 2020-08-27, by Edouard Tisserant
- SVGHMI: JsonTable now updates range and position variables so that slider widget can update. svghmi 2020-08-26, by Edouard Tisserant
- SVGHMI: Fix multiple variable support in widget svghmi 2020-08-26, by Edouard Tisserant
- SVGHMI: Add TODOs in Button widgets. svghmi 2020-08-26, by Edouard Tisserant
- SVGHMI: Alarm test not using Button widget anymore, too many problems. Use Input widget instead to increment value on each click and execute python code on change. svghmi 2020-08-26, by Edouard Tisserant
- SVGHMI: little fix in HMI:Button svghmi 2020-08-25, by Edouard Tisserant
- SVGHMI: JsonTable now use intermediate variables again to address JSON data without duplicating code or referencing. Using intermediate variables also alows to check for availability of data and stop evaluating early if data is missing. Finally added complete roundtrip example to illustrate use of JSonTable to display "alarms" collected in python from changes on PLC boolean variables. svghmi 2020-08-25, by Edouard Tisserant
- SVGHMI: removed debug code forgotten here and there. svghmi 2020-08-24, by Edouard Tisserant