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, 21:13 (6582 days ago) @ wodDrazen

Hello Drazen,
glad to hear from you again.

As noted in my initial message, I am indeed using the current
version 2.5.7.220.


I did as you mention in your process chapter (only difference is that I fill Memo with listing entries) in Delphi5.
After that connect to FileZilla Server and execute ListDir Method under Connected Event while Blocking = True.
Application that I run listed RemotePath every time and there is no problem at all.

I did add Application.ProcessMessages; within my code
after ListDir which seems to have fixed the issue with
the Connect, RemotePath, ListDir commands (in that order).

Shall I understand your answer in that way, that I do
*not* have to wait for the OnDone event before calling
the next method?

I have still problems with the GetFile method which still
most of the time does not transfer the file or does not
allow to load the downloaded file afterwards. As a specialty,
the downloaded files are only 4 bytes of size, maybe that
matters.

Thanks and looking forward to hearing from you again.

Regards,
Tobias


Complete thread: