Commit Graph

11 Commits

Author SHA1 Message Date
kevin
c77fd9a0a0 ui.js : Removed dead code. Added 'attach' msg handler to indicate when the initial UI creation was complete.
Changed main() to allow experimenting with offscreen UI creation via createDocumentFragment().
2024-01-06 09:00:14 -05:00
kevin
a708d37541 preset_sel/js/ui.js : Handle UI 'cache' message. 2023-05-19 22:14:48 -04:00
kevin
cf024fe85d html/preset_sel/ui.js: Clear UI when socket disconnected. 2022-12-17 17:50:29 -05:00
kevin
13bc47389b html/preset_sel/index.html, js/ui.js : The main app. div is now created rather than statically constructed.
Fixed bug where the values of numbers without min/max ranges were not updated correctly.
Fixed bug where elements with 'order' attribute were not ordered correctly when created.

Signed-off-by: kevin <kevin@larke.org>
2022-12-13 20:54:56 -05:00
kevin
1557b65072 js/ui.js : Added error message when the parent element is not found in ui_create() 2022-05-21 09:27:42 -04:00
kevin
10652f1b45 html/preset_sel/js/ui.js : ws_on_open() now sends 'init' message via ws_send() rather than directly via '_ws'. 2022-05-14 10:23:58 -04:00
kevin
f381a44c3c cwUI.h/cpp,ui.js,ui.css : Added 'corrupt' message. 2021-12-29 21:43:56 -05:00
kevin
4201d33b74 html/preset_sel : many changes and additions 2021-12-27 20:33:45 -05:00
kevin
b139562cb7 cwIoPresetSelApp.cpp : Added fragment ordering, selection, deletion. 2021-11-14 13:11:11 -05:00
kevin
15f64c7493 cwUi.h/cpp: Added findNewElementUuId( h, parentUuid, ... )
Added use of eleTypePropertyA[] in cwUi.cpp - div's can now pass arbitrary element attributes.
2021-11-05 22:21:25 -04:00
kevin
7a01d29210 cwIoPresetSelApp, cwPianoScore: Initial commit. 2021-11-01 10:28:44 -04:00