TOOLTIP_DISMISS_DELAY

Hi

Is this property valid for the NGClient? Is there a maximum value?
My tooltips only open for about 5s. Of course I set this property on solution open.
I tried:

application.putClientProperty(APP_UI_PROPERTY.TOOLTIP_DISMISS_DELAY, 9000);

Thanks and regards

Yes, this property is valid for all clients (also see https://wiki.servoy.com/display/public/ … MISS_DELAY).

I am not sure what the maximum value is, but that should be easy to test. What happens if you lower this number to “1000”? Are the tooltips then showing less than 5 seconds?

Hi Vincent

Thank you for the response. Actually, 1000 is not applied either. How can this be made working?

application.putClientProperty(APP_UI_PROPERTY.TOOLTIP_DISMISS_DELAY, 1000);

Other properties work fine:

application.putClientProperty(APP_UI_PROPERTY.VALUELIST_MAX_ROWS, 200);

Thanks for help and regards

If it is not working, then it most probably is a bug.

Could you please create a case for this (http://support.servoy.com)?

Thanks!

Hi Vincent

I did create a case.

Kind regards