Hi all,
Been at this Perspective 8.1 for about 4 months now. I have an interesting client request and I'm reaching out to all the experts here for some ideas.
The component on the left has 4 boxes (which needs borders too so it looks like the component on the right). The bottom 2 yellow boxes do not have a label in them but they can be "active" as well.
In the middle you see a red circle with a white arrow. That arrow is pointing to the "active" box. That arrow can point towards any of the 4 boxes at any given time based on which box is "active". The arrow only needs to be shown once and will be pointing to the active box. Only 1 box can be active at one time.
I cut the red circle image into 8 images.4 without the white pointer in it and 4 with the white pointer in it. I swap out the image in each box based on an expression in order to display the image with the white pointer or to display the image without the white pointer in it. That works fine.
However, my dilemma is:
I can not add borders to the 4 boxes (like you see in the component on the right) because the borders display between the 4 red circle images.
I do not think I can create a circle component or an SVG and place it on TOP of the 4 flex containers (the 4 boxes)
Any recommendations on how I can achieve this component with the red circle, white pointer, AND have borders around the boxes?
Does the entire component need to be an SVG? Would that even work?
Thank you very much.