dialog Questions
4
Solved
The <dialog> element will receive focus once it is opened and I know that this is the intended behavior. However, I thought about using a <dialog> element to show a short notice at the ...
Osman asked 1/6, 2022 at 18:38
2
Solved
I would like to add some type of validation to my QInputDialog. I use the input of the dialog to create a file system path. So I would like to exclude characters such as @$#%^&*() but keep - an...
Glantz asked 8/11, 2013 at 17:56
3
Solved
I'm new to jquery and I wanted to add a dialog to my page when a function is called.
Whenever I call this function from the console, the dialog shows up but with the error below.
What did it mean a...
Shroud asked 20/3, 2020 at 7:59
5
I am attempting to use a bloc to manage the content of a dialog. I am fairly new to flutter.
The page is defined as:
@override
Widget build(BuildContext context) {
return Scaffold(
appBar: AppBar...
9
Solved
as already described in title, i'm not able to open the project structure dialog window in intellij anymore.
neither the shortcut (Ctrl+alt+shift+s) nor the menu element under File -> Project Stru...
Metaphosphate asked 16/1, 2014 at 16:56
12
I made a custom alert dialog box to be displayed at the end of my game so that the player can enter its name to save it. The problem is when I call show() on the dialog appears but it's not vertica...
1
I have a simple dialog which contains a note field, and when i long press on an item, this happens (I attach different status, to better understand the problem)
Now, here's what I already tried:...
Davey asked 13/7, 2024 at 15:20
4
I have created a vanilla create-react-app using the Typescript template.
I have added the line:
<dialog inert></dialog>
And the app won't even run because typescript is throwing an err...
Phonic asked 22/6, 2022 at 18:35
8
Solved
Imagine, I have FragmentA from which I startDialogFragment (there are EditText in box). How to can I get back the value from the EditText to FragmentA? I try to make something like this, and this b...
Collegium asked 2/8, 2013 at 20:13
8
Solved
I am creating an app in a flutter in which I need to display an alert dialog. And this is not a dismissible dialog. But when I press the back button on android it is getting dismissed. I have tried...
Retinol asked 5/11, 2018 at 14:45
14
Solved
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 is making it close when clicking outs...
Daubery asked 2/8, 2019 at 15:14
5
I want to show a modeless dialog on the screen and display some information in it.
However if I use it the following way, it has some problems:
function()
{
showdialog(XXX).
//heavy work.
update ...
5
I am looking for a color dialog for WPF?
Is there one built in?
Should I build my own ?
Or do Win 32 interop?
If so, how?
9
When we show a Dialog/AlertDialog in Jetpack Compose the background seems to be a bit dark, is there a way to adjust the background alpha or make it transparent?
For eg: The White background in thi...
Philosophy asked 6/4, 2022 at 11:55
1
I have a number of Dialogs that use a keyboard for text input. Whenever the keyboard is activated, the Dialog windows shift position upwards and resize.
I would like to stop this behaviour so that ...
8
I am using Material-UI in my react application. Recently, I updated my packages to the latest version. Now, when I open a dialog in my application, padding-right: 17px; will be added to the body ta...
Benefice asked 14/3, 2020 at 11:54
3
Solved
Google Chrome closes <dialog> elements when Esc is pressed. Seems to be reacting to keydown.
Firefox does not. This is the expected behavior, as closing on any key press is easy to implement...
Apocarpous asked 3/4, 2020 at 22:7
10
Solved
I am developing an application that when the button is pressed, it opens a dialog with OK and Cancel buttons.
It works fine.
When the user presses the back button, I am handling this as follows
...
3
Solved
I would like to add an About dialog to my Win32 application (developed using C++). How can I add a hyperlink to the dialog? I'm loading the dialog from a resource file (.rc). Is it possible to defi...
22
I am new in Flutter and I am trying receive data with a Dialog.
When a click in textField the error of image2 appear...
show(BuildContext context){
var dialog = Dialog(
child: Container(
ma...
Bonze asked 10/2, 2019 at 14:36
7
Solved
I am calling this dialog while getting data from server. This dialog box is having white spaces around it. I can I remove this white space around my dialog box. Here is my code.
var bodyProgress ...
Manzoni asked 18/6, 2018 at 8:41
19
Solved
I want the user to select a directory where a file that I will then generate will be saved. I know that in WPF I should use the OpenFileDialog from Win32, but unfortunately the dialog requires file...
Fresher asked 17/12, 2009 at 14:38
7
I use an HTML <dialog> element. I want to be able to close the dialog when clicking outside of it.
Using "blur" or "focusout" event does not work.
I want the same thing as...
Burgonet asked 26/4, 2018 at 7:54
5
Solved
Hi all I am creating an alert dialog in android by clicking a button. I used onClick property of XML and calling function. My code is
public void selectPhoneType(View view)
{
String [] item = {"...
7
Solved
I am using the AlertDialog.Builder in Android to quickly prompt the user for text. The dialog shows up and works great, but the user must click on the EditText field to load the soft keyboard. Is t...
1 Next >
© 2022 - 2025 — McMap. All rights reserved.