Wiadomość Oryginalna
Od: Francois PIETTE <[EMAIL PROTECTED]>
Do: ICS support mailing
Data: Sun, 18 Dec 2005 12:22:54 +0100
Temat: Re: [twsocket] [THTTPCLI] What am i doing wrong? ;-(
> > I've changed .CloseAsync to .Abort and nothing changed :-( Still
got
> > access violation. Access
imply call Abort to make the
component
> stop the work in progress. Then you'll receive an OnRequestDone
just like
> the component had done the operation, checking the status code you
will know
> it failed.
> --
> [EMAIL PROTECTED]
> http://www.overbyte.be
>
>
&
iList everything works fine (but no
timeout then).
Ann
--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://www.elists.org/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be
ashes and sometimes crashes without
closing with "access violation". Any ideas what could possibly be
wrong?
My idea is that when 2 HttpCli components are trying to access
ListView, something bad happens... but not sure if thats the
problem...
Please HELP! :)
Ann
--
To unsubscribe or c
But i need component with async function not some application...
Wiadomość Oryginalna
Od: Angus Robertson - Magenta Systems Ltd <[EMAIL PROTECTED]>
Do: twsocket@elists.org
Data: Fri, 13 May 2005 11:11 +0100 (BST)
Temat: Re: [twsocket] Whois component?
> > Is there any Whois component in
Is there any Whois component in ICS? Client of course...
Ann
--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://www.elists.org/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be
buffer),#1,#1,
#1,datetostr(now),#1,#1);
(procedure finds the substring[0] that contains
DataFromUrl(THttpCli(sender).URL) and changes the values of next
substrings... (if its not #1))
Help?
Ann
--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://www.
- Original Message -
From: "Wilfried Mestdagh" <[EMAIL PROTECTED]>
To: "ICS support mailing"
Sent: Tuesday, May 03, 2005 2:08 PM
Subject: Re[2]: [twsocket] Little question... TList of HTTPCli
> Hello Ann,
>
> Yes. What you also can do is:
>
yes but im not asking about sender but how do i find this sender in tlist of
components...
do i have to make something like this or is there easier way?
for i:=0 to list.item.count-1 do
begin
if list.item[i] = sender then this_is_the_one?
break;
end;
- Original Message -
From: "Fra
Hello ;-) It's me again...
Just one little question...
When i have a TList of busy HTTPCli'ents how do i know which one should i
remove on OnRequestDone event?
Thank you,
Ann
--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://www.elists.org/mailma
- Original Message -
From: "Dan" <[EMAIL PROTECTED]>
To: "ICS support mailing"
Sent: Saturday, April 30, 2005 12:29 AM
Subject: Re: [twsocket] Redirection? [HTTPCli]
> >
> > If i would like to make some exploit, i would use socks, not htttp.
> >
>
> Haha, funniest mailing list post
- Original Message -
From: "Francois Piette" <[EMAIL PROTECTED]>
To: "ICS support mailing"
Sent: Friday, April 29, 2005 8:54 AM
Subject: Re: [twsocket] Redirection? [HTTPCli]
> > Ok... i got follow redirection Enabled but it doesn't do what i thought
it
> > should do. I got a site... s
- Original Message -
From: "Bob Herbst" <[EMAIL PROTECTED]>
To: "ICS support mailing"
Sent: Friday, April 29, 2005 4:11 PM
Subject: RE: [twsocket] Redirection? [HTTPCli]
> Francois,
>
> I wrote the following this morning, to some person making the same/similar
> question on using ICS H
Ok... i got follow redirection Enabled but it doesn't do what i thought it
should do. I got a site... site with loading animation... But HTTPCli does
not show the site after loading but only the loading state... :-( What can i
do with that?
Thank you!
Ann
--
To unsubscribe or change
Whats the buffer size od HTTPCli? When im using strpas(buffer) in OnDocData
event... is there any way to predict if the single buffer is full doc data
or not?
Thank you!
Ann
--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://www.elists.org/mailman/listinfo
ngList:=TStringList.Create;
> THTTPCli(Sender).RcvdStream.Seek(0,soBeginning);
> StringList.LoadFromStream(THTTPCli(Sender).RcvdStream);
> //Use StringList...
> Stringlist.Free;
>
> You are getting the access violation because you didnt allocate the stream
> before starting the reque
I don't really know what to do with TMemoryStream... i need TStringList ...
the site isn't that big, so it should be any problem... But i still don't
know how do i convert the recived stream to TStringList... ;-(
- Original Message -
From: "Francois Piette" <[EMAIL PROTECTED]>
To: "ICS su
- Original Message -
From: "Arno Garrels" <[EMAIL PROTECTED]>
To: "ICS support mailing"
Sent: Monday, April 18, 2005 7:52 AM
Subject: Re: Re[4]: [twsocket] Multithreaded http...
>Ann wrote:
> But how do i convert it to StringList ?
>OT, but t
But how do i convert it to StringList ?
- Original Message -
From: "Wilfried Mestdagh" <[EMAIL PROTECTED]>
To: "ICS support mailing"
Sent: Sunday, April 17, 2005 10:38 PM
Subject: Re[4]: [twsocket] Multithreaded http...
> Hello Ann,
>
> in On request
- Original Message -
From: "Marco van de Voort" <[EMAIL PROTECTED]>
To: "ICS support mailing"
Sent: Sunday, April 17, 2005 9:05 PM
Subject: Re: Re[2]: [twsocket] Multithreaded http...
> > you are ritght because working with float is more CPU. But GetTickCount
> > roll over every 49 day
ally know how to get the result... I have OnRequestDone... but
how do i get the request result?
Thank you very much for your patience.
Ann
--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://www.elists.org/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be
delphi and i really need
it...
Desperaited Ann...
- Original Message -
From: "Francois Piette" <[EMAIL PROTECTED]>
To: "ICS support mailing"
Sent: Thursday, April 14, 2005 9:58 AM
Subject: Re: [twsocket] Multithreaded http...
> > because there are a
22 matches
Mail list logo