Re: [Twisted-Python] Twisted with PyQt

2008-12-03 Thread Aydın ŞEN
Yes, the point is Producer, i solved my problem. Thanks all. -adige- 2008/12/3 <[EMAIL PROTECTED]> > > > > On 11:13 am, [EMAIL PROTECTED] wrote: > >> Hi, >> Actuallly i solved my problem but i have another one. I am sending file in >> while loop, as you said before it doesnt send data pyhshical

Re: [Twisted-Python] Twisted with PyQt

2008-12-03 Thread glyph
On 11:13 am, [EMAIL PROTECTED] wrote: Hi, Actuallly i solved my problem but i have another one. I am sending file in while loop, as you said before it doesnt send data pyhshically, i am updating my progressBar in while loop, so the progressBar is being updated before data being sent.. Is

Re: [Twisted-Python] Twisted with PyQt

2008-12-03 Thread Aydın ŞEN
Hi, Actuallly i solved my problem but i have another one. I am sending file in while loop, as you said before it doesnt send data pyhshically, i am updating my progressBar in while loop, so the progressBar is being updated before data being sent.. Is there any signal that self.transport.write() cr