clic buffer

  • Thread starter Thread starter Romain TAILLANDIER
  • Start date Start date
R

Romain TAILLANDIER

Hi group

I have a form containing controls, and a Process button wich do something.
during the process all the controls are Disabled(Enabled = false), the form
itself is enabled (Enabled= true).
when the process ends, all the controls come back (Enabled = true).

during this process time, if the user clic everywhere nothing append. But
when the UI come back, all the clicks appends, and sometimes my app crash.
so my client is angry (why he clic every where, i ask ....), and my boss
very angry :)

Why the clics are bufferised ?
is it normal ?
how can i do ?

thanks
 
Yeah... it looks like they cache unprocessed messages...
Here's an idea. Try to place all your controls on a Panel and disable and
enable just the Panel.
 
Yeah... it looks like they cache unprocessed messages...
Here's an idea. Try to place all your controls on a Panel and disable and
enable just the Panel.

How can i catch the unprocessed messages me too ?
and process them (or delete) before they upset me ?

Why the hell they cache this messages ?

thanks
ROM
 
Back
Top