ionatan
11 years agoRoku Guru
roGridScreen focus image for mixed-apect-ratio style
Hello,
roGridScreen with mixed-apect-ratio style uses different border images for focused items. Is it possible to configure what images to be used for each row? GridScreenFocusBorderHD set the same image for all different aspect ratio rows and I couldn't find a way to update this "on the fly".
I've tried this code from below but didn't worked. Any thoughts?
Thank you.
roGridScreen with mixed-apect-ratio style uses different border images for focused items. Is it possible to configure what images to be used for each row? GridScreenFocusBorderHD set the same image for all different aspect ratio rows and I couldn't find a way to update this "on the fly".
I've tried this code from below but didn't worked. Any thoughts?
if type(msg) = "roGridScreenEvent" then
app = CreateObject("roAppManager")
app.SetThemeAttribute("GridScreenFocusBorderHD", "pkg:/images/GridCenter_Border_HD.png")
Thank you.