Top "Dialog" questions

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

Axapta Dialog Validation

I've found several posts and articles around the net talking about validating form fields in dialogs, but none of the …

validation dialog axapta x++
AlertDialog or Custom Dialog

I'm developing an Android 2.2 application. I want to show a text with an Ok button but I want to add …

android dialog android-alertdialog android-2.2-froyo
Vaadin confirm dialog

I need to create a confirm dialog The only thing that looks doable is proceeding via a modal sub window …

dialog vaadin7
Detect back button press while dialog is open in flutter

I am creating an app in flutter in which I need to display an alert dialog. And this is not …

android user-interface dialog flutter flutter-layout
JSF:Primefaces: Cannot open Dialog from Bean using RequestContext

I am not able to open Dialog from my Bean. I have also tried actionListener instead of action This is …

jsf dialog primefaces requestcontext
QInputDialog and QMessageBox

I'm doing some preparation for an exam using Qt framework and I would like to know how to use QInputDialog …

c++ qt dialog qmessagebox qdate
How to display an existing ListFragment in a DialogFragment

I have the following problem: I have an exisiting ListFragment, but I would like to display this as a dialog. …

android dialog fragment popupwindow
Fastest way to create a Java message dialog (swing/awt/other)?

I'm creating a Java application that will do some processing then needs to display a message to give the user …

java user-interface swing dialog awt
How to properly link DCL to AutoLisp?

I'm trying to build a very basic AutoLisp interface. I'm a total beginner at this, so after failing to code …

dialog lisp autocad autolisp
display a dialog after long click on list view android

in my application I will fetch data from a cursor and put it in a ListActivity. If a long click …

android listview dialog onlongclicklistener