Try this one box34app.aia (78.0 KB)
I fail to follow your logic.
Presumably, you click on the âPhotoâ button, which launches the PICK activity, where you select an image.
After that activity has completed, it returns, triggering the âAfter Activityâ event where you use the URI of the image (why use âActivity_Starter1.Result URIâ instead of âresultâ; does Image Editor ask for an image or the URI of an image?) to crop/resize/whatever and push the image in âPhoto.Pictureâ.
Then what?
You click on the âSaveâ, which is supposed to take the image of the LOGO (i.e. NOT the Photo; at this point, it is assumed that LOGO has not been activated) and save it by calling Pictodrive1, which will, when completed, trip the Pictodrive1.UploadSuccess event, which will launch ANOTHER instance of Pictodrive1, this time with the Photo component, which will, when completed, trip the Pictodrive1.UploadSuccess event, which will launch YET ANOTHER instance of Pictodrive1 (with Photo) which will therefore keep calling itself for the rest of eternity?
It worked, but I donât noticed the changes you made in the blocks. Can you explain?
You mean you missed the âGlobal OneTimeâ that prevents the component from calling itself?
Of course, in a production app, youâd want the logic to manage the value of OneTime perhaps in a different way.
==> see how much easier it is for us to help you when you actually show some code instead of relying on our mind reading capability?
only those have to ask here in the community, who are not aware, that the Do it debugging feature existsâŚ
usually a developer does the work himself/herself rather than ask others to debug the project⌠also doing it yourself would be much faster but it seems to be you have loads of timeâŚ
Taifun
That was only a quick solution for not to do
The images overwrote each other with his example as he used default name only for them, so I only added save new image as to distinguish them
Yes. Yet another example of the bug being located between the chair and the keyboard.
Dude, you werenât even following the logic of the code but now you feel comfortable to be ironic with my work?
We need more Bobans in this community, people that actually helps instead of cheap talking.