craigsboyd
IS-IT--Management
I want to be able to have a progress bar for my application that is not tied to the thread currently executing in my application. The reason for this is so the progress bar can show progress as well as some sort of animation (similar to the documents flying from folder to folder that Windows uses). And, this animation will not stop just because VFP is busy crunching a single line of code. The problem as I see it is when a single line of code is executing the process never gets into a wait-state so that the animation can continue. So for a moment or two while that line executes the animation appears to hang, even when animation is provided via ActiveX control. I want the animation to continue somewhat smoothly so the user knows that something is still going on. I have worked with _vfp.autoyield but because the code being executed is a single line setting autoyield to .T. doesn't work. I have some ideas, but thought I would post here and see what everyone else thought might be the best way to go about this. Thanks.
Slighthaze = NULL
[ul][li]FAQ184-2483
An excellent guide to getting a fast and accurate response to your questions in this forum.[/li][/ul]
Slighthaze = NULL
[ul][li]FAQ184-2483
An excellent guide to getting a fast and accurate response to your questions in this forum.[/li][/ul]