 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
chen weifu Guest
|
Posted: Tue Nov 18, 2003 9:53 am Post subject: How can i close the form? |
|
|
Hi
In the example: Delphi5DemosFastNetFtpftpdemo.dpr
After connect the FTP server, I clicked(one or two times) the <List> button
of the tab File/Directory, sometimes the below StatusBar display "Beginning
Data Transfer",in this case I always can not close the form.
In my project, I place a TNMFTP component on the form, after I call
procedure list(sometimes success), the program blocked, and I could not
close the form.
Why? Could you help me? Thank you!
Chen Weifu
|
|
| Back to top |
|
 |
Remy Lebeau (TeamB) Guest
|
Posted: Tue Nov 18, 2003 7:32 pm Post subject: Re: How can i close the form? |
|
|
"chen weifu" <chenwf (AT) chase-science (DOT) com> wrote
| Quote: | In my project, I place a TNMFTP component on the form, after I
call procedure list(sometimes success), the program blocked, and I
could not close the form.
|
Sounds like the component is blocked waiting for a response from the server,
and thus the form is not processing new messages until the component
unblocks itself.
The Fastnet components are buggy and poorly designed to begin with. I would
suggest you change to a different component, such as the one in Indy
(http://www.indyproject.org) or ICS (http://www.overbyte.be) instead.
Gambit
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|