Re:



>3) I am creating a network program that uses a gkt graphical interface.  I 
>use a thread to trap asyncronous signals sent from the server. I tried to 
>update the gui once a signal was sent over the network but I keep on getting 
>the following error:
>   XLib : unexpected asyc reply 0x3a5

you cannot interact with GTK from another thread without doing the
required stuff to make it thread safe, and it sounds as if you are not
doing that. see the FAQ at gtk.org.

--p




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]