Re: Event handling problems in spite of Blocking (General questions)
Thanks for your efforts, Drazen, hope to hear from
you soon again re: probable fixes.
For executing next method while Blocking = True.
You shouldn't execute methods from within event code move your code from 'Connected' event to just after calling 'Connect' method.
Calling the ListDir after Connect (in e.g. the
button-click event handler) was my first approach, which
didn't work that well. I'll try again anyway, i.e. move
the code out of the Connected-event again.
Thanks,
Tobias
Complete thread:
- Event handling problems in spite of Blocking - condev1972, 2006-05-14, 17:34
- Re: Event handling problems in spite of Blocking - wodDrazen, 2006-05-14, 20:18
- Re: Event handling problems in spite of Blocking - condev1972, 2006-05-14, 21:13
- Re: Event handling problems in spite of Blocking - wodDrazen, 2006-05-14, 22:46
- Re: Event handling problems in spite of Blocking - condev1972, 2006-05-14, 22:53
- Re: Event handling problems in spite of Blocking - wodDrazen, 2006-05-14, 23:22
- Re: Event handling problems in spite of Blocking - condev1972, 2006-05-15, 15:38
- Re: Event handling problems in spite of Blocking - wodDrazen, 2006-05-14, 23:22
- Re: Event handling problems in spite of Blocking - condev1972, 2006-05-14, 22:53
- Re: Event handling problems in spite of Blocking - wodDrazen, 2006-05-14, 22:46
- Re: Event handling problems in spite of Blocking - condev1972, 2006-05-14, 21:13
- Re: Event handling problems in spite of Blocking - wodDrazen, 2006-05-14, 20:18