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

Great extension :clap:
But I need this in RTL mode and custom word instead ''OK'' , ''CANCEL'' ,... :weary:

What is RTL mode?

Already added properties to customise positive and negative button text :point_down:t2:

1 Like

RTL - Right-to-Left (Usually seen in languages such as Arabic or Hebrew)

2 Likes

@The_K_Studio This is very good extension,
But can you add a feature that these lists can be imposed on arrangements, which we can set it on arrangements as well as popups?

I will try.

If I correctly understand, you want to show a custom layout as list picker in a pop-up?

If yes then there is already an extension Daffy Dialog, you can use it to show custom layout as pop up notifier.

1 Like

No in an arrangement, similar to list view

thanks. :pray:

Would be nice to have a set version of
image

If you are talking about multi choice picker dialog then property already added to get selections.

I want to be able to set the selections in advance to make it persistent. Like the Remember Selection but if it is reloaded.

Yes, after showing the multi choice picker dialog after app is reopen does not remember the previously selected choices.

I will consider adding a new property to select choices in advance then the dialog will show pre selcted choices.

That would be cool!

UPDATE

  1. I have separated custom list picker and choice picker dialogs into separate extensions as it is creating confusion between properties of each dialogs.
  2. Added negative button in Custom list picker dialog and related properties like negative button text and text color.
  3. Added PreSelectedChoices property in Choice Picker dialog to set choices that will be pre selected when showing the dialog.
  4. Removed remember choices property as it is not working properly.

I have edited the 1st post and explained about its uses.

I have added a property PreSelectedChoices in Choice Picker to set choices that will be pre selected when showing the dialog.

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