Hi, On Tue, May 27, 2014 at 9:33 PM, Stephen Brandt <[email protected]> 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 _______________________________________________ Gtk-sharp-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/gtk-sharp-list
