Discussion:
Mouse click not fired
(too old to reply)
kyy8080
2012-12-11 01:35:46 UTC
Permalink
English



German



Russian






Hi all,
i have a problem with VB form. The form window must collect the measurement data and output it in chart. The measured data are processed in an loop and will be finished on button click. But it looks as if the event does not fire. Only if the user clicks on button 2-3 times, the form window is finally getting event. I use DoEvents already in loop. Any idea?
Thanks in advance
















































English



German



Russian







i have a problem with VB form. The form window has to collect the measurement data and output it in chart. The measured data are processed in an infinite loop when you are finished on the button must clickt measurement. But the form not always react on events. Only when the user clicks on two-three times button, the form window is finally getting event. Loop in itself, I have already installed DoEvents. Any idea?
Thanks in advance
Deanna Earley
2012-12-11 09:05:01 UTC
Permalink
Post by kyy8080
Hi all,
i have a problem with VB form. The form window must collect the
measurement data and output it in chart. The measured data are
processed in an loop and will be finished on button click. But it
looks as if the event does not fire. Only if the user clicks on
button 2-3 times, the form window is finally getting event. I use
DoEvents already in loop. Any idea?
Thanks in advance
Do you need to actually click multiple times or is it just slow to
respond to a single click?
Ideally, the long process would be on another thread, but as it's not
particularly easy to do this in VB6, you will need to have more frequent
DoEvents calls and exit checks.
--
Deanna Earley (***@icode.co.uk)
i-Catcher Development Team
http://www.icode.co.uk/icatcher/

iCode Systems

(Replies direct to my email address will be ignored. Please reply to the
group.)
Auric__
2012-12-11 14:09:32 UTC
Permalink
kyy8080 wrote:

[snip 65 lines of nothing, "English", "German", & "Russian"]
Post by kyy8080
Hi all,
i have a problem with VB form. The form window must collect the
measurement data and output it in chart. The measured data are processed
in an loop and will be finished on button click. But it looks as if
the event does not fire. Only if the user clicks on button 2-3 times,
the form window is finally getting event. I use DoEvents already in
loop. Any idea?
Thanks in advance
[snip another 64 lines of nothing, "English", "German", & "Russian"]
Post by kyy8080
i have a problem with VB form. The form window has to collect the
measurement data and output it in chart. The measured data are processed
in an infinite loop when you are finished on the button must clickt
measurement. But the form not always react on events. Only when the user
clicks on two-three times button, the form window is finally getting
event. Loop in itself, I have already installed DoEvents. Any idea?
Thanks in advance
What. The. Fuck.

What in the hell did you do to make your post so... unusual?
--
- You really are smart.
- I prefer to think of it as lacking common nonsense.
Loading...