I keep getting an error that my browser doesnt have enough memory and it crashes when trying to copy and paste some more fields. Im close to having everything I want done on this page. it is quite a lot and elaborate but for a reason and probably because I dont know any better.
A) is there a way to allocate more memory to the browser?
B) is there a way to allow someone to view the backend of my app and is someone willing to tell me how I can minimize the memory usage by doing things differently? I am very willing to learn, I just dont know any better.
Just to describe
This is an app for cosmetic formulations. Users can create, recreate and search batches. The can add ingredients and suppliers, providing pictures and reviews for each. They can research both as well. There are a lot of popups to allow for adding, modifying, deleting different things, viewing reviews etc.
There are 6 batches of 10 ingredient sections (first picture) only 4 able to be loaded so far
There is a further 6 lots of methods last picture but I only have one up at the moment.
Thanks for that. Ill try it out. I just tried doing what I was trying on my Dads laptop which is much newer and it wasnt an issue. It would appear to be a hardware limitation
I had them in RGs but then Id also have to use about 60 extractors and 60 receivers so I could add all the data from each RG together to get the bottom fields to work. So I used autobind instead and disabled the field. The information populates but cant be changed and I dont need to use a RG extractor.
If everything in the red rectangle is inside a reuseable element, you can put the RE inside the repeating group to avoid repeating yourself, it’ll make your life a lot easier.
Can I change where I pull data from. What I mean is each group has an ID that ID references it in the DS so when the data is pulled it knows what data to pull and put where.
I did try to do a reusable element but it sorta became like a picture, I couldnt manipulate anything how it was was how it was.
Ive never done anything with reusable elements before maybe I set it up wrong.
You have to edit the reuseable element, it’s in the pages dropdown in the top left of the editor. You should definitely learn them as not using them is one of the biggest mistakes new users make (after not using privacy rules): Reusable Elements | Bubble Docs
Ok. I thought I had figured it out. I can see where I set to get the data from. I did a search, the same as I had on the original fields I used to build the reusable element
When I preview the page though, nothing is there, it is completely blank where the reusable element should be.
The fields used are normal fields but they are autobound. Does this not work with a reusable element.
Im using autobind instead of RG’s because there are fields in the RE that I need to sum together. There are 60 entries in total that can be made, so 60 fields to be added together and 4 sets of fields. So its like 6o sets of RG extractors if I used RG, which is why I thought Autobound would be better.