Skip to main content

Questions tagged [popup]

In general, popup refers to any UI element that floats above a window or application surface. This may include tooltips, context menus, and modal dialog windows.

0 votes
1 answer
26 views

Popup message with PHP session flags problem

I would like to display a popup message on a HTML page only if I had clicked on a button and had sent successfully a form from another one. I tried to do that with PHP sessions (including JavaScript ...
Benedek Szabó's user avatar
1 vote
0 answers
25 views

How could I execute arbitrary code from an appShell command button (instead of showing a view)?

I have an appShell like this: <?xml version="1.0" encoding="UTF-8" ?> ....... <TabBar x:Name="MyTabBar" Route="Home" &...
Alex's user avatar
  • 337
0 votes
2 answers
27 views

How can I delay the timer when hovering over an object?

I have a pop-up window that is open for some time specified in the timer. I need the timer to stop when I hover the cursor over the window, and continue when I move the cursor away. this is what my ...
Ника Долгирева's user avatar
-2 votes
0 answers
18 views

As A Webmaster, How To Allow Popup Ads Only On Certain Website Pages [closed]

Hello my fellow good lads. As a webmaster I would like to exclude popup ads on certain specific webpages on my website whos url ends with a particular string. Example : https://mywebsite/some-slug-...
Nicodemo's user avatar
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
0 votes
1 answer
80 views

How to make Popup movable in c# WPF more than once?

I have created a usercontrol which uses <UserControl ....... MouseMove="UserControl_MouseMove" MouseLeftButtonUp="UserControl_MouseLeftButtonUp&...
NeoGenesis521's user avatar
0 votes
0 answers
23 views

when downloading vscode it doesnt allow me to click agree to the terms and condition in vscode and i dont know why, in the pop up installer

when downloading vscode it doesnt let me accept the terms and conditions, like clicking agree to the terms and conditions doesnt do anything, like it doesnt let me click it. i have had vscode 3 days ...
Israel Barrios's user avatar
0 votes
0 answers
12 views

elementor popup loads the external embed form each time u click

check this url when u click on book now button a popup appears on popup i am using external embed form whenever i click a form appears after some time when i click again it happens same and same. how ...
Nuaman Afzal's user avatar
-1 votes
1 answer
34 views

Website no longer recognizes popup window name. Javascript

Tell me if this makes any sense. I have been accessing a website through a popup window for years. using window.open('https://example.com',mypopup,parameters); I click a button in my main window, and ...
CheeseFlavored's user avatar
0 votes
2 answers
171 views

window.open('', 'test'); open a new "about:blank" window, instead of focus existing "test" window

I have a web application that open multiple external popup window eg.: window.open('https://stackoverflow.com/', 'stackoverflow') The end user, can open multiple window of my application and I want ...
ar099968's user avatar
  • 7,341
0 votes
0 answers
31 views

Disable Pop-up "WebView Stop On Load" for Outlook Add-In

I am hosting an Outlook add-in, and the users are prompted with this pop-up when starting the add-in. Outlook Addin Popup: "Webview Stop on Load: To debug the webview, attach VS Code to the ...
Marc's user avatar
  • 1
0 votes
0 answers
17 views

I want to add a pop up on a page load in a Volusion based site

I have a Volusion based site and a Klaviyo code. I don't know where to add the code or how to add it so it pops up during the page load. Here is the code: <script type="text/javascript"&...
Cassandra Freeman's user avatar
0 votes
0 answers
37 views

PHPStorm - change the position of a pop-up window to open on another monitor

I'm new to programming and I have got a problem with the pop-up window of my website. There is a button that opens a pop-up window, and in the process, it generates a pdf-file in the new opened window....
Programming_Sloth's user avatar
0 votes
1 answer
28 views

WPF bug? Popup,ContentControl and ContentTemplate raising stack overflow exception

When i was developing app feature, i have got the weird Popup+ContentControl+ContentTemplate behavior. The code below raising stackoveflow exception without any reasons. <Window x:Class="...
Sergey Vaulin's user avatar
0 votes
0 answers
51 views

Why do the (Ok & Cancel) buttons not appear on my ServiceNow UI Action GlideModal popup?

I’m new to JavaScript and programming, but I want to create a ServiceNow UI Action for a function called ‘Request Info.’ The popup shows up correctly, but the Ok & Cancel buttons are missing. Can ...
Mohamed Mahmoud's user avatar

15 30 50 per page
1
2 3 4 5
733