[F/OS] Custom List Picker and Choice Picker Extension

Very cool, did you release a new version?

1 Like

Bonjour,
J'ai parcouru le post https://community.appinventor.mit.edu/t/free-custom-list-picker-and-choice-picker-extension/87700
Je cherche désespérément la version 2 de l'extension "CustomListPicker" de "Le_K_Studio".
j'ai téléchargé la version 1, mais je voudrais, si c'est possible, mettre la version 2.
Pouvez vous me dire oĂč je pourrai la trouver s'il vous plait ?

The extension was split into two versions. The extensions listed in that post are the latest versions. A version2 containing both methods was available for a little while, but was then split by the extension developer due to software conflicts.

1 Like

Is this extension still being actively developed?
If so would it be possible to have the list support a icon beside the text just like the multi select list should a radio/checkbox?

If source is available I will scratch my own itch :wink:
Thanks

Here you go!

2 Likes

Itch scratched :joy:

Added support for icons, its pretty seamless as in no special flags to set unless you want image cache.
Just add your images to assets and feed it a list of list like the following

or as String

Here are the cache properties
new_functions

Preview

Thank you very much for the baseline of how this could be done, I had a lot of fun hacking on it :wink: .

I have a pull request waiting for you, I'll go through and remove the unused imports that made it in as part of my testing when I get a chance (next weekend probably)

1 Like