displaying vertical counter ?
hi all,
might sem like a daft question but how do i get the vertical counter to display on screen at runtime ?
If i leave it as numbers its displays just fine as soon as i change it to a vertical bar it disapears when i try torun the app ?
probably something simple but i cant see it in the option to make it display?
Arma :)
Re: displaying vertical counter ?
What have you set the minimum and maximum values of the counter to? Huge values, or 0 and 100?
Re: displaying vertical counter ?
The counter object is very glitchy with display. Once, I couldn't get it to display number in runtime but had to change it to verticle bars to display it. Try setting it's initial value to 50 or somthing and see if it shows.
Re: displaying vertical counter ?
It is not at all glitchy. It is usually due to max and min values being very large. I usually set the minimum to 0 unless the counter is used for anything negative. If you have a bar display, it won't show up at all with very large parameters and relatively small values.
Re: displaying vertical counter ?
thank guys, i had left the values at default, changed em and now i can see it :)
The max i needed was 3600 and min was 0
Arma