Re: Glade crash

2017-03-06 Thread Pozz Pozz
Glade 3.20 I'm using was installed from msys2[1] package. This is because it is the only way I discovered to installed the most up to date release. Indeed, Glade website links to 3.14.2 binary release. I noticed there are some messages[2] on the msys2 console when Glade crashes, maybe they help so

Re: Glade crash

2017-03-06 Thread Pozz Pozz
n Windows. Based > on my observations, I don't think the problem is with glade unless you have > a variant that is different from mine (I tried both a version compiled from > sources and the version that comes from the Ubuntu repositories). > > jim... > > > >

Re: Glade crash

2017-03-03 Thread Pozz Pozz
Hello Dan, you can download the glade file from this link ( https://drive.google.com/file/d/0B1s7dNPGsJ3CZllrOUVwNWw4TWM/view?usp=sharing ). 2017-03-03 4:10 GMT+01:00 Daniel Kasak : > There is no attachment. Try sha

Re: The Big Gtk limitations: a reliable GUI builder

2016-11-30 Thread Pozz Pozz
2016-11-30 9:09 GMT+01:00 Nicola Fontana : > Il Wed, 30 Nov 2016 11:08:13 +1100 Daniel Kasak > scrisse: > > > ... > > My normal workflow is to lay things out *roughly* in glade, then > > actually run the app and see what it looks like. > > ... > > This is my workflow too, apart the fact that afte

Re: The Big Gtk limitations: a reliable GUI builder

2016-11-30 Thread Pozz Pozz
2016-11-30 9:25 GMT+01:00 Jean-Philippe Chancelier : > > pozzugno> Another problem, is very difficult to drag&drop one or more > pozzugno> widgets (under a sub-tree) between two places. When I click > on a > pozzugno> widget (or container) and start moving, the mouse pointer > pozz

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

Re: Editable SpinButton on a TreeView: detect *every* changes

2016-11-15 Thread Pozz Pozz
2016-11-15 6:27 GMT+01:00 Tristan Van Berkom : > Hi, > > On Tue, 2016-11-15 at 02:09 +0100, pozzugno wrote: > [...] > > I have tried to catch "editing_started", "editing_canceled" and > > "edited" > > signals of CellRenderer. In "editing_started" callback, I retrieve > > and > > save the row and c

Editable SpinButton on a TreeView: detect *every* changes

2016-11-14 Thread Pozz Pozz
I created with success a TreeView based on a ListStore. One column has a SpinButton (actually a GtkCellRendererSpin). Now I want to detect when the user *is* changing the value, i.e. every time he clicks on + or - buttons. If I connect the "edited" signal, my callack will be called only when the

Re: Sharing Gtk.Adjustment objects among several Gtk.SpinButton widgets

2016-11-14 Thread Pozz Pozz
2016-11-14 16:39 GMT+01:00 Emmanuele Bassi : > Hi; > > On 14 November 2016 at 15:36, Pozz Pozz wrote: > > Is it possible to have a single Gtk.Adjustment for several Gtk.SpinButton > > widgets? I couldn't understand if the adjustment is only used by > SpinButton &g

Sharing Gtk.Adjustment objects among several Gtk.SpinButton widgets

2016-11-14 Thread Pozz Pozz
Is it possible to have a single Gtk.Adjustment for several Gtk.SpinButton widgets? I couldn't understand if the adjustment is only used by SpinButton to know the range (and some additional details, such as the page size), or the adjustment is used also for the value storage place. I tried to creat

Disable mouse right-click on GtkSpinButton

2016-10-27 Thread Pozz Pozz
I noticed the user can right-click on buttons of a GtkSpinButton widget and the result is to set the value at the minimum (right-click on minus button) or at the maximum (right-click on plus button). Is it possible to disable this behaviour? I have to guarantee the value is increased/decreased ste

glade and signals connection

2016-10-19 Thread Pozz Pozz
I'm new to python, gtk and glade, so I'm sorry if the question is dumb. I'm trying to learn gtk in its Python flavor (pyGObject). I choose to start from the graphical GUI builder glade that I run under Windows (it taked some time to find the latest Windows build in Msys2 environment... the binari