Re: [PyKDE] Re: sender() and PYSIGNALs

2005-10-24 Thread Phil Thompson
On Monday 24 October 2005 12:14 am, Giovanni Bajo wrote: > Phil Thompson <[EMAIL PROTECTED]> wrote: > >> It appears that QObject::sender() returns None when called from a > >> slot invoked through a PYSIGNAL. Is there a way to access the > >> information also for PYSIGNALs? Would it be possible to

[PyKDE] Re: sender() and PYSIGNALs

2005-10-24 Thread Giovanni Bajo
Phil Thompson <[EMAIL PROTECTED]> wrote: >> It appears that QObject::sender() returns None when called from a slot >> invoked through a PYSIGNAL. Is there a way to access the information also >> for PYSIGNALs? Would it be possible to modify sender() so that it works >> also for PYSIGNALs? > > Try

[PyKDE] Re: sender() and PYSIGNALs

2005-10-23 Thread Giovanni Bajo
Phil Thompson <[EMAIL PROTECTED]> wrote: >> It appears that QObject::sender() returns None when called from a >> slot invoked through a PYSIGNAL. Is there a way to access the >> information also for PYSIGNALs? Would it be possible to modify >> sender() so that it works also for PYSIGNALs? > > Try

[PyKDE] Re: sender() and PYSIGNALs

2005-10-23 Thread Phil Thompson
On Wednesday 19 October 2005 9:48 pm, Giovanni Bajo wrote: > Hello, > > It appears that QObject::sender() returns None when called from a slot > invoked through a PYSIGNAL. Is there a way to access the information also > for PYSIGNALs? Would it be possible to modify sender() so that it works > also