
squirreltown
Roku Guru
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2013
08:50 PM
grid counter
Is there any way to alter the grid counter so it shows the focused item/ totalfilelist instead of focused item / focused row ?
thanks.
thanks.
Kinetics Screensavers
3 REPLIES 3
joetesta
Roku Guru
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2013
12:31 PM
Re: grid counter
I don't think that there is but you could probably write a function to do it, by counting and adding up the number of elements in each row before the current row.
aspiring
destruk
Streaming Star
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2013
01:29 PM
Re: grid counter
Getting said information to display, since it's not handled that way in the gridscreen component, is going to be a bit of a problem.
The only easy way to do it that I know if is to constantly update the breadcrumb displayed in the top right corner, above the standard grid numbers.
Perhaps it would be easiest to monitor when the focused item changes in your wait loop.
The only easy way to do it that I know if is to constantly update the breadcrumb displayed in the top right corner, above the standard grid numbers.
Perhaps it would be easiest to monitor when the focused item changes in your wait loop.

squirreltown
Roku Guru
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2013
02:28 PM
Re: grid counter
Thanks destruk, I knew it was an iffy thing. I'm already using the breadcrumb so thats out too. Its for a grid where each row is 5 items wide so the counter is superfluous, the shame is that I cant even hide the thing by assigning it the background color, the counter text has a black outline which really looks bad if you do that.
Kinetics Screensavers