Re: PyQt4 - widget signal trouble

2009-04-26 Thread Joacim Thomassen
Den Sun, 26 Apr 2009 14:04:47 +0100, skrev Phil Thompson: > On Sun, 26 Apr 2009 14:46:14 +0200, Marco Bizzarri > wrote: >> On Sun, Apr 26, 2009 at 12:38 PM, Joacim Thomassen >> wrote: >>> Den Sat, 25 Apr 2009 23:47:57 +0200, skrev Marco Bizzarri: >>> >>> >>> Hello Marco, >>> >>> python's fcntl()

Re: PyQt4 - widget signal trouble

2009-04-26 Thread Joacim Thomassen
Thanks a lot! That's the magic I didn't find in my PyQT4 Programming book. Finally! Thank you Marco! :-) -- http://mail.python.org/mailman/listinfo/python-list

Re: PyQt4 - widget signal trouble

2009-04-26 Thread Phil Thompson
On Sun, 26 Apr 2009 14:46:14 +0200, Marco Bizzarri wrote: > On Sun, Apr 26, 2009 at 12:38 PM, Joacim Thomassen > wrote: >> Den Sat, 25 Apr 2009 23:47:57 +0200, skrev Marco Bizzarri: >> >> >> Hello Marco, >> >> python's fcntl() call the regular C fcntl() function and as stated in the >> manual pag

Re: PyQt4 - widget signal trouble

2009-04-26 Thread Marco Bizzarri
On Sun, Apr 26, 2009 at 12:38 PM, Joacim Thomassen wrote: > Den Sat, 25 Apr 2009 23:47:57 +0200, skrev Marco Bizzarri: > > > Hello Marco, > > python's fcntl() call the regular C fcntl() function and as stated in the > manual pages for C fcntl: > > --- Snippet from fcntl man pages -

Re: PyQt4 - widget signal trouble

2009-04-26 Thread Joacim Thomassen
Den Sat, 25 Apr 2009 23:47:57 +0200, skrev Marco Bizzarri: > Ciao, Joacim. > > Too much since I 'played' with low level calls, so I may be wrong. But > it seems to me you're opening the image and monitoring for changes the > directory. Hence the problem. If you read/write a file, I think the > di

Re: PyQt4 - widget signal trouble

2009-04-25 Thread Marco Bizzarri
On Fri, Apr 24, 2009 at 7:37 PM, Joacim Thomassen wrote: > Hello, > > I'm trying to get my first PyQt4 application to work as intended, but it > seems I'm stuck and out of ideas for now. > > The program is a simple GUI showing an image. If the image on disk change > my intension is that the displa

Re: PyQt4 - widget signal trouble

2009-04-25 Thread Joacim Thomassen
Den Fri, 24 Apr 2009 22:24:46 +0100, skrev Phil Thompson: > On Fri, 24 Apr 2009 12:37:02 -0500, Joacim Thomassen > wrote: >> Hello, >> >> I'm trying to get my first PyQt4 application to work as intended, but >> it seems I'm stuck and out of ideas for now. >> >> The program is a simple GUI showi

Re: PyQt4 - widget signal trouble

2009-04-24 Thread Phil Thompson
On Fri, 24 Apr 2009 12:37:02 -0500, Joacim Thomassen wrote: > Hello, > > I'm trying to get my first PyQt4 application to work as intended, but it > seems I'm stuck and out of ideas for now. > > The program is a simple GUI showing an image. If the image on disk change > my intension is that the