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

2005-12-18 Thread Ann
Wiadomość Oryginalna Od: Francois PIETTE [EMAIL PROTECTED] Do: ICS support mailing twsocket@elists.org 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

[twsocket] HTTPCli.GetAsync problem.

2005-09-09 Thread Ann
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 change your settings for TWSocket mailing list please

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

2005-05-04 Thread Ann
,#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.elists.org

[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/mailman/listinfo

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 twsocket@elists.org 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: i := List.IndexOf(Sender

Re: [twsocket] Redirection? [HTTPCli]

2005-04-30 Thread Ann
- Original Message - From: Dan [EMAIL PROTECTED] To: ICS support mailing twsocket@elists.org 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

Re: [twsocket] Redirection? [HTTPCli]

2005-04-29 Thread Ann
- Original Message - From: Francois Piette [EMAIL PROTECTED] To: ICS support mailing twsocket@elists.org 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

[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 your

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

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

2005-04-20 Thread Ann
,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 request. Dan. - Original Message - From: Ann [EMAIL PROTECTED] To: ICS support

Re: [twsocket] Multithreaded http...

2005-04-17 Thread Ann
really need it... Desperaited Ann... - Original Message - From: Francois Piette [EMAIL PROTECTED] To: ICS support mailing twsocket@elists.org Sent: Thursday, April 14, 2005 9:58 AM Subject: Re: [twsocket] Multithreaded http... because there are alot of records to check, i wanted

Re: [twsocket] Multithreaded http...

2005-04-17 Thread Ann
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: 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 twsocket@elists.org Sent: Sunday, April 17, 2005 10:38 PM Subject: Re[4]: [twsocket] Multithreaded http... Hello Ann, in On requestDone: THttpCli(Sender