[twsocket] Beta 2006 version

2006-01-16 Thread Gary Stafford
I've just installed Delphi 2006 and am trying to install overbyteIcsDel100package but I keep getting ftpsrv.dcr file not found. As far as I can see this file is not included in the beta version but it is in older versions Thanks for your help Gary -- To unsubscribe or change your

Re: [twsocket] Beta 2006 version

2006-01-16 Thread Gary Stafford
I've taken it from the website. Thanks Gary -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Francois PIETTE Sent: 16 January 2006 16:53 To: ICS support mailing Subject: Re: [twsocket] Beta 2006 version I've just installed Delphi 2006 and am trying to

[twsocket] twsocket Server

2007-04-24 Thread Gary Stafford
Hi, I have an application that creates the data to send over a socket on the fly and would like to have a progress bar that tells me how much data is left to send. So what is the best way to get information about the buffer that is used by Twsocketclient.PutDataInSendBuffer

Re: [twsocket] twsocket Server

2007-04-24 Thread Gary Stafford
Hi Francois, It's not really a problem. The amount of data I send is unknown until I have finished creating it; however I'm sending it over the socket before I've finished creating it. The creation can be faster than the sending so I thought it would be a good idea to show how much data there

Re: [twsocket] twsocket Server

2007-04-24 Thread Gary Stafford
Sounds Promising, Thanks Gary -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Wilfried Mestdagh Sent: 24 April 2007 16:48 To: ICS support mailing Subject: Re: [twsocket] twsocket Server Hello Gary, You can also use OnSendData witch is fired every time

[twsocket] tThrdSrv

2007-04-27 Thread Gary Stafford
Hi, I have an application which is basically a modified version of the tthrdsrv application which works except for the following. In the tTcpSrvForm.WsocketClientConnect (Main Thread) I add a tTabSheet to a tPageControl for each connection which works ok. In

[twsocket] ThrdSrv

2007-05-03 Thread Gary Stafford
I posted a message the other day about how I have a problem using tPageControl and adding tTabSheets at runtime. I'm really just looking for some idea's because I'm stumped. My program uses a modified version of the ThrdSrv demo My program is hanging in:- procedure

Re: [twsocket] ThrdSrv

2007-05-03 Thread Gary Stafford
/overbyte/teamics.html Gary Stafford wrote: I posted a message the other day about how I have a problem using tPageControl and adding tTabSheets at runtime. I'm really just looking for some idea's because I'm stumped. My program uses a modified version of the ThrdSrv demo My

[twsocket] ThrdSrv

2007-05-15 Thread Gary Stafford
Hi Due to the threaded nature of the thrdSrv demo. What is the best way to implement a disconnect a client at the server end? I also need to implement a disconnect All clients button at the server end? Thanks Gary -- To unsubscribe or change your settings for TWSocket mailing

[twsocket] CliDemo

2007-05-17 Thread Gary Stafford
HI All, I have a modified version of the Clidemo. My ThrdSrv streams objects to my Clidemo which recreates them on the fly. As I receive them I display information in the displaymemo and write them to a DBISAM database which works if I run it from the IDE. I have two problems:-