Well I managed to solve the problem by creating a semaphore/flag that can be checked 
by the signal handler function. I suppose this will do for now.

What do you mean by "connect the signals manually" ?

Thanks


> > I want to use the id generated from a signal connect in signal_handler_block(id) 
>but signal_connect returns None.
> > 
> > testsignal = widgets.signal_connect("on_entry2_changed", calculate.top)
> > print testsignal
> 
> Because it potentially connects more than one signal.  Unfortunately, this
> makes it a bit difficult to use signal_handler_block.  Alternatively, you
> could connect the signals manually if this is a problem.
> 
> James.
> 
> -- 
> Email: [EMAIL PROTECTED]
> WWW:   http://www.daa.com.au/~james/


--
Anthony Tekatch
use [EMAIL PROTECTED] if your mail is rejected
_______________________________________________
pygtk mailing list   [EMAIL PROTECTED]
http://www.daa.com.au/mailman/listinfo/pygtk

Reply via email to