Thanks! I can’t seem to find syncComponentValidate though. Is it in haxeui?
Well, the way I understood it is that html5 on haxe does not have threads currently. So it’s probably all a big loop. I’d just repeat a part of the loop between processing stuff. It’s probably fine if it’s just UI updates. Perhaps I need to look at lime rendering on something.
I was also thinking of building something like that into showing dialogs with treeviews. Currently it takes a couple of seconds, maybe 5, before the dialog is displayed. But I could maybe write that differentlyso that the table gets created after the dialog is displayed or something.