Top "Dialog" questions

A temporary window presented to a user (usually as a small box).

How to create a dialog with “yes” and “no” options?

I am going to make a button to take an action and save the data into a database. Once the …

javascript dialog
JavaScript: Create and save file

I have data that I want to write to a file, and open a file dialog for the user to …

javascript file dialog save
How to use OpenFileDialog to select a folder?

How to use OpenFileDialog to select folders? I was going to use the following project: https://github.com/scottwis/OpenFileOrFolderDialog …

c# .net dialog openfiledialog
Activity has leaked window that was originally added

What is this error, and why does it happen? 05-17 18:24:57.069: ERROR/WindowManager(18850): Activity com.mypkg.myP has leaked window com.…

android memory-leaks dialog
Open file dialog box in JavaScript

I need a solution to display open file dialog in HTML while clicking a div. The open file dialog box …

javascript file dialog
How to change theme for AlertDialog

I was wondering if someone could help me out. I am trying to create a custom AlertDialog. In order to …

android dialog themes alert
How to make an alert dialog fill 90% of screen size?

I can create and display a custom alert dialog just fine but even so I have android:layout_width/height="…

android dialog
How to implement "confirmation" dialog in Jquery UI dialog?

I am try to use JQuery UI Dialog to replace the ugly javascript:alert() box. In my scenario, I have …

jquery jquery-ui dialog modal-dialog
Open directory dialog

I want the user to select a directory where a file that I will then generate will be saved. I …

wpf filesystems dialog
How to prevent a dialog from closing when a button is clicked

I have a dialog with EditText for input. When I click the "yes" button on dialog, it will validate the …

android dialog android-alertdialog android-dialog android-dialogfragment