I'm confused with events. I call this:
And this event doesn't do ANYTHING:
Progess dialog keeps going, and file is done. What shoud I do?
I'm confused with events. I call this:
The extension is not "getting" a file, hence, the action is not firing.
Are you certain you have your filepath for tempimg
correct ? It doesn't look that way.
Also need to know the android version of the device you are testing on, what data is in your tinydb tags, and the location of your files...
You also may need to remove any file://
prefixes in your filepath
tempimg path is correct. asd/tempimg
android version is 12, data in tinydb tags is string (made from file using kio4base64), location of file is selected image (imagepicker), and tempimg is stored in asd.
i went to asd and seen that file is ready, but the dialog keeps going.
i need just correct EVENT
OK, recreated your blocks, this works:
added the clock timer so that you actually see the progress dialog, otherwise it happens too fast to display it!
The issue is here:
You will see in my blocks a /
before the filename. This is required for the KIO4 block.
Thank you so much! But if StringToFile happens very fast, I don't need the progress dialog. Also I didn't know about / before filename in KIO4
Sorry, I'm dumb
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.