J jayd New member Feb 25, 2013 #1 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 Last edited: Feb 23, 2014
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
gdgsupport Support Staff member Feb 26, 2013 #2 Adding an icon will not be possible, but you can manipulate the progress bar with: Code: SetUIProp("jauge", "Value", "40"); Replace the 40 by the percent you want. Up to 100… Last edited: Feb 23, 2014
Adding an icon will not be possible, but you can manipulate the progress bar with: Code: SetUIProp("jauge", "Value", "40"); Replace the 40 by the percent you want. Up to 100…
J jayd New member Feb 27, 2013 #3 Many thanks!! I was looking for this for hours Last edited: Feb 23, 2014