Concurrent execution and progress bar



Hello,

I have built an application which creates several threads, each of
them doing some part of the job. In the main app, the control over the
threads is done by CountDownLatch. Now, I would like to make a GUI
with a progress bar which will indicate the progress of execution of
these threads (i.e. number of finished threads / all threads in %).
Could you help me with an idea of how to do this? Thanks!

Regards, Mark
.



Relevant Pages

  • Re: Access apps with user definable fields?
    ... New fields would need to added to tables, queries, ... Of course they have their own built in report writer ... > I have an app I built for nonprofits who provide FREE ... > add control switches to control whether certain fields are displayed or ...
    (microsoft.public.access.formscoding)
  • Re: progress bar
    ... >In your app, try the following to open the form ... >To reference a control on an open form from outside the ... >usual syntax for doing this is Forms!formName!controlName ... Using the Progress Bar ...
    (microsoft.public.access.formscoding)
  • RE: Opening And Closing A Notepad (.txt) File
    ... But, like Jack says, a progress bar would be best. ... unload of your app. ... This will also give you control over whether or not the ...
    (microsoft.public.access.modulesdaovba)
  • Re: Access apps with user definable fields?
    ... AttribID ... Of course they have their own built in report writer ... > I have an app I built for nonprofits who provide FREE ... > add control switches to control whether certain fields are displayed or ...
    (microsoft.public.access.formscoding)
  • Re: Concurrent execution and progress bar
    ... In the main app, the control over the ... threads is done by CountDownLatch. ... with a progress bar which will indicate the progress of execution of ...
    (comp.lang.java.programmer)