Is there a way to turn off the column count in the roGridScreen? We've checked the SDK docs but do not see any information about it.
We tried to hide it using theme.CounterTextLeft, etc, but it doesn't work.
app = CreateObject("roAppManager")
app.SetThemeAttribute("CounterTextRight", bkgColor)
app.SetThemeAttribute("CounterTextLeft", bkgColor)
app.SetThemeAttribute("CounterSeparator", bkgColor)
TheEndless wrote:Try roGridScreen.SetCounterVisible(False).
MatroxRT wrote:Is this method officially supported with the current firmwares? Since it's not documented in the ifGridScreen interface it makes me wonder if there are possibly issues with it?
@Roku Can we get confirmation it is fine to use this method? Also, when was it introduced firmware wise?
@TheEndless if you happen to know any of these details that would be helpful too.
Thanks
TheEndless wrote:...
As for it not being documented, I suspect that's just an oversight.
...
RokuKC wrote:Ask and ye shall receive.In this case anyway.