Re: [Pgui-devel] Problem with pgAppMessage's

2001-11-23 Thread Christian Grigis
Hello, On Thu, Nov 22, 2001 at 10:19:29PM -0700, Micah Dowty wrote: > Ok, I just got this bug fixed. The event queue in pgserver was not correctly > storing the data associated with some events. Excellent, thanks! It works perfectly for me. I see that even Thanksgiving won't stop you from fixin

Re: [Pgui-devel] Problem with pgAppMessage's

2001-11-22 Thread Micah Dowty
Ok, I just got this bug fixed. The event queue in pgserver was not correctly storing the data associated with some events. Note, however, that when the client delays before reading an event the event is stored in pgserver's internal event queue. This queue was designed to mainly process UI event

[Pgui-devel] Problem with pgAppMessage's

2001-11-20 Thread Christian Grigis
Hello, I am having a problem when using pgAppMessage() between two applications. The two attached examples (based on msgdemo) illustrate the problem: - run recvMsg in an xterm - run sendMsg in another xterm msgSend creates 10 int messages numbered 0 to 9 and quickly sends them to msgRecv. When