I’ve created a layer with a frame and textboxes that do what I need them to do, and it works great. When the user needs to change one of the values, they click a box, it shows the layer and its frame, they do their thing and they click a close button which hides the layer again.
But, I just discovered that when I hide the layer, it goes inactive. I need the textboxes on that layer to be readable (by script) and to update when a filter on the main layer is changed.
What options do I have here? Or am I going about this all wrong?