Questions tagged as 'dialog'

1
answer

How to make dialog that accesses a view without using setContentView

I am creating a dialog with an EditText, and I need to get this value in another activity, without using the setContentView because I do not want to redirect to the xml of the dialog ... The following code: dialog_edittext.xml: <?xml ver...
asked by 12.06.2016 / 16:13
1
answer

dialog messages triggered from the ViewModel via the DialogCoordinator

I came across a problem working on a WPF project where I use "MVVM Light Toolkit" and "MahApps.Metro". I'm trying to take advantage of the "DialogCoordinator" feature provided by "MahApps.Metro" to trigger dialog messages from my ViewModels....
asked by 24.02.2016 / 17:37
1
answer

My custom Dialog only appears after the whole run

I'm having a problem consuming a custom Dialog in an Android Activity. I select the text that appears in the Dialog according to the previous answer and the accumulation of "yes" or "no" answers from the user, the problem is that I tried to p...
asked by 13.05.2015 / 13:49
0
answers

Update a Switch from a Dialog

I have a Dialog like this: public void Dialogo_Iluminacao() { final Dialog dialog = new Dialog(this); dialog.setContentView(R.layout.dialogo_iluminacao); dialog.setTitle("Iluminação"); final Switch garagem = (Switch) dialo...
asked by 24.02.2015 / 14:11
1
answer

Java Web with Primefaces and Hibernate [closed]

I'm having problems with PrimeFaces Dialog. I have a Dialog that will appear when clicking a commandButton, in the oncomplete method, of a dataTable. This Dialog will have another dataTable that will also have another button to open another dial...
asked by 25.10.2018 / 16:51