Quote:
Originally Posted by napo_p2p
I came across some strange behavior when playing around with GuiTextEditSliderCtrl.
It works just fine if you do not set a format, or have:
PHP Code:
format = "$d something";
However, the text does not update properly when you have something before $d, like:
PHP Code:
format = "something $d";
NOTE: Replace $ with the percent sign. For whatever reason, I get a bad request error from the server when I try to post with the percent sign, which may very well be another bug...
|
Yea, the forum somehow blocks the percent symbol.
About the GuiTextEditSlider, thats infact pretty weird
