Accessed None trying to read property: Widget wrapbox

image
So here is the error.

Context:
What I’m trying to do is make a widget that has buttons on it that can add and subtract other buttons from the same widget. image for more info!

I’ve got the first wrapbox working for the first set of buttons. But when I click on one it acts like the second wrapbox isn’t there. This is slightly more complex set up so i’ll try my best to explain it.

This is how i make the first row for the skin packs. It works so no worries here

(I know skinpack and skinpack1 are really close in name but they are different!! I swear!)
image

This is for the second row “Skins” and it fails at trying to add the skins to the wrap box. I’ve checked and the array is full. I’ve even made a whole new widget and still encounter the problem.

This is how I checked to make sure that the second wrap box is in memory (i think thats the right term) and it comes back positive.

My thoughts:
At first i thought it could be you can’t change more than 2 things on a widget, but that seems weird to me.

So both the array elements and wrap box are active but nothing happens when I try to add widgets to the wap box. Maybe this is wrong?


This is how I get the array to the widget. But i’ve tested it and everything gets to the widget.

Maybe i’m missing some node thats standard for updating widgets but I have no idea.

I might have left out some context cause my brain is fried from trying to figure this out. So just let me know if you need more. Thank you!

Ok never mind. Figured out is was just a bad reference.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.