How to hide close button in WPF window?
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 … Read more
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 … Read more
I am trying to make a edittext box in a dialog box for entering a password. and when I am doing I am … Read more
In the MVVM pattern for WPF, handling dialogs is one of the more complex operations. As your view model does not know anything … Read more
I am using DialogFragments for a number of things: choosing item from list, entering text. What is the best way to return a … Read more
I have an activity that is using the Theme.Dialog style such that it is a floating window over another activity. However, when I … Read more
I was wondering if someone could help me out. I am trying to create a custom AlertDialog. In order to do this, I … Read more
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 … Read more
I want the user to select a directory where a file that I will then generate will be saved. I know that in … Read more
This question already has answers here: How to create a file in memory for user to download, but not through server? (22 answers) … Read more
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 … Read more