Gtkmm-forge Digest, Vol 20, Issue 1

2008-01-03 Thread gtkmm-forge-request
Send Gtkmm-forge mailing list submissions to [EMAIL PROTECTED] To subscribe or unsubscribe via the World Wide Web, visit https://lists.sourceforge.net/lists/listinfo/gtkmm-forge or, via email, send a message with subject or body 'help' to [EMAIL PROTECTED] You can reach

gtkmozembedmm bugs

2008-01-03 Thread Murray Cumming
Max, are you still maintaining gtkmozembedmm? Some patches found their way into gnomemm's bugzilla: http://bugzilla.gnome.org/show_bug.cgi?id=486421 http://bugzilla.gnome.org/show_bug.cgi?id=486422 I don't know where these patches should be reported instead. We could add a bugzilla product if you

Gtk::Entry end editing signal

2008-01-03 Thread Pedro Sousa
Hi everyone, In project I'm involved, I need to read data changed from a Gtk::Entry, so I need to use signals in Gtk::Entry for the following events: - When a user press ENTER button - When the user selects another widgets I tried to use the signal signal_editing_done derived from

Re: Gtk::Entry end editing signal

2008-01-03 Thread Armin Burgmeier
On Thu, 2008-01-03 at 11:52 +, Pedro Sousa wrote: Hi everyone, In project I'm involved, I need to read data changed from a Gtk::Entry, so I need to use signals in Gtk::Entry for the following events: - When a user press ENTER button - When the user selects another widgets Try

Race condition during Dispatcher deconstruction

2008-01-03 Thread Matt Hoosier
Hi, I've been observing a crash which shortly follows the deletion of a Glib::Dispatcher object. The scenario goes something like this: * Dispatcher instance is allowed by mainloop thread * Some UI widget registers a callback on the dispatcher * Background thread does an emit() * UI thread

Re: Race condition during Dispatcher deconstruction

2008-01-03 Thread Chris Vine
On Thu, 2008-01-03 at 09:10 -0600, Matt Hoosier wrote: Hi, I've been observing a crash which shortly follows the deletion of a Glib::Dispatcher object. The scenario goes something like this: * Dispatcher instance is allowed by mainloop thread * Some UI widget registers a callback on the

Re: Race condition during Dispatcher deconstruction

2008-01-03 Thread Chris Vine
On Thu, 2008-01-03 at 17:31 -0600, Matt Hoosier wrote: On Jan 3, 2008 5:15 PM, Chris Vine [EMAIL PROTECTED] wrote: [...] If you read the comments in the files I have mentioned then you will see the point. Thanks for the independent confirmation. I'll probably have to pass on the

Re: Race condition during Dispatcher deconstruction

2008-01-03 Thread Matt Hoosier
On Jan 3, 2008 5:15 PM, Chris Vine [EMAIL PROTECTED] wrote: [...] If you read the comments in the files I have mentioned then you will see the point. Thanks for the independent confirmation. I'll probably have to pass on the direct code use though; the code exhibiting the failure currently

Re: Race condition during Dispatcher deconstruction

2008-01-03 Thread Matt Hoosier
On Jan 3, 2008 5:39 PM, Chris Vine [EMAIL PROTECTED] wrote: The code I mentioned is LGPL. Oh, so it is. That's probably what I deserve for trusting Freshmeat's listing of your project. :) ___ gtkmm-list mailing list gtkmm-list@gnome.org