johnmarsden
10 years agoVisitor
Dynamically changing parts of the theme? Write BMPs?
Hey.
Trying to change the `GridScreenFocusBorderHD` attribute based on what grid section you're in. So row 1 is "pkg:/image/border-1.png" , row 2 is "pkg:/image/border-2.png" etc. I've noticed that the GridScreen doesn't update after changing attributes. I saw something on here about quickly opening and closing `OneLineDialog` screen, but that didn't work for me.
The alternative I guess could be to get a bytearray from BMP, alter the colors of it, then point to that tmp file. Is there a way to save ByteArrays to BMP files?
Thanks!
Trying to change the `GridScreenFocusBorderHD` attribute based on what grid section you're in. So row 1 is "pkg:/image/border-1.png" , row 2 is "pkg:/image/border-2.png" etc. I've noticed that the GridScreen doesn't update after changing attributes. I saw something on here about quickly opening and closing `OneLineDialog` screen, but that didn't work for me.
The alternative I guess could be to get a bytearray from BMP, alter the colors of it, then point to that tmp file. Is there a way to save ByteArrays to BMP files?
Thanks!