Hi,
I want to use a progress bar but not I am able to update.
Increase the VALUE field but on screen only appears at the end of the procedure and all filled.
Can anyone send me a small example.
Thank you.
Best Regards
Alberto Ferraz
Hi,
I want to use a progress bar but not I am able to update.
Increase the VALUE field but on screen only appears at the end of the procedure and all filled.
Can anyone send me a small example.
Thank you.
Best Regards
Alberto Ferraz
Hi,
I want to use a progress bar but not I am able to update.
Increase the VALUE field but on screen only appears at the end of the procedure and all filled.
Can anyone send me a small example.
Thank you.
Best Regards
Alberto Ferraz
Hi Alberto,
I have not done this before, but I did a search on "progress bar" in this community site, and found a Micro Focus Knowledge Base article that describes a technique for showing a status bar. Here is the link to the article:
community.microfocus.com/.../19909.use-a-statusstrip-control-on-a-windows-form-in-visual-cobol.aspx
Hi,
I want to use a progress bar but not I am able to update.
Increase the VALUE field but on screen only appears at the end of the procedure and all filled.
Can anyone send me a small example.
Thank you.
Best Regards
Alberto Ferraz
Hi Blair,
I've been to see the example that indicated but it is for Windows Forms and I'm working on WPF.
Unfortunately the command used does not exist in WPF.
I will continue to look for the way to solve the problem.
Thanks.
Best Regards
Alberto Ferraz
Hi,
I want to use a progress bar but not I am able to update.
Increase the VALUE field but on screen only appears at the end of the procedure and all filled.
Can anyone send me a small example.
Thank you.
Best Regards
Alberto Ferraz
Hi Alberto,
Can you show me what it is that you are currently doing? How are you updating the progress bar? Are you updating from a separate worker thread or task in which you are performing your work?
Thanks.
Hi,
I want to use a progress bar but not I am able to update.
Increase the VALUE field but on screen only appears at the end of the procedure and all filled.
Can anyone send me a small example.
Thank you.
Best Regards
Alberto Ferraz
Hi Chris:
My problem is exactly how i update de progress bar.
For example to run a file with 1000 records. I want the progress bar to go implementing each time you read a record.
And that's what I could not do.
Thanks
Hi,
I want to use a progress bar but not I am able to update.
Increase the VALUE field but on screen only appears at the end of the procedure and all filled.
Can anyone send me a small example.
Thank you.
Best Regards
Alberto Ferraz
I have attached a demo that uses a background worker that will do file I-O and update the progress bar on a popup after each record written.
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.