Phew, Long day.
woops my bad, sorry No there wasnt anything binded for it.
Really, welp Ive already learnt something.
Ah I see, I thought I was creating a reference of sorts, So only area number would be pulled from it rather than invisibly creating a widget, Thats good to know, Ive used that style of reference incorrectly a few times.
Ok I think Im starting to catch onto the issue Im having.
I have a grid layout thats cut into 4, I placed promoted refences to them for something else but kept them incase which might be the key.
Which I think all of this means is that when I create a widget to reference something, Im actually referencing a different new “version” of the widget. A second widget is made.
For example here
Im not actually referencing the widget I created at the start. Its creating a new widget and referencing that.
Which makes sense as Invisibly it probably was doing it to the widget that isnt childed or viewported But not to the one originally made, Which is what sent me on a goose chase, as it was printing but of course it would. it does technically exist, Just not visibly.
What I need to do is somehow reference the original widget made an added to the child. Using those variables I made right at the beginning.
Absolute epiphany.
Now just figuring out this next stage of how to reference
Hopefully I Understood the issue well and I explain myself well.
Thank you for helping me, Its a huge help.
The phrasing of the widget creating 60 times a second really jingled my brain around In the correct manner on how this all functions.
In the morning, Im going to have a crack at figuring out how to reference this correctly.
Thank you