[Gtk-sharp-list] Gtk.Spinner doesn't spin (Gtk# 2.99.2)

Bertrand Lorentz bertrand.lorentz at gmail.com
Thu May 29 16:33:03 UTC 2014


Hi,

On Tue, May 27, 2014 at 9:33 PM, Stephen Brandt
<stephen at stephenbrandt.com> wrote:
> Hello everyone,
>
> The Gtk.Spinner doesn't seem eager to spin using the gtk-sharp-3 bindings.
> Even though I have set the obvious properties:
> spinner.Active = true;
> spinner.Start ();
>
> Any ideas what's missing here or is it a just bug in the bindings? I've
> tested on systems running Gtk+ 3.8 and 3.10, on both it didn't work.

I've just added a Spinner demo in git master:
https://github.com/mono/gtk-sharp/commit/c15a1d18

It seems to work fine for me, the Start() method makes it spin (Linux
with GTK+3.10.8).
Maybe something's wrong somewhere else in your code ?

--
Bertrand


More information about the Gtk-sharp-list mailing list