controller.enabled = false controller.enabled = false

I use this to disable the userinterface during some lengthy processes.

However I noticed that actions are remembered and executed after this.

I have an issue with this since the buttons are disabled they just shouldn’t do anything…

Doing an application.updateUI() before you enable the buttons again will solve your problem. (this will handle all old (click) events ,which bounce of still disabled buttons)

Thanks Jan, exactly what I was looking for…

VelocityReport_test.servoy (348 KB)