I have different screens with many main design elements grouped composed by 3 buttons and 3 labels that repeat many times in the scrollable screen, every time you press a button a set of actions happen on the connected label, and this has to happen for all the different main design elements, is there a way to create this without creating the corresponding blocks for every main design elements group?
I can do it but the blocks screen gets heavy
Unfortunately Thunkable X doesnât have any blocks that allow for general âwhen any Button is pressed, doâŚâ functions, but I can show you a way to make a function like this as easy to manage as possible.
If you check out this sample app, you can âorderâ as many regular Thunkable Beavers or Thunkable Hero Beavers as you like. While the function âset Labelâ can get unwieldy if you have many options, it is also neatly arranged into one âifâ block per unit, making it easier to add and remove items from your menu without worrying about leaving blocks behind in your app!
Check it out and let me know if you think itâll work for you.
BTW, I wanted to ask; this is just for one âsectionâ of the screen, I will have to repeat it 10 or more times, is it gonna be too heavy? Is it heavy on the editor cause my pc is not super powerful?
I donât have many screens, i have many elements in one screen
I already made a solution reusing one screen with different variables but I prefer to have elements in the same screen without opening a new one