[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

Re: Known issues about SpinButtons?



Well I managed to find what this was after so long...

i had added in a line to update the gtk events:

while (Gtk2->events_pending()) {Gtk2->main_iteration()}

in a sub called a lot via callbacks. The subroutine itself is used to push a
message into a status bar. Without this update, it does not do it hardly ever. I
can see how this would relate to the widget visibly scrolling back down to 1 as
each even is looped, but why should this happen in the first place? Sounds like
a duffer in gtk2 somewhere.

is anyone aware of a way to visibly update a status bar while a long
open("something |") call is running without using this approach? i'd be very
grateful for any ideas.

Cheers

Chris

> On Thu, Feb 26, 2004 at 12:14:29AM +0000, Chris Phillips wrote:
> Hello
> > I have a SpinButton that i'm using in my UI but it's just not acting
> correctly.
> > it ranges between 1 and 10, and after none to a few uses it starts acting
> > totally erratic. Press up once and it might jump 4 intervals, and then
> visibly
> > count back down to 1 within less than a second. At no point in my code do i
> ever
> this has to do with the frequency of events you produce on it, i have
> the same problem, but as long as you use them cautiously, and put say 1
> sex between the spin -clicks all is well, otherwise it produces a
> cascade of up or down events, sort of resonance catastrophe :D
> 
> found no workaround so far...
> 
> -- 
> ciao bboett
> ==============================================================
> bboett adlp org
> http://inforezo.u-strasbg.fr/~bboett
> ===============================================================
> _______________________________________________
> gtk-perl-list mailing list
> gtk-perl-list gnome org
> http://mail.gnome.org/mailman/listinfo/gtk-perl-list
> 




-------------------------------------------------
This mail sent through IMP: http://horde.org/imp/



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]