Jump to content
UBot Underground

Need Help With Bootstrap's Progress Bar


Recommended Posts

Hi guys,

 

I created my UI in the UI HTML Panel and I have about 8 processes for the bot to complete before looping for another round. Currently all I have is a variable that outputs text that lets me know what process is currently being done. It would be awesome if I could also manipulate the animation of Bootstrap's progress bar so that it animates after each process has been completed.

 

This is my html code for the progress bar :

 

<div class="progress mx-auto px-0 col-11">
  <div class="progress-bar progress-bar-animated" role="progressbar" style="width: 0%" aria-valuenow="0" aria-valuemin="0" aria-valuemax="100" id="game_progress"></div>
</div>
 
I need to control the value of the width (in percentage) that's inside the style attribute. I tried using the command "run javascript" but couldn't get it to work. Is this feat even possible?  :D 
 
Thanks much!
Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...