| 09-13-2008, 11:35 PM | #2 |
If you want to start the bar at 100% (max) set both maxval and currentval to the same. You then need to use the update function when you want to update the value the bar represents. |
| 09-14-2008, 12:40 PM | #3 |
Thats not the issue the problem is that it wont stretch across the entire multiboard =/ I was just using those values to test. can get it to fill up just fine.... |
| 09-14-2008, 07:02 PM | #4 |
Multibars uses 1 column for each "square" in the bar. So, to increase the size of the bar, you need more columns. To add more, just make more columns and set all the extra colum widths to 0 and then draw the multibar. |
