Questions tagged as 'dialog'

3
answers

window.showModalDialog does not work in Google Chrome, is there something equivalent?

Hello, I'm trying to open a modal in google Chrome ... The current application already uses window.showModalDialog for years, it works in IE ... I can not make changes using the html 5 dialog tag, there is some other method or a jquey / javascri...
asked by 13.11.2017 / 14:40
1
answer

What is the difference between Show (), ShowDialog () and Application.Run ()?

I read something about modal but I did not understand, could anyone explain?     
asked by 28.05.2017 / 12:57
2
answers

Android ProgressDialog does not appear

I'm trying to show a ProgressDialog in the process of downloading a binary file, however it does not appear, and I do not get any error as well. Briefly explain how I have structured code In my MainActivity I define a button to get this file...
asked by 25.06.2015 / 14:36
1
answer

How to remove the title of a Custom Dialog?

I have this Custom Dialog AndI'dliketoknowhowtogetthatpartofthetitlebecauseinthiscase,it'sunnecessary.Codeprivatevoidacertou(){finalDialogcerto=newDialog(this);certo.setContentView(R.layout.resultado_positivo);ButtonokPositivo=(Button)certo.fin...
asked by 18.09.2016 / 20:38
1
answer

Error adding ProgressDialog

I'mhavingtroubleaddingadialoginthislistViewmethod,isthereanotherwaytomakeitwork?listDebitosPendentes.setOnItemClickListener(newAdapterView.OnItemClickListener(){dialog=ProgressDialog.show(DetalhesDebitosActivity.this,"Aguarde","Enviando Boleto....
asked by 06.12.2016 / 19:40
1
answer

How to use a Spinner in an AlertDialog?

I'm in doubt how to put a spinner in an AlertDialog, I already have the codes ready, just need to insert the spinner. Array: <string-array name="categoria_array"> <item>Aeroporto</item> <item>Bar</item>...
asked by 24.03.2016 / 09:44
1
answer

Problems $ scope mdDialog angularjs

Good morning guys! I'm having trouble passing an array to an md-dialog. Clicking on an edit button sends the array that is in the $ scope via locals to the md-dialog's controller so that I can change the data and save it. But the problem i...
asked by 04.02.2016 / 14:44
1
answer

Set maximum height for Alert Dialog

My dialog has a list, and when this list has many entries, the dialog cuts the buttons in the middle, as in the image: HowdoIsetamaximumheightfornotbeingcutlikethis?DialogCodepublicvoiddeleteCategoria(intdespesa){mAba=despesa;finalCategoriaDA...
asked by 16.06.2015 / 18:41
1
answer

Dialog appears only after it has been called

Hello In my application, I have a Button , which when clicked, opens the device camera for the user to take a photo: @Override public void onClick(View v) { //dialog da minha aplicação final ProgressDialog dialog = MobileUtils...
asked by 10.12.2015 / 19:47
3
answers

Find file having only part of its name in C #

I need to find a file automatically without having to open a check box for the user to select the file. Where I already have the directory of the folder where this file will stay and I also know the part of the final name of this file, and that...
asked by 28.10.2015 / 15:53