Re: Event handling problems in spite of Blocking - WeOnlyDo Discussion board

Re: Event handling problems in spite of Blocking (General questions)

by condev1972, Sunday, May 14, 2006, 22:53 (6582 days ago) @ wodDrazen

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: