I’m trying to make a qr code scanner that when you scan your custom qr code it puts custom text into a pre created list, but the problem is I already have a variable that is assigned to creating a new list, as shown in my list creating code below.
And I’m not sure how to go about the whole qr code scanning except the bare basics of the
“When btn1 is clicked, do scan”
I most likely need the extension for the qrcode block.
Also what website would be best for making a custom qr code? Some are good, but they have all the good features behind a subscription paywall
By a custom qr code, I mean one I generated online that might have my logo on it or something and that when I scan the qr code that it would add text to my list component
sorry but I don't understand what's your question.
You want to scan a qrcode and store the result to an list? or retrieve a item from list and generate a qrcode?
Neither of my options worked, and I tried tweaking the code in little bits but to no avail. I can’t seem to just simply add a text item to a list from a qr code.
When I tried the method previously shown with the label, it did work and give the data result in text, but not when it’s an item being added to a list.
And I know that it’s nothing to do with the text colour or anything trivial like that, so I’m confused.
Well the blocks below were TIMAI2’s design, and they got the result and then that result showed on the label, but the design flaw was that I would only be able to have 1 piece of text on the label at a time, and if I wanted to scan a different qr code it would erase the 1st text
So I tried both “get result from barcode scanner” and get result blocks on my code which I showed above, so I don’t get why it won’t get the result and just add the text item to the list.
Is it to do with the way my list and add/remove/clear all buttons are programmed?