Top "Customdialog" questions

Easiest way to create a custom dialog box which returns a value?

I want to create a custom dialog box for my C# project. I want to have a DataGridView in this …

c# winforms dialog customdialog
sendUserActionEvent() mView== null after clicking on button

I have checked with this link but there its mentioned about long clicks. but I am facing this after clicking …

android dialog customdialog
Android - Change custom dialog title background

I am creating a custom dialog and I want to know how to change the background of the title bar. …

android dialog customdialog
custom dialog with close button

I want to create a custom dialog with the layout as shown in the picture. The cross/close button must …

android android-layout customdialog
Custom dialog too small

I have an android activity that implements a custom dialog.The application is running ok but the dialog is too …

android android-dialogfragment customdialog
Dialog.setTitle not showing a title

I am trying to add a custom title to my Dialog, however whenever I run my application it doesn't show …

android customdialog
How to align custom dialog centre in android ?

I am working on the application where i wanted to display the dialog to be screen size. So i used …

android android-alertdialog customdialog
Custom Dialog with setMultiChoiceItems

I want to create a way users can select options like the image below Right now am doing the following …

android android-dialogfragment customdialog
How to create custom dialog box with two button in android?

How to generate custom dialog box in android like this, I want just like this. How to generate it. please …

android customdialog
Android - AlertDialog styling

I have an alert dialog in the app as shown below. I want the title and the line which separates …

android android-alertdialog customdialog