01-13-2025 04:25 AM - edited 01-13-2025 04:28 AM
Hi, I am running LV2018 so I think I am missing that orange .vim to the left. Does it just remove duplicates from an array? Also, what is filters? Just a 1d array of clusters containing the boolean clickers and strings?
01-13-2025 04:29 AM - edited 01-13-2025 04:38 AM
01-13-2025 04:31 AM
Hi, I meant to say LV2018. Yes I have tried opening it and it doesnt work.
01-13-2025 04:38 AM
@Asasafuchi wrote:
Thanks! This seems to populate the array correctly but turning the buttons on/off do not change Array 2. Are your buttons working?
Now you reset them every time as you recreate the initial cluster array. Do the init outside the loop.
01-13-2025 06:03 AM
Thanks! That did the trick
I assumed you mean doing like this?
01-13-2025 06:26 AM - edited 01-13-2025 06:28 AM
Hi Asa,
@Asasafuchi wrote:
I assumed you mean doing like this?
No!
01-13-2025 06:44 AM
I need my Array 3 because that is the array containing the clusters and strings of text. Even when initiating Array 3 outside the loop I get the issue that the buttons dont remove anything but if I use the select node it works. Would using an event structure be better? Because this seems to work.
01-13-2025 06:50 AM
Hi Asa,
@Asasafuchi wrote:
Even when initiating Array 3 outside the loop I get the issue that the buttons dont remove anything but if I use the select node it works.
@Asasafuchi wrote:
Would using an event structure be better?
Yes, because you can react on user events instead of polling the UI elements…