Hi, Currently having some issues with text gadget format. I am getting pid output from 0 to 100%. I wanted to show pid output value in groov view like 100%. But if I enter #.## % the groov view values changes to 10000.00%. Attached images as reference. Thanks
That was an unexpected behavior of the text formatting library we use, sorry. It automatically scales numbers if you use a percent sign. To turn it off, add a single quote (') character before the percent in your format string.
Heh, this is one of those things that I’m afraid to change. Some people are definitely relying on the behavior at this point and I don’t want to break their projects in an update.