Re: Disabling an application during a file save?
- From: Hans-Peter Diettrich <DrDiettrich1@xxxxxxx>
- Date: Mon, 09 Oct 2006 23:50:46 +0200
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
.
- Follow-Ups:
- Re: Disabling an application during a file save?
- From: Rob Kennedy
- Re: Disabling an application during a file save?
- References:
- Disabling an application during a file save?
- From: Steve
- Disabling an application during a file save?
- Prev by Date: Re: Interface Question
- Next by Date: Re: Disabling an application during a file save?
- Previous by thread: Disabling an application during a file save?
- Next by thread: Re: Disabling an application during a file save?
- Index(es):