I’m writing a modal dialog in WPF. How do I set a WPF window to not have a close button? I’d still like for its WindowState to have a...
I am trying to make a edittext box in a dialog box for entering a password. and when I am doing I am not able to do. I am...
In the MVVM pattern for WPF, handling dialogs is one of the more complex operations. As your view model does not know anything about the view, dialog communication can...
I am using DialogFragments for a number of things: choosing item from list, entering text. What is the best way to return a value (i.e. a string or an...
I have an activity that is using the Theme.Dialog style such that it is a floating window over another activity. However, when I click outside the dialog window (on...
I was wondering if someone could help me out. I am trying to create a custom AlertDialog. In order to do this, I added the following line of code...
I’m trying to generate a custom dialog in Android. I create my Dialog like this: dialog = new Dialog(this); dialog.setContentView(R.layout.my_dialog); Everythings works fine except for the title of the...
I want the user to select a directory where a file that I will then generate will be saved. I know that in WPF I should use the OpenFileDialog...
This question already has answers here: How to create a file in memory for user to download, but not through server? (22 answers) Closed 2 years ago. I have...
I can create and display a custom alert dialog just fine but even so I have android:layout_width/height="fill_parent" in the dialog xml it is only as big as the contents....