Re: The Big Gtk limitations: a reliable GUI builder

2016-11-29 Thread Andrea Zagli via gtk-app-devel-list
Il giorno mer 30 nov 2016 01:08:13 CET, Daniel Kasak ha scritto: I can confirm both these bugs ( crash copying the treeview, margins not rendered under altering properties ) under Linux. Actually the top and bottom margins are rendered immediately, but the left and right margins need you to alte

Re: The Big Gtk limitations: a reliable GUI builder

2016-11-29 Thread Michael Torrie
On 11/29/2016 04:28 PM, pozzugno wrote: > First of all, I'm using Glade 3.20.0 for Windows, installed through > Msys2 project. I don't know if Glade is more stable under Linux OS. In my opinion, GTK is definitely more stable under Linux than Windows. he truth is, 90% of GTK developers (or more) a

Re: The Big Gtk limitations: a reliable GUI builder

2016-11-29 Thread Daniel Kasak
I can confirm both these bugs ( crash copying the treeview, margins not rendered under altering properties ) under Linux. Actually the top and bottom margins are rendered immediately, but the left and right margins need you to alter them before they're rendered correctly. Sounds like a pretty simpl

Re: The Big Gtk limitations: a reliable GUI builder

2016-11-29 Thread pozzugno
First of all, I'm using Glade 3.20.0 for Windows, installed through Msys2 project. I don't know if Glade is more stable under Linux OS. When I open a file, non-null margins aren't rendered correctly. Take a look at the screencast [1]. As soon as I change one margin (from 10 to 11, for example)

Re: The Big Gtk limitations: a reliable GUI builder

2016-11-29 Thread Daniel Kasak
Glade crashes sometimes, yes. It's been much better recently - 3.20 seems pretty stable for me. I don't edit liststores in glade at all, so I can't comment on that - I construct and populate them dynamically, and use glade just to place the treeview. I don't really have the other issues you're talk

Re: Debugging propagated events

2016-11-29 Thread zahlenmeer
I added some logic and after that I got a warning that there is a mismatch between cairo_save and cairo_restore. So I fixed that and I got it working. The cairo logic was faulty all the time but only some new lines of code triggered that warning. So I guess I was just lucky that I stopped debugging

The Big Gtk limitations: a reliable GUI builder

2016-11-29 Thread Pozz Pozz
I don't know why, but some weeks ago I selected Gtk as my next GUI framework to learn. After some work, I have a very big issue: the associated GUI builder Glade is not stable at all. Many times, when I work with Treeview and Liststore, Glade crashes. I can't press Ctrl+C to copy a sub-tree to ano