Re: [twsocket] CliDemo

2007-05-17 Thread Arno Garrels
> I have two problems:- Writing to a memo, line by line is very, very slow. Slows down entire application and you risk to make the GUI not responding. Have you tried to receive into a buffer temporarily the copy bigger chunks to the memo? -- Arno Garrels [TeamICS] http://www.overbyte.be/eng/ove

Re: [twsocket] CliDemo

2007-05-17 Thread KL Chin
: Thursday, May 17, 2007 17:09 To: twsocket@elists.org Subject: [twsocket] CliDemo 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

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