Hi,
I have a couple of lengthy searches in my solution that just freezes everything on UI, which I know is normal but it is a difficult for the user to know ‘what is going on’ I would like to give some visual indication that a search is being performed using the jprogress dialog in indeterminate mode but it too freezes is there a way to stop this from happening, or executing a search in the background??
Hi Phil,
You should try to use application.updateUI().
To have a more out-of-the-box solution you could trial our progress plug-in.
More information available at http://www.it2be.com/plugins.htm#progress
Hi Phil,
You may want to check out the sample code included in the Java for Servoy Developers whitepaper located at http://java-servoy.blogspot.com/. JProgress is used as an example.
Hi,
You also can check out for the Busy Plugin in the Servoy Forum too.
It’s really Great.
Thanks for all your help guys, I will have a look