I don’t know what you are asking. I assume you are executing the blocking call on the background thread and not the FX thread. The normal UI interaction is to use an indeterminate progress visual when you are doing something that could last some arbitrary amount of time, and a determinate progress visual when you are some determined amount through some task (such as downloading bytes). |