10,903 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
0
answers
38
views
Angular dialog popup with query parameters (without using materials package)
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(...
Best practices
0
votes
0
replies
27
views
.NET Alert App that runs after midnight - what are the best practices?
I am creating an app for a friend that would remind the user to go to sleep after midnight.
Their pc is always running - like a schedular sort of thing that checks some conditions at certain hours.
1. ...
2
votes
1
answer
76
views
Opening a pop-up window when error from a worker running in Qthread occurs completely freezes the program
I was trying to create a little Python program with a GUI using Pyside6. I ran into a problem when creating a thread for a worker to do a task (check files with a certain condition and then copy them ...
3
votes
0
answers
87
views
window .postMessage is not returning when popup window is closed,
I am opening a window popup for login and once login is completed I am closing the popup window. after closing. I want to know what is the exact method to capture the closing the popup window , (...
0
votes
1
answer
60
views
How to resize the images used in my popup function? [closed]
I'm currently working on a band website for a school and would like assistance in regard to the image gallery. I'm using a pop-up function that brings up a gallery layout when you click on one of the ...
0
votes
0
answers
56
views
Why can't I open a PDF popup from within an iframe in a blazor wasm website?
I have a Blazor WASM project. One of the pages contains an iframe with a link to an external website. On this site, among other things, the user can open a PDF document in preview mode in a new tab. ...
0
votes
1
answer
110
views
How can I detect if a browser is blocking a new tab or popup when using `window.open` with `noopener`?
Like suggested in the question How can I detect if a browser is blocking a popup? (2008), the return value of the JavaScript function call
window.open("https://example.com/", "_blank&...
0
votes
0
answers
70
views
How to make a Tooltip using TooltipDrawable in java?
Up to now, there is no straightforward and official way for creating a Material Tooltip in java. I know that one can create a TooltipDrawable using:
TooltipDrawable tooltipDrawable = TooltipDrawable....
2
votes
1
answer
80
views
Python autocomplete popup: double mouse selection
I am creating an autocomplete popup in Python using a Listbox which pops up. One can navigate by using arrows and using Enter to select or use the mouse to select an option. The arrow navigation is ...
0
votes
1
answer
65
views
window.addEventListener("beforeunload", callback) nulls out hook state values when webpage refresh is used - need to close a pop-up window
Use window.addEventListener("beforeunload", xxx) within a function call with the intent of having programmatic functionality before the user refreshes the page or navigates away. In this ...
0
votes
1
answer
42
views
In Sublime Text how to disable this lint popup triggered on file save?1
Recently this started popping up in some files, on file save, super annoying, appears in files that are notes but have bash syntax for easy reading.
Not sure what it is, why it started showing up.
How ...
1
vote
1
answer
459
views
MAUI Community Toolkit Popup V2 Issue with Data Communication
We're using PRISM for navigation in our .NET MAUI app (targeting .NET 9). Initially, we used Mopups for displaying popups, but later switched to the .NET MAUI Community Toolkit Popup because of its ...
0
votes
1
answer
102
views
Strange border around popup when adding drop shadow with MultiEffect
I'm attempting to add a drop shadow effect around a QML popup, but when I do this with a MultiEffect, it creates an additional border around the popup (beyond the shadow).
Here's a minimal QML example ...
0
votes
0
answers
60
views
Why does the z-index sometimes not get added to the filter popup in the Ant Design Table?
I'm using Ant Design to create a table, and there's an issue with one of the filter popups. When I run the application locally, I click on the filter icon on one of the columns and the popup comes up:
...
0
votes
1
answer
41
views
How to find element on a pop window which is not accesible
I am trying to access an element from a pop up window which is not accessible. I am swiyching to that child window, after that my code is not performing on what I had given.Below is the code.
String ...