Hi again, sorry for the newbie question flood :) I setup an interface with some spin buttons that should recalculate a serie of values everytime the spinbutton is changed (by the keyboard, editing or the widget arrows).
The thing is, using a "print" in the function handling the update signal I only see one "print", even editing, clicking and changing the spinbutton many times. Looks like the signal is sent only once... I tried using the signal handlers "output", "change_value", "value_changed", and with no success.. (btw, using gtk, glade.XML(gladefile.glade)) [s] core _______________________________________________ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
