Interactive search on GtkTreeView not working

2017-09-03 Thread Sofi Celi
Dear list, I have created an application on OS X El Capitan which has a GtkTreeView. It has the start-interactive-search key binding, which works (the search bar is shown and focused) but nothing can be typed in it. Oddly enough, input can be copied, pasted or deleted, but when manually typing fr

Re: GLib doesn't find the ui resource

2017-09-03 Thread Sascha Manns
Hi Emanuelle, On 30.08.2017 17:42, Emmanuele Bassi wrote: > On 30 August 2017 at 14:48, Sascha Manns wrote: >> Also i used this lines to add stuff from the resource: >> builder = Gtk.Builder() >> >> builder.add_from_resource("/org/gnome/Publisher/ui/main_intro.ui") [2] > > Did you remember to lo

Re: How is this bar called

2017-09-03 Thread Sascha Manns
Hi Emanuelle, On 02.09.2017 23:37, Emmanuele Bassi wrote: > On 2 September 2017 at 19:41, Sascha Manns wrote: >> Hello list, >> >> i've uploaded there a little picture: https://i.imgur.com/JGojgO4.png >> >> How is that bar called? > > It's a GtkHeaderBar. Thanks for clarifying :-) -- Sascha Ma

Planning the GUI

2017-09-03 Thread Sascha Manns
Hello list, actually i'm working on a app which provides a gui for using publican and xmlmind's foconverter. The main tasks are: * Create a new DocBook publication * Build a publication (to pdf or anything else) * Add a revision For each task i already have written a class. So currently i worki

Wait cursor animation does not work properly

2017-09-03 Thread Stefan Salewski
Since a few months I have observed that for my chess game the mouse pointer/cursor animation stopped working properly. Yesterday I tried cleaning up the code for moving the game GUI to the new high level Nim GTK GUI, but I was unable to get it working. When I moved the busy-cursor out of the appl

Re: Wait cursor animation does not work properly

2017-09-03 Thread Stefan Salewski
On Sun, 2017-09-03 at 16:43 +0200, Stefan Salewski wrote: > Since a few months I have observed that for my chess game the mouse > pointer/cursor animation stopped working properly. Well, I have added the g_idle_add() problem also. When I move the mouse pointer the first time into the button widge

Re: Wait cursor animation does not work properly

2017-09-03 Thread Emmanuele Bassi
On 3 September 2017 at 16:32, Stefan Salewski wrote: > On Sun, 2017-09-03 at 16:43 +0200, Stefan Salewski wrote: >> Since a few months I have observed that for my chess game the mouse >> pointer/cursor animation stopped working properly. > > Well, I have added the g_idle_add() problem also. > > Wh

Re: Wait cursor animation does not work properly

2017-09-03 Thread Stefan Salewski
On Sun, 2017-09-03 at 16:54 +0100, Emmanuele Bassi wrote: > You're blocking the toolkit's main loop, When I add a background function with g_idle_add() I am blocking the GTK main loop? Well I just wanted to avoid that. But even without use of g_idle_add() the animation stops, when I move the curs

Re: Wait cursor animation does not work properly

2017-09-03 Thread Eric Cashon via gtk-list
Hi Stefan, When I test your original post code, with GTK3.18 I get the animated "wait" cursor. With a jhbuild of GTK3.22 I get a wrist watch type clock cursor for "wait" that doesn't have any animation. The theme is broken there and I haven't got around to fixing it yet so that might be a

Re: Wait cursor animation does not work properly

2017-09-03 Thread Stefan Salewski
On Sun, 2017-09-03 at 17:23 -0400, cecas...@aol.com wrote: > With a jhbuild of GTK3.22 I get a wrist watch type clock cursor for > "wait" that doesn't have any animation. Thanks for testing. So problem is not my local Gentoo box, but GTK 3.22. ___ gtk-li