Skip to main content
The 2024 Developer Survey results are live! See the results

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.

0 votes
0 answers
26 views

How can I make part of vuetify dialog transparent?

Here is our question dialog, which was written by Vuetify v-dialog. How can I make the red framed part become all transparent and this part still included in v-dialog, I have seen the documentation ...
leojail's user avatar
  • 349
1 vote
1 answer
32 views

HTML Templates Overlapping in Google Sheets

Previously, when I created two HTML templates, opening the second template would automatically close the previous one, ensuring that only one HTML template was visible on the screen at any time. ...
Halit Şahin's user avatar
1 vote
0 answers
43 views

JavaFX minimizable dialog across operating systems

I want a non-modal Dialog that can be minimized (the OS shows a minimize button at the top of the window) on every OS. The only way I've found to do this on windows is for the dialog not to have an ...
Zyxl's user avatar
  • 125
0 votes
0 answers
34 views

Multiple address would not display

Is the code below correct? it is not showing the full address when displayed. 1) $sys.func.TO_TEXT($sys.func.GET($sys.func.SPLIT($session.params.wh-nbn-services[0].address, ","),0)) 2) $sys....
Roie Cataquis's user avatar
1 vote
1 answer
32 views

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

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
67 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
0 votes
0 answers
19 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
25 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
20 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,040
-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
90 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
  • 832
0 votes
0 answers
9 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
16 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
37 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

15 30 50 per page
1
2 3 4 5
817