Re: [twsocket] Sending font styles and colors over network

2014-12-06 Thread François Piette
am building a chat system and I want to send basic text chat with font size/font color/font styles for each user am doing this via strings and sending to server and back to client but I noticed after a while and when more then a few users are typing the text chat becomes unstable and

Re: [twsocket] TWSocket Digest, Vol 591, Issue 4

2014-12-06 Thread Markus Humm
Am 06.12.2014 13:00, schrieb twsocket-requ...@lists.elists.org: procedure TLobbyServer.SocketServerDataAvailable(Sender: TObject; ErrCode: Word); begin if ErrCode 0 then Exit; with Sender as TWSocketClient do begin RunCommand(ReceiveStr, Sender as TWSocketClient); end; end;

Re: [twsocket] Sending font styles and colors over network

2014-12-06 Thread Simon Lewis
Thanks for the tips and information, is there any time that shows the correct way of implementing this ?, and am always looking for better more stable ways of sending and receiving data from sockets. Thanks -Original Message- From: Simon Lewis Sent: Saturday, December 06, 2014 11:18