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

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)

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

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

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

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

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

Re: GTK+ with Broadway

2016-11-29 Thread Daniel Kasak
Unfortunately, no there is no way to do this. *If* copy + paste were implemented between a broadway app and the browser, then you could at least push a link to a file to download into the browser, and the user could copy it and paste it into a new tab. Anyway, copy + paste is not implemented yet (

Re: What class with signals capabilities?

2016-11-29 Thread Paul Davis
You may to inherit from sigc::trackable if you want to be able to connect to a signal and disconnect from it automatically in the destructor. On Mon, Nov 28, 2016 at 11:55 PM, Chris Vine wrote: > On Mon, 28 Nov 2016 23:16:15 +0100 > Krzysztof

Re: GTK+ with Broadway

2016-11-29 Thread Igor D
Hi, I'm working with GTK+ via Broadway. I need to upload and save some file on local computer (which run browser). Can I do in this mode that and how ? Thanks, Igor On Thu, Oct 13, 2016 at 3:10 PM, Igor D wrote: > Hi Dan, > > I don't need real time graphing or something like