Top "Dialog" questions

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

Popup over incoming-call screen

I want to create a customized popup over the android's incoming call screen where I wish to add information for …

android android-layout dialog popup toast
How to create a radio button in aem 6 touch dialog

I am having a touch UI component for which I am creating a dialog in AEM 6. I have a requirement …

dialog aem sightly htl
cross platform native open/save file dialogs

I'm writing a UI for my program using opengl with SDL in a combination of Lua and C++ What I …

c++ user-interface dialog cross-platform native
DatePickerDialog OK button not getting the selected date

I have a simple DatePickerDialog that opens when an EditText is opened. After choosing a date and pressing OK, it …

android dialog datepicker android-dialog android-datepicker
How to make and display a form in a Dijit Dialog programmatically?

I've been trying to figure out how to create and display a form inside of a Dialog using Dojo 1.7. I …

forms dojo dialog
Open File Dialog Box

I'm learning Objective-C and trying to develop a simple zipper application, but I stopped when now, when I need to …

objective-c user-interface dialog openfiledialog gnustep
Angular Dialog: No component factory found for DialogModule.

Trying to make a dialog using feature model in angular 6. But I'm getting this error: No component factory found for …

angular typescript dialog components
PrimeFaces with JSF - "onerror " in the <p:commandButton> doesn't work

I am using JSF,with @ManagedBean annotation and using Primefaces, and I got the following problem. Why the "onerror" is …

jsf primefaces exception-handling dialog onerror
Toastr js add aprove / disaprove button

I am trying to setup Toastr js to become sortof a dialog button. All i need is an "Approve" and …

javascript dialog toastr
The method runOnUiThread(Runnable) in the type Activity is not applicable for the arguments (void)

I am trying to create a dialog from a non-UI thread, in onUtteranceCompleted(): runOnUiThread( new Thread(new Runnable() { public void …

android dialog thread-safety runnable ui-thread