Hi,
I'm developing a plugin for Adobe InDesign CS5 which performs some time-consuming calculations. The thing is that I need to refresh some ControlView from time to time during the calculation (so that the user sees updated information and don't gets too bored..).
Somehow, to simply call view->Hide(); view->Show(kTrue); within the calculation does not work for some reason, while it does work at the end (I'm not sure if Hide/Show is the way one should refresh a view, played around with the other member functions but didn't find anything helpful..).
Anybody has an idea or a hint?
Thanks & kind regards