Gif animated Extension. Clickable. Transparent Background

Thank you Anke, now fixed.

@Juan_Antonio

Are able to develop your extension to “make a gif”, to combine a set of images to one gif file ?
Don’t know if there is a GifEncoder.java ?

This is interesting, I will try.

Hi @Juan_Antonio i’m new i was wondering if you could download app inventor on apple?

Apple? iOS? read this categorie, please:
https://community.appinventor.mit.edu/c/appinventor-ios/19

1 Like

Please do not hijack threads! You already started a thread about this here:

FOR TRANSPARENT BACKGROUND

try to use this color as number: 4294967295

note: use this as number (the blue box) not as text (the red one)

4294967295 is white.

Extension cannot work .
Did it work with any one

It may not work on Android 10+ as it needs to read and write files on the SdCard.

please elaborate

Taifun

Good Evening,
I like this extension very much and it is doing a good job on an Android 8.0.
But under Android 10 it does not collaborate with me:
I got the following error in companion:

/mnt/sdcard/AppInventor/assets/Triwizardcup.gif: open failed: ENOENT (No such file or directory

I dont have a sdcard in this mobile.

Here is the relevant block:

Even if I add an explicit path to internal memory space (like /storage/emulated/0/Pictures/), where a copy of the desired file resides, the extension will not load the gif.

Any Ideas how I can display the gifs even on the Android 10 Mobile? Is it a matter of permissions and how can I set these?
A helpfull information would be appreciated!
Regards
Stefan

@TheRepman

In this web page I have put the version com.KIO4_AniGif10.aix, destined for Android> = 10, Can you test if it works for you?

Files are saved in ...
/storage/emulated/0/Android/data/edu.mit.appinventor.aicompanion3/files/ ... in emulation with Companion.

And...
/storage/emulated/0/Android/data/'namepackage'>/files/... when Built.

http://kio4.com/appinventor/293A_extension_gif_animado_click.htm

1 Like

This was really a fast reply! Thanks for your help. I will tryout this... and come back here!

Very good Juan_Antonio!
It works now with my android 10 mobile.
With old one (Android 8) it does not anymore out of the box. I have to change the path to the gif images to
/storage/emulated/0/AppInventor/assets/
Seems that my AppInventor 2 resides in the first plane of internal memory, not in the Android directory.
I will test how it works if the APP is compiled...
Thanks again for your help!
Regards

that path to the assets will work only in the companion app
Taifun

Sure! The build-version is different. I will check that later...

So, it seems that I got it (nearly..).
To take the right path for the gif assets is a challenge. Especially because they are not the same in companion und build version. I copied my assets in different places and not all of them are obviously readable from my app, even though the files are there (and readable from within the file explorer). Dont know why this...

One question stays:
The path for the build (apk-) Version under Android 10 is:

/storage/emulated/0/Android/data/'namepackage'>/files/

If I install my App under Android 8, this path does not exist. Where resides the App under Android 8? Can somebody give me a sign, even if this thread is not directly related to that issue.

One suggestion for an improvement in newer versions of the gif extension:
Try to catch the division by zero error, if the wrong path is provided. The timer event with the next-frame method fires otherwise very fast errors and the original wrong path from the Loadgif method can not be seen.
Again Thanks for your help. I really appreciated it.
Regards Stefan

@Juan_Antonio
This post seems really helpful, as I am having trouble displaying a transparent gif in mit app inventor. The method I was using before (file:///android_asset/nameoffile.gif) is working (aka the gif is playing), but the gif's background is showing up as white, not transparent. However, I am having trouble understanding your code. Where is the block "KIO3_AniGif1. Load Gif" coming from? I do not see it anywhere in my blocks window, even under the image component blocks.
Thanks,
@modsod_odonnell