[FREE] Custom List Picker and Choice Picker Extension

UPDATED

image
Added dialog height property to set custom dialog height in pixels. Set 0 for automatic.

Upcoming Feature: Multiple choice list picker dialog!

2 Likes

UPDATED

3 Likes

That was awesome, I love this extension. :heart_eyes:

maybe in the future you can add a TextDialog where the TextBox can be customized and can be added as much as needed.

I think it might be easier if you develop it from an existing component in ai2 so it will be more efficient :grin: :+1:

blocks (1)

2 Likes

Thanks buddy. For showing Text dialog, DaffyDialog extension is already there. My extension focuses on list picker.

1 Like

Oh okay then, I hope in the future there will be an extension that focuses on TextDialog made by you :wink:

2 Likes

@The_K_Studio
I get this error with the app already installed.

1 Like

See this.

You need to change your app theme other than Classic.

3 Likes

It works perfectly, thank you very much @The_K_Studio

3 Likes

Updated: As requested by some user.

2 Likes

Ugh.. I am not a fan of the other themes. I do like this extension and am building an app with it but I sure do wish there was a fix for this. The color schemes of the other themes is messing me up!

I did see that some users are requesting features.. something that would help me without having to change the Theme would be to have a way to change the text color of the hints in a text box.. is this possible?

I also notice that the Title Bar has changed when I use this extension. Any way to edit the text size?

Hi, for which dialog you are trying to set theme colors?

1 Like

Hi.. thanks for the reply. I am using Device Default.. but really would prefer to use the Classic.

1 Like

Unfortunately this extension does not work with AI2 Classic theme.

Also, single choice picker and multiple choice picker dialogs uses device default themes and app accent colors, so it cant be set as per user preferences but you can set app accent color.

For normal list picker dialog you customise its properties by using setter properties.

1 Like

The_K_Studio

Does this extension only work with ListPicker?

and with spinner there will be some extension to change text size, color and centering

image

1 Like

Yes, this works same as list picker.

1 Like

Hello, a question, why when I finish selecting my option does the session close on my mobile device? Thank you

1 Like

When CustomListPicker.AfterPicking
Set Clock.TimerEnabled to true

When Clock.Timer
Set Clock.TimerEnabled to fasle
open another screen Screen4

Will this still close your device?

1 Like

Your Web request requires a selection from the list picker.

That is not available until after the list picker returns a selection.

You cannot use the Web until then.

1 Like

yes

1 Like

Hello,

You are trying to show two list picker dialogs at a time. See below image.

If you want to show a single choice picker dialog then don't use normal custom show list picker dialog block.

Also check suggestions from ABG.

Hope this helps.

1 Like