I am building a Java application that runs inside a Calc macro, but it takes too much time to finish. The Calc window locks during the execution, and it does not refresh.
I have looked up in the api project, and there is a solution that invokes MS Windows controls, and forces the window to refresh, but I need a solution that works on Linux too. I can detect the system the application is running under, so if theres a windows and a linux solution, i can implement both. thanks.
