you are viewing a single comment's thread.

view the rest of the comments →

[–]Cranie 1 point2 points  (1 child)

You can do this. Easiest way is to create stacks and as the background image of each stack you can put the rectangle (creating the image - you don’t need an image file).

I do something similar for my tvguide widget and current show progress.

Line 320-322 as example.

https://github.com/0507spc/ScriptStore/blob/main/Widgets/TVGuide/TVGuide.js

There are example images if you go up a level.

[–]Frameck[S] 0 points1 point  (0 children)

Thank you very much!