Re: SocketServer and a Java applet listener

2005-08-29 Thread google
Steve Horsley schreef: > [EMAIL PROTECTED] wrote: > > Steve Horsley schreef: > > > > > >>Probably the same problem. If you didn't send a 2 byte length > >>indicator first, then java's readUTF() will have tried to > >>interpret the first 2 bytes that you did actually send as the > >>string length,

Re: SocketServer and a Java applet listener

2005-08-29 Thread Steve Horsley
[EMAIL PROTECTED] wrote: > Steve Horsley schreef: > > >>Probably the same problem. If you didn't send a 2 byte length >>indicator first, then java's readUTF() will have tried to >>interpret the first 2 bytes that you did actually send as the >>string length, and may well simply be waiting patient

Re: SocketServer and a Java applet listener

2005-08-28 Thread google
Steve Horsley schreef: > [EMAIL PROTECTED] wrote: > > Dear newsgroup, > > > > I give up, I must be overseeing something terribly trivial, but I can't > > get a simple (Java) applet to react to incoming (python) SocketServer > > messages. > > > > Without boring you with the details of my code (on

Re: SocketServer and a Java applet listener

2005-08-27 Thread Steve Horsley
[EMAIL PROTECTED] wrote: > Dear newsgroup, > > I give up, I must be overseeing something terribly trivial, but I can't > get a simple (Java) applet to react to incoming (python) SocketServer > messages. > > Without boring you with the details of my code (on request available, > though), here is w

SocketServer and a Java applet listener

2005-08-24 Thread google
Dear newsgroup, I give up, I must be overseeing something terribly trivial, but I can't get a simple (Java) applet to react to incoming (python) SocketServer messages. Without boring you with the details of my code (on request available, though), here is what I do : I have a TCPServer and BaseRe