Re: [gtkmm] Xlib: unexpected async reply (sequence 0x2fa3)!
- From: Paul Davis <paul linuxaudiosystems com>
- To: Rogério Samuel de Moura Martins <rsmm netu unisinos br>
- Cc: gtkmm-list gnome org
- Subject: Re: [gtkmm] Xlib: unexpected async reply (sequence 0x2fa3)!
- Date: Tue, 03 Aug 2004 21:16:28 -0400
>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]