Page 1 of 1

Feature request: progress

Posted: Sun 03 Jul 2011 17:38
by m227
Dear Sirs,

Is it possible to have any kind of progress feedback during Virtual Table LoadFromFile/Stream or write to?


for example

Code: Select all

type TpProgress = procedure(aPercent: Integer);

TVirtualTable.LoadFromFile(FileName: String; Progress: TpProgress = nil);
When loading some megabytes of data it would be nice to show loading progress to user.

Michal.

Posted: Mon 04 Jul 2011 08:23
by AlexP
Hello,

Unfortunately, the visualization process of downloading/unloading data to/from VirtualTable is not implemented at the moment.

We will try to implement this feature in one of the future versions.

Posted: Wed 20 Jul 2011 12:17
by AlexP
Hello,

We've added the onProgress event to TVirtualTable.
The new build will be available tomorrow.
This build includes the beta version of the onProgress event, please inform us if you encounter any errors or if you have any comments concerning this feature.