> Anyway, I would like to close this enhancement. What I absolute need
> is to decide about how add the new parameters.
> I spoke about the problemd with sets and VFI, i.e. Visual Form
> Inheritance. Should I explain what kind of problem is?
> Do you know how VFI works?
I know how VFI works and I
> 1. I am not sure I understand the difference between "Local Addr" and
> "Addr" on the twsocket component. I am guessing that one of them (probably
> Local Addr) is the IP address that the component is bound to and the other
> address is the IP address we are sending to?
Yes it is.
> 2. How t
Hello Friends,
1. I am not sure I understand the difference between "Local Addr" and
"Addr" on the twsocket component. I am guessing that one of them (probably
Local Addr) is the IP address that the component is bound to and the other
address is the IP address we are sending to?
2. How to find
On 23-Aug-05 19:39:00 Angus Robertson - Magenta Systems Ltd wrote:
>> About recent discussion of HttpCli changes, I made a reply (on topic)
>> to three people: Angus, Guillaume and Francois.
>> I received my posts and see they in the archive of elists, but I never
>> get a reply and none are prese
On 23-Aug-05 19:54:50 Francois PIETTE wrote:
>I haven't noticed any problem with the list.
>I have noticed that it is very difficult to have people actively
>participating in development :-((
>Unfortunately, most people here are interested in using ICS but not
>developping it. Sometimes it is easi
I haven't noticed any problem with the list.
I have noticed that it is very difficult to have people actively
participating in development :-((
Unfortunately, most people here are interested in using ICS but not
developping it. Sometimes it is easier to put new stuff in a release to have
feedback
> About recent discussion of HttpCli changes, I made a reply (on topic)
> to three people: Angus, Guillaume and Francois.
> I received my posts and see they in the archive of elists, but I never
> get a reply and none are present in the archive.
> Is it a problem of the ML or all want drop the di
About recent discussion of HttpCli changes, I made a reply (on topic) to three
people: Angus, Guillaume and Francois.
I received my posts and see they in the archive of elists, but I never get a
reply and none are present in the archive.
Is it a problem of the ML or all want drop the discussion?
Hi Dan, now it is working good !
About the Speed, yes, there is a problem there. I set up 10KB for Up and Dw
and I got exactly 20KB :) the double.
I will try to check the code (but if you know where start finding the error
please tell me). Look my logs:
Executing Requested Command
> PASV
< 227
Hello Dan,
> I've had a look at the smatters throttling code but I think it needs your
> socket code to be in a separate thread.
Yes you right, the code from Davie is for use in a thread.
---
Rgds, Wilfried
http://www.mestdagh.biz
--
To unsubscribe or change your settings for TWSocket mailing
I think I've fixed the bug with the connection closing before all data is
received. However, I am now getting strange throttling speeds, whereas in
the past it was always throttled at the correct speed. Maybe I have
accidentally changed something in the throttling code or maybe my FTP client
Hello Snake,
You are typecasting the server as your clientclass instead of the
client. It should be:
procedure TFrmTest.ServClientConnect(Sender: TObject; Client: TWSocketClient;
Error: Word);
begin
// TWSockClient(Sender).MyEvent := Test; // wrong
TWSockClient(Client).MyEvent := Test; //
12 matches
Mail list logo