10,944 questions
-3
votes
0
answers
49
views
Could you help me/give me hint how to make a better popup so it looks better html/css/js [closed]
Hello can you help me how to make a better looking pop up? I couldnt find some modern design thank you for y
<html lang="cs">
<head>
<meta charset="UTF-8">
...
0
votes
0
answers
18
views
I can't get a Mailchimp popup to trigger on my Squarespace site
I am trying to get a lead magnet going on my site. Mailchimp says it's connected to my site BUT they're also saying that the reason that the popup is not working is because the code needs to be added ...
0
votes
0
answers
34
views
How to overwrite popup colors with variables and opacity via the color scheme?
1. Summary
I can’t find how I can overwrite via my color scheme colors in Sublime Text popups, if colors has variables and the color-mod function.
2. MCVE
For example, I have the file KiraExample....
0
votes
1
answer
45
views
Key event not received outside popup component in Jetpack Compose
Box(
Modifier
.onKeyEvent({
Log.d("my_log", "Box key event ${it.nativeKeyEvent.keyCode}")
return@onKeyEvent false
})
.focusable(...
0
votes
0
answers
15
views
Can ncurses overlay a window on top of the current terminal text and restore the terminal text on exit? [duplicate]
I'd like to have a popup window appear on top of the current terminal text then have the terminal text restored after the program exits. Can ncurses do that? Can it be faked by having ncurses copy ...
1
vote
1
answer
78
views
Having a problem showing a Community Toolkit Popup
I'm trying to display a popup and close it automatically. So far, I've come up with this. In my content page...
XAML:
DisplayPopup("Username is copied.", 750);
public void DisplayPopup(...
0
votes
1
answer
61
views
.NET MAUI Community Toolkit V10.0 Popup stopped working
Toolkit:Popup works fine on .NET 9.0 and CommunityToolkit.Maui V.9.1.1.
I've tried to update to CommunityToolkit.Maui V.10.0.0.
But there have been some breaking changes in Version 10.0.0.
I know ...
0
votes
3
answers
45
views
Restore "build failed" warning
When running tests on my java project in vscode I would get a pop-up warning saying "build failed" and giving me options to continue, always continue, or fix. I accidentally clicked always ...
0
votes
0
answers
36
views
authentication.authenticate cause Teams Desktop app crash if a pop-up is already open
I am trying to open a popup using authentication.authenticate from a Teams tab app. The Teams desktop client crashes when attempting to open another popup while an existing popup is still open. Since ...
0
votes
0
answers
69
views
Jetpack Compose: Show content in a full screen Popup
I am trying to build a Fullscreen Popup composable that shows the given content completely full screen while also hiding the system bars. Like an image or document viewer.
Right now it seems to be ...
0
votes
0
answers
33
views
Popup menu for tablet devices
I created popup menu for my app. When my app run on mobile then show like perfect but when run tablet devices then show small. Please help me to make pop-up menu reponsive design
Here is table view
...
0
votes
1
answer
46
views
how to handle browser popup of citrix C#
I am unable to handle citrix browser popup.
I am trying to automate a web application running inside a Citrix-controlled browser. However, I am unable to interact with a popup that appears during ...
0
votes
1
answer
27
views
How to set size of kendo grid editor popup
I have defined a template for a kendo grid popup editor. Note: I need to use TagHelper not HtmlHelper
<editable mode="popup" template-id="popup-editor">
<editable-...
0
votes
0
answers
62
views
Request textDocument/hover & documentLink & completion failed VSC Shopify liquid extension
I'm using the official Shopify extension in VSCode. I've restarted, disabled the extension, restarted VSC multiple times and had other extensions disabled too, still with no luck.
Do you have any idea ...
1
vote
1
answer
65
views
How to set the size of a pop-up subform datasheet to the desired window size below
Please bear with me as I am new to Access VBA.
I have here a subform with data sheet on it that I would like to display in Pop-Up View.
If Pop Up is No, it displays the whole page.
If Pop Up is Yes, ...