| View previous topic :: View next topic |
| Author |
Message |
Perry Kappetein Guest
|
Posted: Wed Sep 14, 2005 4:57 pm Post subject: indy 10 missing a lot of option with the NNTP component |
|
|
With the Indy 10 that comes with Delphi2005 or with a upgraded Indy10 in
Delphi
I am mising a lot of components for the NNTP component.
Indy is telling me that it's a fault withthe Delphi completion. So... is
anyone else having this problem? and how to solve
it.
from the indy newsgroup
"That screenshot is missing a lot of things. TIdNNTP has several overloads
of GetNewsgroupList(), GetArticle(), GetBody(), and GetHeader(). None of
those are displayed in the listing you showed."
and
"I can't answer that. Probably a bug in D2005's code completion. "
|
|
| Back to top |
|
 |
Colin Wilson Guest
|
Posted: Wed Sep 14, 2005 11:20 pm Post subject: Re: indy 10 missing a lot of option with the NNTP component |
|
|
Perry Kappetein wrote:
| Quote: | With the Indy 10 that comes with Delphi2005 or with a upgraded Indy10 in
Delphi
I am mising a lot of components for the NNTP component.
|
Client or Server?
I heavily modified the IdNNTPServer component for Indy 10 so that it is
more compliant with the NNTP standards...
http://www.wilsonc.demon.co.uk/d9indycomponents.htm
--
Colin - Author of XanaNews
|
|
| Back to top |
|
 |
Perry Kappetein Guest
|
Posted: Thu Sep 15, 2005 2:57 am Post subject: Re: indy 10 missing a lot of option with the NNTP component |
|
|
The Client..
Can I use the Server then also for getting headers, newsgroups, bodys etc ?
"Colin Wilson" <colin (AT) wilsonc (DOT) demon.co.uk> wrote
| Quote: | Perry Kappetein wrote:
With the Indy 10 that comes with Delphi2005 or with a upgraded Indy10 in
Delphi
I am mising a lot of components for the NNTP component.
Client or Server?
I heavily modified the IdNNTPServer component for Indy 10 so that it is
more compliant with the NNTP standards...
http://www.wilsonc.demon.co.uk/d9indycomponents.htm
--
Colin - Author of XanaNews
|
|
|
| Back to top |
|
 |
Remy Lebeau (TeamB) Guest
|
Posted: Thu Sep 15, 2005 7:06 am Post subject: Re: indy 10 missing a lot of option with the NNTP component |
|
|
"Perry Kappetein" <somewhere (AT) hotmail (DOT) com> wrote
| Quote: | Can I use the Server then also for getting headers, newsgroups, bodys etc
? |
No. The server is for providing newsgroup data to clients. Not for
retreiving data from other servers.
Gambt
|
|
| Back to top |
|
 |
Perry Kappetein Guest
|
Posted: Thu Sep 15, 2005 4:25 pm Post subject: Re: indy 10 missing a lot of option with the NNTP component |
|
|
ok, when I type in the commands it seems to work, but the requested
parameters that it needs, are not working
from all the missing ones the same parameter info is coming up..
how can I make that module to work.. can't inmagine that I am the only one
with this
"Perry Kappetein" <somewhere (AT) hotmail (DOT) com> wrote
| Quote: | With the Indy 10 that comes with Delphi2005 or with a upgraded Indy10 in
Delphi
I am mising a lot of components for the NNTP component.
Indy is telling me that it's a fault withthe Delphi completion. So... is
anyone else having this problem? and how to solve
it.
from the indy newsgroup
"That screenshot is missing a lot of things. TIdNNTP has several
overloads
of GetNewsgroupList(), GetArticle(), GetBody(), and GetHeader(). None of
those are displayed in the listing you showed."
and
"I can't answer that. Probably a bug in D2005's code completion. "
|
|
|
| Back to top |
|
 |
|