Re: Disabling an application during a file save?



Steve wrote:

Some of the buttons call a procedure which writes some data to disk.
This process occasionally takes a few seconds. Is there a way to
prevent any other buttons/actions being acting on while it's saving?

That's already the normal behaviour. As long as you don't call ProcessMessages in an event handler, no other events can occur during execution of the handler.

DoDi
.


Quantcast