Skip to main content

Questions tagged [dialog]

A temporary window presented to a user (usually as a small box). It interrupts program flow, overlaying the UI, for the purpose of alerting the user or requiring user input or confirmation about a program decision. Sometimes dialogs are used to present forms for user input.

dialog
1 vote
1 answer
23 views

Android: WebView displaying blank page when html string contains <style> tag

I need to present a dialog with html content, and for that I'm using an AlertDialog.Builder to create a dialog based on a custom view which includes a WebView. The WebView renders correctly inside the ...
Diego Perez's user avatar
  • 2,588
0 votes
3 answers
64 views

Any way to place a dialog over a modal dialog?

I have a dropdown control which is implemented a dialog (seems a div would behave the same), any way to place it over a modal dialog so it would behave as a dropdown and be independent of the modal? ...
Alexander Nenashev's user avatar
-5 votes
0 answers
27 views

How can I fix the code that run everything at the same time [closed]

It seems like all the void are running at the same time. I back up my dialog code to another C# file and search my old code and put it in to see the old function i was looking for but instead when i ...
No Name's user avatar
0 votes
0 answers
18 views

unable to access the components of p dialog in primefaces

I am using prime-faces and want to integrate 2 pages for that I used tab view to show the 2 pages in a single page using tabs. one of my pages has a p dialog panel, when I implement tab view I am ...
harish nune's user avatar
0 votes
0 answers
23 views

Prevent scroll to top when child dialog closes in parent dialog | Primeng Dialog service

I have nested dialogs using primeng dialog service, I set focusOnShow false. When I closes dialog B inside dialog A, dialog A's component scrolled to top and first focusable element receives focus. ...
pawan's user avatar
  • 133
0 votes
1 answer
14 views

Android copy / paste context menu has ghost background when used in dialog

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: ...
m.i.n.a.r.'s user avatar
  • 1,030
-1 votes
1 answer
11 views

Dialog / Bottomsheet Flutter Web not popping when trigger by device back trigger / manual back by keyboard at desktop

Dialog / Bottomsheet Flutter Web not popping when trigger by device back trigger / manual back by keyboard at desktop it should popping dialog / bottomsheet first before page, but the condition its ...
Michael Pietter's user avatar
0 votes
1 answer
43 views

Confirmation dialog sometimes disappears after the second it appears

I'm having some issues with deleting list cells in swiftui when using a confirmation dialog. I expect that pressing the delete or swiping to delete would bring up the confirmation dialogue. However it ...
rhythmsticks's user avatar
0 votes
1 answer
76 views

Issue while testing dialogs in playwright

I have a page which on a button click shows a dialog with the question if it is OK to redirect to another page. If the user clicks OK, then the page is redirected. In the HTML it looks like this: &...
ruud's user avatar
  • 822
0 votes
0 answers
8 views

dialog/transparent activity trans touch event to other window?

I want to create a dialog that contains a layout inside. This layout should be scrollable up and down. When the dialog is scrolled up to only show a drag handle, I want the dialog to pass all click ...
Kotliner i's user avatar
0 votes
0 answers
15 views

Using bloc inside showDialog Could not find the correct Provider

i have a screen that have many tiles, when i click the tile button, a custom showDialog must appear, in the custom dialog i want to call a bloc event, but i have the following error: Error: Could not ...
Ahmed El Sayed's user avatar
0 votes
0 answers
36 views

KendoDialog actions TypeError: name.toLowerCase is not a function

I want a Kendo Dialog with two bottons. The code in jsp file is below. Getting error when deleteRow fuction is called. I think it is because of actions block of code. It works when I remove actions. ...
Adil's user avatar
  • 29
0 votes
0 answers
30 views

Getting date into modal form in appscript [duplicate]

There is an edit data button on the index page. When I click on the edit button, I want the date format to appear as dd.mm.yyyy. How can I adjust the date format? For example, it says 30.06.2024 in ...
Esat Kurtul's user avatar
0 votes
1 answer
24 views

AppleScript - can't click Save (name) field

A repeating script types the name of a file in the Save dialog. Sometimes the name field isn't selected so I want to click it with "click at {1080, 188}"... but nothing happens. The coords ...
Randy Zeitman's user avatar
0 votes
0 answers
18 views

Why can't I call the custom dialog elements?

I'm trying to control the text and the button on my custom dialog. but for some reason when calling the text and the button, the dialog doesn't show. I need to delete the text and button part for the ...
wejdan's user avatar
  • 47

15 30 50 per page
1
2 3 4 5
818