Re: [gtkmm] Xlib: unexpected async reply (sequence 0x2fa3)!



>Why when I execute two threads one with call:
>
>    TextBuffer::iterator itor = OutputTextView->get_buffer()->end();
>    OutputTextView->scroll_to(itor);
>
>and the other with:
>
>    queue_draw();
>
>I receive the message:
>
>Xlib: unexpected async reply (sequence 0x2fa3)!

please read *at least* the GTK+ FAQ on using threads. the (very) short
summary: you can't do that.

--p




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