Re: [twsocket] [THTTPCLI] What am i doing wrong? ;-(

2005-12-18 Thread Ann
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

Re: [twsocket] [THTTPCLI] What am i doing wrong? ;-(

2005-12-18 Thread Ann
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 > > &

[twsocket] [THTTPCLI] What am i doing wrong? ;-(

2005-12-18 Thread Ann
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

[twsocket] HTTPCli.GetAsync problem.

2005-09-09 Thread Ann
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

Re: [twsocket] Whois component?

2005-05-13 Thread Ann
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

[twsocket] Whois component?

2005-05-13 Thread Ann
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

[twsocket] What am i doing wrong? [HttpCli]

2005-05-04 Thread Ann
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.

Re: Re[2]: [twsocket] Little question... TList of HTTPCli

2005-05-03 Thread Ann
- 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: >

Re: [twsocket] Little question... TList of HTTPCli

2005-05-03 Thread Ann
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

[twsocket] Little question... TList of HTTPCli

2005-05-03 Thread Ann
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

Re: [twsocket] Redirection? [HTTPCli]

2005-04-30 Thread Ann
- 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

Re: [twsocket] Redirection? [HTTPCli]

2005-04-29 Thread Ann
- 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

Re: [twsocket] Redirection? [HTTPCli]

2005-04-29 Thread Ann
- 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

[twsocket] Redirection? [HTTPCli]

2005-04-28 Thread Ann
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

[twsocket] HttpCli buffer size...

2005-04-22 Thread Ann
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

Re: Re[4]: [twsocket] Multithreaded http...

2005-04-20 Thread Ann
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

Re: Re[4]: [twsocket] Multithreaded http...

2005-04-20 Thread Ann
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

Re: Re[4]: [twsocket] Multithreaded http...

2005-04-20 Thread Ann
- 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

Re: Re[4]: [twsocket] Multithreaded http...

2005-04-17 Thread Ann
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

Re: Re[2]: [twsocket] Multithreaded http...

2005-04-17 Thread Ann
- 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

Re: [twsocket] Multithreaded http...

2005-04-17 Thread Ann
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

Re: [twsocket] Multithreaded http...

2005-04-17 Thread Ann
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