1
0
-1

For example,the webplugin which I made need 15s to excute the code.How to make one process bar to show the rate of the process

    CommentAdd your comment...

    1 answer

    1.  
      1
      0
      -1

      Hi, you can try to use JavaScript within Custom HTML to implement a loading or progress bar. Try searching for loading or progress bars, there should be many example or libraries available. However, if the code execution does indeed that 15 seconds to execute, I would suggest to design your app or process to let it run in an asynchronous deadline, or in a separate background thread instead.

        CommentAdd your comment...