Questions tagged as 'alertdialog'

0
answers

Problem with AlertDialog and multichoice

I have an AlertDialog that has a multichoice and that it is filled by means of an arraylist of objects, that data I get from a webservices. The problem I have with this AlertDialog is that when I click on my actionbar to see if it loads the c...
asked by 04.06.2016 / 00:19
1
answer

Change color and text properties in an AlertDialog

I have a AlertDialog that shows a certain message that includes two variables, which are mail and pass and I want to be able to assign a color to it. Any ideas on how to do this? I leave you my AlertDialog String correo...
asked by 17.01.2017 / 17:14
1
answer

How to prevent alertdialog.builder from closing if an option is not selected?

I want to avoid that the AlertDialog.Builder is closed if an option is not selected, and probe removing the dialog.dismiss() but the same when I click on the button accept without having selected an option closes, I want the AlertDialog t...
asked by 01.01.2019 / 18:07
1
answer

Why does not my Jquery dialog appear when I click?

I am trying to make a confirmation dialog that happens when you click on the delete link, the dialog is displayed. Are you sure you want to delete the app? But for some reason it does not appear to me. This is my html. <a class="link_poi...
asked by 03.08.2018 / 21:27
1
answer

Error requestFeature () AlertDialog

I have an AlerDialog in my App, the main problem is that in versions of Android Nougat and later this works perfectly but in Marshmallow and below the AlertDialog gives me this error: requestFeature() must be called before adding content...
asked by 15.10.2018 / 15:35
1
answer

Collect value from an AlertDialog

I'm creating a Alertdialog but the value it returns is always 0. I have defined a variable in the Activity and I assign it the value but it does not work for me. Thanks for your answers. private int result; AlertDialog.Builder buil...
asked by 21.04.2018 / 21:42
1
answer

Toast Problems Android Alerts

I have these codes in my MainActivity.java I intend to show a toast type alert with a duration of one second and that if I give it 50 times and I stop pressing it does not keep appearing, that the previous ones are canceled.They do not appear wh...
asked by 15.01.2018 / 18:59
1
answer

Problem getting ng-model value with Onsen Dialog

Good morning, I've had a problem with Onsen UI for a long time, specifically the Dialog component. It seems to be a scope problem of the Scope or Controller. For example: app.controller("MainController", function($scope) { $scope.showEditD...
asked by 05.07.2016 / 18:20
1
answer

Save marked options AlertDialog Multichoice

Well, already fine-tuning the App that I am developing, I find myself in a small dilemma. Good to the point, I have a screen called customer, I show a list of clients, and in the% share% I have a button which makes me ActionBar MultiCh...
asked by 06.06.2016 / 17:40
1
answer

Switch where the case is the value of a cycle for

In my application I have implemented a button where pressing it shows a dialog with options to choose. These options are dynamic, that is to say, they are never going to be the same amount of options, because this makes it difficult for me to de...
asked by 05.02.2018 / 00:18