Top "Dialog" questions

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

how to return to previous activity from about with a button click?

Im trying to return from the about dialog to the main activity by a button click: public class AboutActivity extends …

android button android-activity dialog about-box
How do I put a seek bar in an alert dialog?

I want an alert dialog box to pop up after I click a button to have a seek bar so …

android dialog alert seekbar
First dialog after authenticating fails immediately and closes dialog

I'm using the latest Facebook SDK on iOS 5. I can use SSO to successfully authenticate the user, and then I …

dialog facebook-ios-sdk
How to Send App request to facebook friends through facebook iOS sdk?

I am using facebook sdk for my my iOS facebook application. I want to send app request to multiple users. …

facebook-graph-api graph dialog apprequests facebook-ios-sdk
JavaScript: Confirm dialog box that shows value from a text box

Is there a way to have a confirm dialog box display the value a user typed in a text box …

javascript text dialog confirm
How can I change the appearance of ListPreference Dialog

I would like to change the RadioButton that appears on ListPreference dialog for a check mark or something different, or …

android dialog listpreference
getSupportFragmentManager doesn't compile on DialogFragment

How can I show this : public class TagsDialog extends DialogFragment { @Override public Dialog onCreateDialog(Bundle savedInstanceState) { AlertDialog.Builder builder = new …

android android-fragments dialog android-viewpager fragmentmanager
Android bottom button bar & scroll view with dialog theme

I am trying to display an Android activity with: a dialog theme; a title fixed at the top of the …

android dialog scrollview buttonbar
How to pass angular component to Nebular dialog service

I'm trying to create a web dialog on Agnular6 using Nebular components. There are two ways to do this, the …

typescript dialog angular6 nebular ngx-admin
JQuery Dialog: How to do partial page refresh and get new dialogs each time

I'm having a workflow issue with my JQuery dialogs when trying to create the dialogs and then doing a partial …

jquery ajax jquery-ui dialog partial-page-refresh