How to set a background image in brightscript for a particular screen?
Is dfNewBitmapSet() the method used to set the background?!
kindly share your answers
How to set a background image in brightscript for a particular screen?
Is dfNewBitmapSet() the method used to set the background?!
kindly share your answers
You cannot set custom background images for any of the built-in screens, only a background color. You can fake it for roListScreen by setting the HDBackgroundImageUrl/SDBackgroundImageUrl content metadata for every item, but that can make the screen incredibly sluggish to navigate.
Just use setLayer(0, ...) for the background.
I.e. put the background image in the farthest layer (doesn't have to be z-order 0 but i picked this as example since it's the last visible layer).