Re: [PyQt] Old vs New Signals

2012-07-10 Thread John Floyd
On Mon, 9 Jul 2012 13:03:07 Phil Thompson wrote: > On Mon, 09 Jul 2012 21:54:52 +1000, John Floyd > > wrote: > > On Mon, 9 Jul 2012 11:18:40 you wrote: > >> On Sun, 08 Jul 2012 17:43:55 +1000, John Floyd > >> > >> wrote: > >> > Note Corrected Subject (was New vs New ... sorry) > >> > > >> > I

Re: [PyQt] Old vs New Signals

2012-07-09 Thread Phil Thompson
On Mon, 09 Jul 2012 21:54:52 +1000, John Floyd wrote: > On Mon, 9 Jul 2012 11:18:40 you wrote: >> On Sun, 08 Jul 2012 17:43:55 +1000, John Floyd >> >> wrote: >> > Note Corrected Subject (was New vs New ... sorry) >> > >> > I have 2 cases where I am having difficulties in PyQwt signals. Since

Re: [PyQt] Old vs New Signals

2012-07-09 Thread Phil Thompson
On Sun, 08 Jul 2012 17:43:55 +1000, John Floyd wrote: > Note Corrected Subject (was New vs New ... sorry) > > I have 2 cases where I am having difficulties in PyQwt signals. Since my > original post I have investiagted the PyQwt code a bit closer and the > following comes from that. The prev

[PyQt] Old vs New Signals

2012-07-08 Thread John Floyd
Note Corrected Subject (was New vs New ... sorry) I have 2 cases where I am having difficulties in PyQwt signals. Since my original post I have investiagted the PyQwt code a bit closer and the following comes from that. The previous discussions helped me in looking further into the problem.