I have an application, which I made into an extension. It is great to access internal application data. The down side is that this application is computation intensive and takes a few minutes to complete its task. in the mean time, the UI is "frozen". windows, and panels do not refresh.
- I would like the advantages to data exchange of an c++ extention but the independence of execution that Popen offers. What alternatives do I have?
- can I create an event of my extension when action(s) are required?
please help,
karl