Jump to content


azrael11

Member Since 17 May 2011
Offline Last Active Sep 21 2013 11:09 PM
-----

Posts I've Made

In Topic: Strange problem with TnxProgressColumn

21 September 2013 - 06:03 PM

Hello,

Maybe you can step into TProgressColumnDisplay.DrawProgressBar method inside NxDisplays and see what is wrong.

It is quite easy to understand: a ratio is calculated (Pos/Max *100) and size of BoxRect is calculated. Maybe you can place mouse over some of variables there and see what is wrong.


I'll check that...

Thank you again...

In Topic: Strange problem with TnxProgressColumn

21 September 2013 - 02:25 PM

Hello ,

Unfortunately I am not familiar with TIdFTP component, maybe you can inspect which value is stored inside Max property (file size). Maybe it is set to value < 0 and this is why it won't go up.


Hello Boki

I check and double check again everything seems to be in place
The curActing gets the rownumber... check
The max property gets first and then the second right... check
The progress property of the progresscolumn row set to 0 before it starts... check.

Everything seem to be ok ... except somehow when it starts to download the second file ....
All the progress in all rows get 0 in their position...

Thank you Boki...