I'm trying to open the dialog on electron, but I'm getting this error: Uncaught TypeError: Cannot read properties of undefined (reading 'showOpenDialog') I've
I'm trying to create a Yes/No/Cancel dialog box in DraftSight by using a tutorial's solution (Link to site). However, when I try to add the first message to the
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
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
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
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 -
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
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
I've implemented app exit confirmation this way: return WillPopScope( onWillPop: _promptExit, child: Container() /*Remaining window layout*/ _prom
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
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
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
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
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
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 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
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
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
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
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