[Feature request] Any: ALL components

A student of mine wants to apply certain properties to all images.
When using any image (http://ai2.appinventor.mit.edu/reference/other/any-component-blocks.html), I understand that you need a list of all images.

Is it not possible to say for all images (component: all) instead of for each item in list and then you have to list all images? A generic command that produces this list of all images would be useful.
As far as I understand, I can produce a list with the string entries "image 1", "image 2", ... but not with the objects Image1, Image2, ... (without having to copy paste the number of images and adding items to the list).
That would be useful: for all images, do ...

3 Likes

Yes, at the moment it's not possible. It would be a useful feature to add though.

2 Likes

That would be great - if you have time once.

Many thanks in advance!

1 Like

Hi
I've put in a PR that adds the desired functionality. Let's hope it gets approved :slight_smile:

4 Likes

That sounds great, Vishwas - thank you very much for your efforts!

2 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.