Initial fixes are in. Alignment bug fixed, though I think I wrote it the way I did because doing the right thing didn't work on some platforms so I need to test that. Grid lines now pick up the same color as the the text. Unfortunately, if the theme is changed while the program is running, the background gets updated but none of the content changes so I need to detect and handle that event.
If anybody wants to hear me talk about teaching roasting classes, rant about bad laptop designs, and the stuff that I'm working on fixing next in Typica, here you go: https://video.typica.us/videos/watch/5758e6e0-cc6c-4841-b097-56acb5120573
The fun thing about ECMAscript is the language spec says the host environment can inject whatever it wants into the root context so if you have control over the engine and the default stuff isn't quite cutting it for your application, you write what you need in a more suitable language and you can still use script to hook the pieces together.
Of course, it's a free software project so in the unlikely event (it hasn't happened in the >decade it's been available) that someone wants to work on something else, I will, of course, gladly accept quality patches (and maybe even not so quality patches that look like I can fix them up without too much hassle).
Typica 1.9.1 is now officially released. There's already work toward 1.9.2 in the development branch on https://code.typica.us/neal/Typica/src/branch/development
Priorities for 1.9.2 include changes that make it easier to recover from data entry errors without having to know SQL, improving the appearance of Typica on Linux in the presence of HiDPI screens and non-default themes, and improvements related to the use of Modbus RTU based control systems.
I'd very much like to have that out before the end of the year.
Author of Typica software for coffee roasters.