<@UBLEQB51A> I think you're looking for the onDock...
# tornadofx
c
@beepdog I think you're looking for the onDock() function on the main View of your TornadoFX application. In pure JavaFX terms, this is the OnShown handler added to the main Stage. All of the UI controls are available so you can interact with a progress bar while your data asynchronously loads.
👍 1