Most voted "dialog" questions
A dialog box is a floating window that contains a title bar and a content area. The dialog window can be moved, resized and closed with the x icon by default.
Learn more…67 questions
Sort by count of
-
0
votes0
answers29
viewsCreate dialog from Activity
I was able to display an Activity in dialog form, but it does not respond to the context. When you click on the edit button in my Recycler View, a form opens for changes. I am using the method…
-
0
votes1
answer89
viewsMy custom Dialog only appears after the to run all
I’m having a problem to consume 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 answers "yes" or "no" of…
-
0
votes1
answer294
viewsTake folder and file path (at the same time) with Electron
Good morning guys. I wonder if you have how to get the path of files and folders (at the same time) using Electron. I am using 'dialog.showOpenDialog()', but it returns either just folders or only…
-
0
votes2
answers429
viewsReturn which Alert Dialog button was clicked
I have a void method that creates a custom dialog that shows a listview Multichoice, I would like to make this method return a Boolean when positivebutton or negativebutton is clicked to do another…
-
0
votes1
answer97
viewsDialog messages launched from Viewmodel through Dialogcoordinator
I came across a problem working on a WPF project where I use "MVVM Light Toolkit" and "Mahapps.Metro". I am trying to take advantage of the "Dialogcoordinator" feature provided by "Mahapps.Metro" to…
-
0
votes1
answer101
viewsHow to change the text smoothly?
I am using Bootstrapdialog and I have to change the text frequently, I would like a tip on how to treat this, follow the example: $(document).ready(function() { Janela = new BootstrapDialog.show({…
-
0
votes1
answer164
viewsHow to make dialog that accesses a view without using setContentView
I am creating a dialog with an Edittext, and I need to take this value in another Edittext, without using setContentView pq do not want to redirect to the dialog xml... Follows the code:…
-
0
votes1
answer706
viewsJquery - How to use a href link to call a dialog
I need a command that opens a dialog every time I click a link... <map name="Mapeamento"> <div id="dialog" title="Imagem1"> <p>Informação 1</p> <p>Informação…
-
0
votes2
answers207
viewsShow a dialog with jQuery?
I have the following html: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0">…
-
0
votes1
answer52
viewsAdapt txt file reader
I was using a manual method to grab a txt file, where the user typed the file name and extension and pressed the button, now that replace by a code that opens a search box to choose the file on the…
-
0
votes1
answer134
viewsEntering data into the database through a Dialog
I am creating a project that needs to create users, I have a ready method working but I am trying to put a way to display in a dialog. I created a screen with a Recycler view to display the list of…
-
0
votes1
answer31
viewsDemo only works on Jsfiddle
My problem can be a very simple thing, is that I’m new to script programming and I’m getting a lot of hits! I cannot make this demo work in my.html file: Jsfidde demo link:…
-
0
votes0
answers118
viewsRetrieve information from a Dialog via Activity
Good afternoon, in my project I need to open a search screen to recover an object in a list, until here everything right. Before trying to use Dialog I was using Alertdialog that was serving me very…
-
0
votes2
answers307
views -
0
votes1
answer24
viewsButton in the Spinner reset Mainactivity in a Dialogfragment
I have two buttons in Mainactivity, the first opens a custom Dialogfragment with some spinners and the other button resets the spinner of this Dialogfragment. When I click the reset button it calls…
-
0
votes2
answers67
viewsHow to pause Thread while Alert runs within Platform.runLater - Javafx Java
I need to execute a method within a Thread that contains Alert and Dialog. As you already know Javafx has the limitation of not being able to show Alert or Dialog inside a Thread, so I put them…
-
-2
votes1
answer65
viewsJava Web with Primefaces and Hibernate
I have problems with the Primefaces Dialog. I have a Dialog that will appear when I click on a commandButton, in the oncomplete method, of a datatable. This Dialog will have another datatable that…