Jump to content

Run progressbar while doing other stuff...


Recommended Posts

Hi

I've got a question. I would like to have a working progressbar on my gui while a com object is working.

The progressbar isnt't to indicate the right percentage - it's just to show the whole programm is still working...

My problem is the progressbar is only working while the com object hasn't been started or has finished ...

I have to mention that my gui is always on top and the com object opens some windows ...

How can I manage it that the progressbar is update during the com object is working?

Greetings mozart90

Func myadlib()                                                          $NProgress= $NProgress+1 
    if $NProgress > 100 then $NProgress=1 
    guictrlsetdata($Progress,$NProgress)  
EndFunc



func doComWorks()                                                       
AdlibEnable("myadlib", 100); 

run several com objects
...

endfunc
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...