Re: [twsocket] Proxy Authentication Problem

2007-03-15 Thread Marcelo Grossi
Please ignore this thread! The user has been able connected to our server. Aparently he had to put the domain name before the username to make it work. Cheers, Marcelo Grossi - Original Message - From: Marcelo Grossi [EMAIL PROTECTED] To: twsocket@elists.org Sent: Thursday, March 15

Re: [twsocket] Freeze when using smtp after recreating itsparentform

2006-12-11 Thread Marcelo Grossi
MySendMailForm := TMySendMailForm.Create(params..); etc... . end; Regards, Marcelo Grossi My final remark was that I normally have the form as a procedure variable as it is not needed to be defined outside the buttonclick event and maybe that also solves your issue. I

Re: [twsocket] Acess Violation - TCustomWSocket

2006-12-04 Thread Marcelo Grossi
Anyone has any idea on this? Best regars, Marcelo Grossi - Original Message - From: Marcelo Grossi [EMAIL PROTECTED] To: twsocket@elists.org Sent: Friday, December 01, 2006 10:20 AM Subject: [twsocket] Acess Violation - TCustomWSocket Hello everyone, There is this weird AE

Re: [twsocket] Drawing server bandwidth chart (OT)

2006-11-01 Thread Marcelo Grossi
Hi, I use TChart component included in Delphi. Seems very good to me. Cheers, Marcelo Grossi - Original Message - From: Fastream Technologies [EMAIL PROTECTED] To: ICS support mailing twsocket@elists.org Sent: Wednesday, November 01, 2006 3:35 AM Subject: [twsocket] Drawing server

Re: [twsocket] How to handle a failed CWD with FTPClient...

2006-10-10 Thread Marcelo Grossi
command with the a\b\c\d HostDirName ... I'm shooting in the dark here, for I don't use FTPs much and never used the ICS FTP Client, but it's worth a try ... Regards, Marcelo Grossi - Original Message - From: rick cusimano [EMAIL PROTECTED] To: twsocket@elists.org Sent: Tuesday, October 10

Re: [twsocket] Documentation? (was - Re: POSTing images to a server)

2006-08-30 Thread Marcelo Grossi
completed. While in PostAsync you will get the processing back almost instantly after the PostAsync command. Marcelo Grossi - Original Message - From: Mohit Sindhwani [EMAIL PROTECTED] To: ICS support mailing twsocket@elists.org Sent: Wednesday, August 30, 2006 12:38 PM Subject

Re: [twsocket] Documentation? (was - Re: POSTing images to a server)

2006-08-30 Thread Marcelo Grossi
Didn´t know that! Winsock've always been a black box to me :) Thanks for the clarification, Marcelo Grossi Asynchron behaviour is not achieved by using any additional thread!! Instead ICS uses non blocking winsock API in combination with window messages. -- To unsubscribe or change your

Re: [twsocket] List() method?

2006-08-22 Thread Marcelo Grossi
I don't have any persnoal experience with the FTPCli but it does look alright. Ps.: Have in mind that your process is gonna get blocked on the ICSFTP.Get till the dl is finished. Marcelo Grossi - Original Message - From: Clay Shannon [EMAIL PROTECTED] To: 'ICS support mailing

Re: [twsocket] List() method?

2006-08-21 Thread Marcelo Grossi
The answer lies in your code :) ICSFTP.LocalFileName := 'C:\Misc\FilesInHostDir.txt'; --- Whener you do a Get(), this is the place to look for the downloaded files. Cheers, Marcelo Grossi - Original Message - From: Clay Shannon [EMAIL PROTECTED] To: 'ICS support mailing' twsocket

Re: [twsocket] Implementing STUN, RFC3489

2006-08-15 Thread Marcelo Grossi
processed - oh, you can remove all the processed packets from the Packet List to save resources). Just an idea, please correct me if I'm wrong. Marcelo Grossi - Original Message - From: Arno Garrels [EMAIL PROTECTED] To: ICS support mailing twsocket@elists.org Sent: Tuesday, August 15, 2006 2

Re: [twsocket] AN: Google Search Interface

2006-08-14 Thread Marcelo Grossi
Hi, are there any requirement for running the app? I can open it all right but after some seconds I get a Windows Send Report kindah error Very interesting tool, I'd like to test it ... Cheers, Marcelo Grossi - Original Message - From: David A. G. [EMAIL PROTECTED] To: TWsocket

[twsocket] Connection SPY

2006-08-09 Thread Marcelo Grossi
Hi, Do you guys know any program that traces a connection to see if its blocked (firewall/proxy) and indicate where it is being blocked? To use where PING is blocked (so no TRACERT)? Thanks in advance, Marcelo Grossi -- To unsubscribe or change your settings for TWSocket mailing list

Re: [twsocket] Connection SPY

2006-08-09 Thread Marcelo Grossi
Sorry about the out of topicness. Marcelo Grossi - Original Message - From: Francois Piette [EMAIL PROTECTED] To: ICS support mailing twsocket@elists.org Sent: Wednesday, August 09, 2006 10:19 AM Subject: Re: [twsocket] Connection SPY Do you guys know any program that traces

Re: [twsocket] HttpCli UTF-8 Coding Issue

2006-07-21 Thread Marcelo Grossi
to do now is find a UTF-8 to ASCII converter (by aproximation of course) or build one (wich I was already doing). Anyways, thanks to all of you folks that took some time to answer me! Really apreciate it! Marcelo Grossi - Original Message - From: Francois PIETTE [EMAIL PROTECTED] To: ICS

Re: [twsocket] HttpCli UTF-8 Coding Issue

2006-07-21 Thread Marcelo Grossi
... the rest) Thanks a bunch, but I really can't find anything in that Jedi ... their online help system even work? Marcelo Grossi - Original Message - From: Robert Chafer [EMAIL PROTECTED] To: ICS support mailing twsocket@elists.org Sent: Friday, July 21, 2006 10:45 AM Subject: Re: [twsocket

Re: [twsocket] HttpCli UTF-8 Coding Issue

2006-07-21 Thread Marcelo Grossi
String, check the Font you are using to display it...) Cheers, Marcelo Grossi - Original Message - From: Marcelo Grossi [EMAIL PROTECTED] To: ICS support mailing twsocket@elists.org Sent: Friday, July 21, 2006 11:22 AM Subject: Re: [twsocket] HttpCli UTF-8 Coding Issue More precisely

[twsocket] HttpCli UTF-8 Coding Issue

2006-07-20 Thread Marcelo Grossi
property of THttpCli making the retrieved page look so strange? Or the problem lies somewhere else far beyond my little knowledge? Please help! :'( Best regards, Marcelo Grossi -- To unsubscribe or change your settings for TWSocket mailing list please goto http://www.elists.org/mailman

Re: [twsocket] HttpCli UTF-8 Coding Issue

2006-07-20 Thread Marcelo Grossi
? Cheers, Marcelo Grossi - Original Message - From: Robert Chafer [EMAIL PROTECTED] To: ICS support mailing twsocket@elists.org Sent: Thursday, July 20, 2006 2:30 PM Subject: Re: [twsocket] HttpCli UTF-8 Coding Issue It depends on how you interpret the characters you are downloading

Re: [twsocket] HttpCli UTF-8 Coding Issue

2006-07-20 Thread Marcelo Grossi
? :'( Because I trully don't believe that Mozilla Firefox is parsing that kind of data. It even doesn't respect the same amount of bytes per char ...). I don't get it.. Me stupid!!! 8/ Thank you for your time, Marcelo Grossi - Original Message - From: Francois PIETTE [EMAIL PROTECTED] To: ICS

Re: [twsocket] HttpCli in v5 - Different Encoding Perhaps?

2006-07-17 Thread Marcelo Grossi
, Marcelo Grossi - Original Message - From: Jean-Paul Passama [EMAIL PROTECTED] To: ICS support mailing twsocket@elists.org Sent: Friday, July 14, 2006 7:19 PM Subject: Re: [twsocket] HttpCli in v5 - Different Encoding Perhaps? Hi Marcello, These characters seem to be in UTF-8 code. JP

[twsocket] HttpCli in v5 - Different Encoding Perhaps?

2006-07-14 Thread Marcelo Grossi
to be? Thanks in advance, Marcelo Grossi -- 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] Can't Resolve Hostname to IP Address!

2006-06-27 Thread Marcelo Grossi
The user has installed a program called RealSecure Desktop Protector. Probably this is the one ... gonna run some tests :-( Cheers - Original Message - From: Borosnyay Péter [EMAIL PROTECTED] To: ICS support mailing twsocket@elists.org Sent: Tuesday, June 27, 2006 1:12 PM Subject: Re:

Re: [twsocket] smtpclient error

2006-06-23 Thread Marcelo Grossi
Probably nothing. See the header on the SmtpClient for the changes made in the versions. An explanation about the removal of ShareMode should be there. The ICS guys are very 'clean' :) Cheers, Marcelo Grossi - Original Message - From: kaythorn [EMAIL PROTECTED] To: twsocket

Re: [twsocket] MailSnd demo problem

2006-06-16 Thread Marcelo Grossi
Hi Chris, This is clearly a Firewall issue. Disable Windows Firewall and any other programas that may be blocking internet access to your application. The software fails before it tries to send any frames to anything. Clear firewall blocking access case. Marcelo Grossi

Re: [twsocket] 64-Bit Processors Issue

2006-06-12 Thread Marcelo Grossi
); -- Contribute to the SSL Effort. Visit http://www.overbyte.be/eng/ssl.html -- [EMAIL PROTECTED] http://www.overbyte.be - Original Message - From: Marcelo Grossi [EMAIL PROTECTED] To: ICS support mailing twsocket@elists.org Sent: Friday, June 09, 2006 10:58 PM Subject: Re: [twsocket

Re: [twsocket] 64-Bit Processors Issue

2006-06-12 Thread Marcelo Grossi
one has, the higher the probability is, to forget the above. Colleagues, NEVER forget it ! I wish good luck for everyone ! Cheers, Peter On Fri, 09 Jun 2006 22:58:14 +0200, Marcelo Grossi [EMAIL PROTECTED] wrote: Hello again folks, I managed to fix the bug I told you guys about

Re: [twsocket] 64-Bit Processors Issue

2006-06-09 Thread Marcelo Grossi
, Marcelo Grossi - Original Message - From: Arno Garrels [EMAIL PROTECTED] To: ICS support mailing twsocket@elists.org Sent: Friday, June 09, 2006 8:24 AM Subject: Re: [twsocket] 64-Bit Processors Issue Marcelo Grossi wrote: Hello again, I'm new to this list and since I've been

[twsocket] 64-Bit Processors Issue

2006-06-08 Thread Marcelo Grossi
number os 64-bit users. And I really like your component (a lot). Thanks for the attention, Marcelo Grossi Hello, I'm not entirely sure this is a problem related to ICS but since I could not narrow down another possibility I decided to check up on this list to see if anyone else has

[twsocket] ICSv5 + AMD64 - Problem

2006-06-07 Thread Marcelo Grossi
over again. Is there any known issue regarding this? If so, are there any workarounds or fixes? Any information would be much apreciated. Regards, Marcelo Grossi -- To unsubscribe or change your settings for TWSocket mailing list please goto http://www.elists.org/mailman/listinfo/twsocket