Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
25 views

need to know the syntax for router.navigate for dialog Popup from a click event below routing works ( as a non dialog webpage) & wanted convert into a popup ! but how do I open it as a dialog(...
stellus's user avatar
  • 11
0 votes
1 answer
849 views

When I click outside my Shadcn Dialog component, the dialog is closed automatically. Is there any way to prevent this behaviour? I would like it so that the dialog will remain open, even after ...
Jasperan's user avatar
  • 4,993
1 vote
1 answer
66 views

I am programming a little software in Go called GoFileEncoder. For the file dialog boxes, I would like to use fyne.io/fyne/v2/dialog. Only, the functions dialog.ShowFileOpen() and dialog.ShowFileSave()...
eliotttak's user avatar
1 vote
0 answers
37 views

For my application, I created an @order_number entity that has a regex pattern \b\d{5,10}\b. The entity was inserted into a slot that identifies the order number and saves it in $order. The process ...
Federica Bertel's user avatar
1 vote
0 answers
347 views

I’m using Radix UI Dialog (via ShadCN UI) in my Next.js 13+ project. Everything works fine when I open the dialog — the overlay (bg-black/80) appears as expected and blocks the background. However, if ...
Zain Malik's user avatar
2 votes
1 answer
168 views

I have a VCL app written in Delphi 12.3. It displays a dialog over a form. The dialog may be displayed as the result of a toolbar speedbutton click, or from a menu selection; if called from the ...
Steve Sneed's user avatar
0 votes
1 answer
55 views

While trying to create a new message-driven bean template using EJB or Web module created in Maven, my project does not show the option of message-driven beans when I select Enterprise Beans in the ...
Kamlendu Pandey's user avatar
0 votes
1 answer
55 views

I need to focus overlay/dialog when using screen reader. so I added aria-hidden="true" on main area when open dialog , and added role="dialog" aria-modal="true" But on ...
Shiba Y.'s user avatar
1 vote
2 answers
85 views

I am trying to open a dialog window that comes up when clicking on 'Add/Remove Reps' button. When I click on that button it opens up a small, slim window on the left side of the browser with no ...
bootsy1974's user avatar
-1 votes
0 answers
87 views

I'm implementing a modal dialog with proper accessibility, but I'm experiencing an issue where screen readers announce the dialog's accessible name twice when focus returns to the trigger button after ...
user20042604's user avatar
3 votes
2 answers
74 views

I'm trying to choose what math operation do with each number of an array. I've tried with array.each() function and now with for() and to make the selection I've tried with confirm() plugin and now ...
More's user avatar
  • 45
0 votes
1 answer
75 views

I'm working on a React project using MUI, and I need to position the Dialog component in the top-right corner of the screen. Additionally, I do not want the default overlay (backdrop) to be shown. ...
czg's user avatar
  • 67
1 vote
2 answers
57 views

I taught myself HTML, CSS, PHP, and MySQL many years ago, but I never got around to learning JavaScript. I’ve just picked up where I left off, but there are so many new things to learn since I last ...
Benwhittaker25's user avatar
0 votes
3 answers
182 views

I have a simple dialog application in MFC with 2 combo boxes. I am trying to use the dialogs paint handler to add a rectangle around the combos if they have no item selected: void ...
Andrew Truckle's user avatar
1 vote
2 answers
86 views

HTML <dialog class="dialog"> <button class="close" autofocus>×</button> <p>Some Content</p> </dialog> <button class="button open"&...
DumbDumbStack's user avatar
0 votes
0 answers
21 views

<Badge color="error" invisible={!open} variant="dot" badgeContent="X" onClick={handleClose} anchorOrigin={{ vertical: "top", horizontal: "...
Lavish Tyagi's user avatar
0 votes
0 answers
74 views

I'm building a Flutter app that uses SAF (Storage Access Framework) to let users pick WhatsApp statuses using a directory picker. I want to display a small guidance overlay (like a tooltip or ...
shakti goyal's user avatar
0 votes
2 answers
101 views

useEffect(() => { if (modal_ref.current) { modal_ref.current.showModal(); } }, [foc]); when my <dialogue /> component is rendered and covers the entire viewpoint, the above ...
Bear Bile Farming is Torture's user avatar
0 votes
2 answers
46 views

In my Android project, I often end up repeating the same boilerplate when working with Dialog and BottomSheetDialog. This includes setting up view binding, configuring properties like isCancelable, ...
Benjamin Lawson's user avatar
0 votes
0 answers
71 views

I would like to create a modal (similar to Bootstrap's modals) with <dialog popover>. I want the scroll bar to be in the page, not in the modal -<dialog>. Here is the code: <button ...
Beautiful Css's user avatar
0 votes
1 answer
44 views

When I run my code, I get the following errors on my developers tool: scriptb.js:9 Uncaught TypeError: Cannot read properties of null (reading 'showModal') at HTMLTableCellElement.<anonymous>...
Isesele Victor's user avatar
-1 votes
1 answer
86 views

I need to periodically record a value in the program using a dialog box. The program is written in Borland Delphi 7, Windows API. The recorded value is stored in RAM. I also have a Java program in ...
Alexandr X's user avatar
0 votes
2 answers
76 views

I'm creating a date-of-birth picker screen with Jetpack Compose in Kotlin, where I need to let users select a date using a DatePickerDialog. I'm invoking this Composable function within onCreate() ...
Ajay Satpati's user avatar
1 vote
2 answers
141 views

I have a general DialogueWindow component: function DialogueWindow({elements}) { return ( <div className="backdrop"> <dialog className="dialogue-window"> ...
user30266210's user avatar
-2 votes
1 answer
220 views

How to open browse for folder dialog using SHBrowseForFolder function in Visual Basic for Applications with a root folder and second folder below selected with the mouse in the folder tree, even deep, ...
darekk's user avatar
  • 77
0 votes
1 answer
49 views

I need to run few ContentDialog one by one. I use this code below to run dialogs: await App.GetService<IFirstRunDisplayService>().ShowIfAppropriateAsync(App.AppXamlRoot); await ...
bondarukid's user avatar
0 votes
0 answers
51 views

I have the following problem. In my application I use 'black' theme from ttkthemes, with some additional changes. I also uses dialogs for getting values. I also have created my own dialog with ttk....
konoppo's user avatar
0 votes
1 answer
105 views

My task is to update a program on users' computers. I will do this by running a script on behalf of the system account via the task scheduler. But before starting the procedure of deleting and ...
Ivan's user avatar
  • 11
0 votes
1 answer
62 views

Microsoft claims that MapDialogRect converts DLUs to pixels using baseunitX/4 and baseunitY/8 coefficients returned by GetDialogBaseUnits. However, I don't see these coefficients in my tests. For ...
Eugene Muzychenko's user avatar
1 vote
2 answers
67 views

I want to generate the graphic below, from the (Linux) command-line. I can get pretty close to that by invoking: dialog --title "fsfe.org" --msgbox "This computer\nis not old,\nit is ...
einpoklum's user avatar
  • 138k
1 vote
0 answers
36 views

How Flutter dynamically controls the barrierDismissible of showDialog I am developing Flutter and want to implement a dialog that can be closed by clicking on the background when it pops up by default....
Allen's user avatar
  • 49
0 votes
0 answers
199 views

In OnMessageActivityAsync, I am getting an API response, adding feedbackLoop to channelData and calling SendActivityAsync. var replyText = $" {APIresponse} "; var seperator = "--------...
Deepika's user avatar
  • 65
0 votes
0 answers
34 views

I am not able to load the dialog in test cases which is coming from cdk-radial. I want dialog to open in jest test cases [its working fine in development]. import React from 'react'; import {...
prasad s's user avatar
3 votes
1 answer
418 views

I'm making a (modal) dialog box with text input in C or C++ with just the Win32 API by itself (without MFC or such): I have done it from scratch (see code below), and it works, but each time I add a ...
Basj's user avatar
  • 47.6k
0 votes
2 answers
96 views

This works to create a name-picker radiolist dialog box: dialog --stdout --no-tags --clear --backtitle "Name Picker" --title " Name Selection " --radiolist " Select the name &...
Howard Rogers's user avatar
0 votes
0 answers
18 views

I am working on a Word Add-in and using the Office Dialog API. A few days ago, everything was working perfectly, but since yesterday, the dialog box is showing a blank screen. I cannot inspect or see ...
Muhammad Abu Bakr's user avatar
0 votes
0 answers
46 views

I have a Karate feature file where I use robot.input('' + Key.ENTER) to interact with a confirmation dialog: * robot {} * robot.retry(20).waitFor("//*{^Are you sure?}") * robot.input('' + ...
Bảo Lê's user avatar
3 votes
1 answer
928 views

I have a app our company puts out and I can't seem to get the insets right for dialogs for Android 15 edge to edge. We have a NAvHost that navigates sometimes to composables and sometimes to dialogs. ...
Kristy Welsh's user avatar
  • 8,449
1 vote
1 answer
525 views

WHy am I getting the error: NG0600: Writing to signals is not allowed in a `computed`. yet I am using a writable signal? Below is the code dialog = signal(false) openDialog(action: 'edit' | 'create') {...
kibet's user avatar
  • 435
0 votes
1 answer
44 views

return Dialog(...) Information: This "Dialog()" has different sizes based on the input of the class. Question: How can I put an overlay 20 pixels around it? Let's say red? What did I try? I ...
Rami Dhouib's user avatar
1 vote
2 answers
574 views

Using Jetpack Compose, I'm trying to create a custom popup without using the built in popup composable because the latter doesn't allow for animated entry. I've got it working mostly. The popup ...
Bob Rasner's user avatar
1 vote
3 answers
447 views

I have a WinUI 3 application written in C# which shows a ContentDialog to ask the user to confirm file deletions. There is a checkbox on the dialog which can be checked by the user to hide the dialog ...
Dave R.'s user avatar
  • 7,303
0 votes
1 answer
150 views

In the following code, the message "Not A Double" is displayed whenever the value in the TextField is not a double value. This is done from the methods in this Flutter app. Instead of the ...
rusty's user avatar
  • 1,263
0 votes
2 answers
70 views

i have a problem with the dialog size. After the program-window, i open another dialogs. The dialogs has a size. This works with Windows, Linux with KDE and older Gnome (Ubuntu 22.04) but not with the ...
Thomas's user avatar
  • 109
0 votes
0 answers
18 views

I need the hardware volume controls to affect the Alarm audio stream (AudioManager.STREAM_ALARM) when a certain Dialog is displayed. I already set in in the Activity is its OK. When the Dialog is ...
Shaul's user avatar
  • 469
1 vote
0 answers
38 views

I created a web page in HTML showing a toolbar with icons made in svg. Using CSS, I added the "tooltip" functionality that makes the icon function appear with a certain delay (using :hover). ...
GiorgioC's user avatar
0 votes
1 answer
117 views

I would like to use the <dialog> tag to show a date picker popup and I'm trying to make it accessible. My hope was to reduce the effort implementing an accessible dialog (e.g. focus trap, aria ...
Steffen Harbich's user avatar
1 vote
1 answer
105 views

I'm working on a win32 C++ program that has a fairly simple interface that isn't particularly dynamic. When I was looking around, I found the option of graphically creating a dialog in the resource ...
Benjamin Krausse DB's user avatar
0 votes
2 answers
220 views

I thought that this should have been a super common use case: import QtQuick 2.15 import QtQuick.Controls 2.15 import QtQuick.Controls.Universal 2.15 import QtQuick.Dialogs Dialog { id: rootItem ...
juzzlin's user avatar
  • 48.7k
0 votes
1 answer
68 views

Is there a standard way to handle this situation? I ask because in Notepad++ the hotkey F3> still works even when the Find popup window has focus. In my application the main dialog is using the ...
Andrew Truckle's user avatar

1
2 3 4 5
246