Breadcrumb Text color on roGridScreen?

Does anyone know which parameter in a theme controls the color or shade of the Breadcrumb Text?

  • Joel

The standard breadcrumb attributes work on the “flat-movie” style. Not sure if that applies to all grid styles or not.

I’m using flat-landscape on the grid and I have a shade of grey for the breadcrumb text, nothing I have do seems to make any difference.

-Joel

I just tested with all five different grid styles, and BreadcrumbTextLeft, BreadcrumbTextRight, and BreadcrumbDelimiter all worked as expected. :?

Is it possible you’re confusing the counter for the breadcrumb? In addition to breadcrumb text, roGridScreen also displays a counter in the upper right of the screen that shows your position in the focused row and the total number of items in the focused row. The theme attributes for the counter are counterTextLeft, counterSeparator, counterTextRight.

turns out I left off the “theme.” part of

theme.BreadcrumbTextLeft=“#000000

oops.