Hi,
I’m wondering if it’s possible to change the status bar informations… not just the text, but adding an icon and manipulate the progress bar with HEScript.
If not, is it possible to implement it in a future version ?
Thank you
Hi,
I’m wondering if it’s possible to change the status bar informations… not just the text, but adding an icon and manipulate the progress bar with HEScript.
If not, is it possible to implement it in a future version ?
Thank you
Many thanks!!
I was looking for this for hours
Adding an icon will not be possible, but you can manipulate the progress bar with:
SetUIProp("jauge", "Value", "40");
Replace the 40 by the percent you want. Up to 100…