Category "dialog"

Is there any way to modify the MatDialog overlay order?

I want to implement basic dialog handling in my application, with 2 functions: To close all open dialogs: Easy with MatDialog.closeAll(); Enable the user to swi

Search box constantly opening up [closed]

The "pop up" dialog box is essentially preventing me from using the VS code editor, as the constant "prompting" means that I can't type anythi

How to get IBM Watson's intents / dialog nodes to work in tandem with actions

At a high level, I am trying to build a Watson Assistant that: (1) Follows a fixed conversation structure (currently containing 25 steps) (2) At each step, eval

How to make Material UI v1.0 Dialog background transparent?

I am trying to make put a CircularProgress inside a dialog box. But the dialog box background is white and cannot be set to transparent as in earlier version -

How to get a value from a dialog in flutter?

I am creating an app and I want to show a dialog for the user which contains a slider to pick a value. the problem comes here, I want to get the value of that

Weird instruction flow chatbot with LUIS and nodejs

I can't get what I want with my bot, coded with the help of MS Bot Framework and LUIS for language recognition. What I'm trying to do is book a plane ticket. S

Flutter - use WillPopScope with custom dialog to confirm app exit

I've implemented app exit confirmation this way: return WillPopScope( onWillPop: _promptExit, child: Container() /*Remaining window layout*/ _prom

"Scrollable" mat dialog with component

All I found about scrolling the dialog is about the overlay, but it is to describe the behavion off the dialog, but I need to scroll the content inside of it th

Material UI Menu not closing after clicking a menu item

This is code straight from MUI menu - customized menu.. I didn't want to put my code because there are some built in functions that make it more confusing. In

How to use scrollStrategy in MatDialog?

I tried to make a scroll for a dialog in reposition strategy, but it doesn't work for me. const scrollStrategy = this.overlay.scrollStrategies.reposition(); co

How to use scrollStrategy in MatDialog?

I tried to make a scroll for a dialog in reposition strategy, but it doesn't work for me. const scrollStrategy = this.overlay.scrollStrategies.reposition(); co

How to handle "outside" click on Dialog (Modal)?

My box closes when clicking outside of the box making me lose all the input. I want my box to close only when clicking on the cancel button. I am not sure what

Will PrimeFaces Dialog Framework break view scope as compared to p:dialog?

I'm using PrimeFaces 5. I would like to open a dialog when a button is pressed. <p:commandButton value="add upload" actionListener="#{theForm.openUpload}"

How do I maintain the Immersive Mode in Dialogs?

How do I maintain the new Immersive Mode when my activities display a custom Dialog? I am using the code below to maintain the Immersive Mode in Dialogs, but w

How to animate CSS ::backdrop behind HTML <dialog>?

The <dialog> element is now cross-browser compatible (since March 2022). I tried my hand at it today and familiarised myself with: HTML <dialog> Ja

How to close the new html <dialog> tag by clicking on its ::backdrop

I didn't find any built in solution or workaround for closing the html5 <dialog> element by clicking on its background(::backdrop), although it's clearly

Qt Color Picker Widget?

I have a QDialog subclass that presents some options to the user for their selecting. One of these options is a color. I have seen the QColorDialog, and I nee

did i make a command through a dialog in mirc?

i've created a dialog that allows to kick an user. this dialog has a textbox where the user must write the name of the one to kick and then press the OK button