Re: Is gtkmm deleting stuff it shouldn't be deleting ??

2013-11-19 Thread John Emmas
On 09/11/2013 15:05, John Emmas wrote: On 08/11/2013 14:16, Kjell Ahlstedt wrote: Before Gtk::Window::_destroy_c_instance() calls gtk_object_destroy(), it calls Gtk::Object::disconnect_cpp_wrapper(), which removes glibmm_Glib::quark_ and adds glibmm_Glib::quark_cpp_wrapper_deleted_.

Re: Gtk::Widget::on_hide

2013-11-19 Thread John Emmas
On 18/11/2013 19:16, John Emmas wrote: On 18/11/2013 18:32, Kjell Ahlstedt wrote: Seems quite similar to the problem you described in https://mail.gnome.org/archives/gtkmm-list/2013-November/msg0.html Have you got any further with the trouble-shooting after

Re: gstreamermm on Windows with VS

2013-11-19 Thread Marcin Kolny
On 11/18/2013 06:00 PM, Danil Tumaykin wrote: Good morning/day/evening, I am willing to use C++ binding for GStreamer in my application, developed in VS under Windows. I've found a question in this list from 2011 - the answer was that gstreamermm support on Windows was planned but not yet

Re: Gtk::Widget::on_hide

2013-11-19 Thread Kjell Ahlstedt
2013-11-19 10:40, John Emmas skrev: On 18/11/2013 19:16, John Emmas wrote: On 18/11/2013 18:32, Kjell Ahlstedt wrote: Seems quite similar to the problem you described in https://mail.gnome.org/archives/gtkmm-list/2013-November/msg0.html Have you got any further with the trouble-shooting

Re: Gtk::Widget::on_hide

2013-11-19 Thread John Emmas
Many thanks for persevering with this Kjell. I'm just about to try applying the patches that Murray recommended here:- https://bugzilla.gnome.org/show_bug.cgi?id=605728#c25 and I'll report back if that changes anything. It's good that I keep getting more and more info and things to try.

Re: Gtk::Widget::on_hide

2013-11-19 Thread John Emmas
On 19/11/2013 16:56, John Emmas wrote: Many thanks for persevering with this Kjell. I'm just about to try applying the patches that Murray recommended here:- https://bugzilla.gnome.org/show_bug.cgi?id=605728#c25 and I'll report back if that changes anything. Okay... I just finished