Busy indication using a free plugin!

  1. only dialog box with text
  2. no progress indicator (needs updateUI’s which i do not want to use here)
  3. must close automatically at the end of the method. User does not have to click cancel.
  4. no cancel option

Hmm, in that case you could try the splash plug-in to see if that offers what you want.

IT2Be:

the busy plugin generates a nullpointer exception when you load/fire a webclient.

Is this when you use it in webclient or even when you don’t use it?
When you try to use it in webclient you will have no luck. The glass pane will not work in webclient.

The Progress Plug-in does not work in webclient either btw.

I know, that the busy plugin does not work in webclient, I don’t even touch it in the webclient, but installed, always generate a nullpointer exception (something about loading or unloading)

Is there a way to just set the cursor to busy and not-busy ?

Regards,

Hans

yes, that can be done by plain Java code!

we are experminting with it,
as soon as it is finished, we will publish this here on the forum!

I worked with Paul on developing this Busy plugin, and have updated for Servoy version 4. It is now available on the Servoy Guy site at http://www.servoyguy.com/servoy_components/busy_plugin . This plugin is also open-source.

hi.

Can you guide me on how to implement this? I also have a webclient solution.

Thanks and Regards,
Rogel

You should find plugin and sample solution there

erdione:
You should find plugin and sample solution there
Overview - Busy Plugin - ServoyForge

Sorry about that. I was refering to the progressbar that will work on webclient.

Does the busy plugin work in webclient?

read the wiki: https://www.servoyforge.net/projects/busy/wiki

Thanks!