QR Code Generator problem

I tried it on my phone (after installing the apk) :frowning:

1 Like

OK. You might try this. Since multiple Screens behave as 'separate' apps and you insist on using Multiple screen you may need to request permission on the other screen?

askforpermission

Will this work? Sorry, no idea. Try it, it might. I avoid issues like this by using virtual screens.

1 Like

My block concerning QR Code (i removed Screen2, so now i only have one screen)

1 Like

Go into your App Settings select the app and find Permissions. Allow Files and Media. The app will then work.

Nothing seems to be asking for permission.....

1 Like

Now, it works, however then QR Code is a white image (nothing appears). It's bizarre !

1 Like

Did you drag in a barcodescanner component? the extension needs one.

1 Like

Yes i did :wink:

1 Like

Works :+1:
But it needs Read permission. :thinking:

Yeah, but that's not needed if you are using latest version.

1 Like

Here is the result that appears when I click on QR Code:

----------------------------------------------------------------------
And here are the corresponding blocks:

1 Like

Hi guys, here is the result that appears when I click on QR Code:

----------------------------------------------------------------------
And here are the corresponding blocks:

***!!! HELP PLEASE !!! ***

1 Like

Text shouldn't be empty.

1 Like

Is it the only problem ? What i should do in your opinion ?

1 Like

Think it in a different way.
You create a file with absolutely empty content so its size will be almost equal to 0 bytes.
Now when you append some content to it then its size increases.
Same situation is with bar codes.You need to give them some content to build bar code around.

1 Like

Is you set image as visible to true

Sorry ? i didn't understand

1 Like
When baracode generated set Image 1 visible to true
1 Like

Thanks guys, it works !

1 Like

Why you mark yourself as solution

1 Like

It wasn't me who did that :wink: i think it was done automatically :wink:

1 Like

Mark correct ans as solution

1 Like