Re: [twsocket] onProgress64 update interval

2010-10-28 Thread Svemu - Reparto Sviluppo
That's fine and depending on your implementation won't slow down transfer speed very much. I'll see what I can do, a fix IMO required to revoke Anton's change, rev. #471, which introduced protected method CreateSocket: TWSocket; virtual. ok for now i've solved the problem, i'll be tuned for

Re: [twsocket] onProgress64 update interval

2010-10-27 Thread Arno Garrels
Svemu - Reparto Sviluppo wrote: > From: "Arno Garrels" >> I already wanted to fix it but > very good > >> since I can no longer override the internal TWSocket class >> I canceled this idea. > ops :D > >> Anyway your interval of 100ms is too short. >> Updating the GUI, especially a ProgressBar, i

Re: [twsocket] onProgress64 update interval

2010-10-27 Thread Svemu - Reparto Sviluppo
From: "Arno Garrels" I already wanted to fix it but very good since I can no longer override the internal TWSocket class I canceled this idea. ops :D Anyway your interval of 100ms is too short. Updating the GUI, especially a ProgressBar, in such short intervals is a performance killer. i u

Re: [twsocket] onProgress64 update interval

2010-10-25 Thread Angus Robertson - Magenta Systems Ltd
> I believe the poster stated "100 ms" -- which would be 10 times per > second. Probably a bit overkill The old version calls the progress event whenever a buffer is read or written, which might be 100 times per second with high speed transfers, not every 100ms. Angus -- To unsubscribe or ch

Re: [twsocket] onProgress64 update interval

2010-10-25 Thread Arno Garrels
Svemu - Reparto Sviluppo wrote: >>> with an old version of ics, i use OnProgress for update a label with >>> current trasfer, >>> now i move to OnProgress64 but i see that event is fired every >>> second, there is a way to have an update every 100 ms ? >> >> Updating a label every 100 mS is a non

Re: [twsocket] onProgress64 update interval

2010-10-25 Thread Jeff Hamblin
On 10/25/2010 1:32 AM, Angus Robertson - Magenta Systems Ltd wrote: So you want to update your graph and label up to 100 times per second, are you sure anyone can see changes that fast? I believe the poster stated "100 ms" -- which would be 10 times per second. Probably a bit overkill still,

Re: [twsocket] onProgress64 update interval

2010-10-25 Thread Angus Robertson - Magenta Systems Ltd
> in my case have sense : i need to create a graph with instant > bandwish and other. So you want to update your graph and label up to 100 times per second, are you sure anyone can see changes that fast? Also note that transfer will be blocked each time you perform your label and graph update

Re: [twsocket] onProgress64 update interval

2010-10-25 Thread Francois PIETTE
with an old version of ics, i use OnProgress for update a label with current trasfer, now i move to OnProgress64 but i see that event is fired every second, there is a way to have an update every 100 ms ? Updating a label every 100 mS is a non sense. Updating once per second is enough. in my

Re: [twsocket] onProgress64 update interval

2010-10-25 Thread Svemu - Reparto Sviluppo
with an old version of ics, i use OnProgress for update a label with current trasfer, now i move to OnProgress64 but i see that event is fired every second, there is a way to have an update every 100 ms ? Updating a label every 100 mS is a non sense. Updating once per second is enough. in my

Re: [twsocket] onProgress64 update interval

2010-10-23 Thread Francois PIETTE
with an old version of ics, i use OnProgress for update a label with current trasfer, now i move to OnProgress64 but i see that event is fired every second, there is a way to have an update every 100 ms ? Updating a label every 100 mS is a non sense. Updating once per second is enough. -- fran

[twsocket] onProgress64 update interval

2010-10-23 Thread Svemu - Reparto Sviluppo
Hi, with an old version of ics, i use OnProgress for update a label with current trasfer, now i move to OnProgress64 but i see that event is fired every second, there is a way to have an update every 100 ms ? regards daniele -- To unsubscribe or change your settings for TWSocket mailing lis