A window that appears ('pops up', hence the name) when you select an option with a mouse or press a designated function key. Usually, the pop-up window contains a menu of commands and stays on the screen only until you select one of the commands. It then disappears.
Questions tagged [popupwindow]
1754 questions
0
votes
1 answer
Create a pop up textbox from Google Sheet
I'm new with Google Apps Script Programming. I have piece mealed this code from other answers on S.O. Am I doing something wrong? I call the msg(s) routine from Google sheet, and nothing pops up. Any help is appreciated. Thx.
function msg(s) {…

aka_norm
- 1
- 4
0
votes
1 answer
How to add pop up window in php echo?
I just working with php mysql view rows from database in table but i want to make a link. when any one click comment it will be open as popup window.
image
echo "
".$rows['Date']."
…

sanso13527
- 33
- 2
- 7
0
votes
3 answers
popup dismiss on touch outside of popup
I have two layouts one layout 80% of screen and other 20% of screen(lanscape mode), on 20% of screen layout i have few buttons vertically.on click of each button popup window will come on 80% screen layout,on touch outside popup window, popup window…

sachin
- 23
- 1
- 6
0
votes
1 answer
The newly created text file should popup
I have a C# console application program that creates a .txt file in the Assembly Path.
is there any way i can make the newly created file popup once the program finishes execution?
Any help will be greatly appreciated.
Thanks

Ananya Malik
- 17
- 1
- 6
0
votes
2 answers
How to click on windows popup button using javascript?
I want to click on a button in a popup using javascript. When i search it with internet it only shows how to minimize. Is anyone know how to do it?
Thanks in dvance.

Balaji Kondalrayal
- 1,743
- 3
- 19
- 38
0
votes
1 answer
Dragging popup window in Android
I had to create a popup window which is a square (400dp height and 400dp width). Now I want to drag it when I tap a button which is positioned on the top left of the popup. I set onTouch() on the layout which is placed on the popup and this is the…

Laura
- 2,653
- 7
- 37
- 59
0
votes
0 answers
Centering table with position:absolute in popup window
On my site, users can open a popup window (600 px wide, named IMOpen). On this popup window, I am trying to add a new feature that will appear in a table (id="Table1") onclick of a button. Table1 has the following CSS:
#Table1…

The One and Only ChemistryBlob
- 7,864
- 10
- 36
- 69
0
votes
0 answers
Monitor (plugin) detection from Javascript
I would like to open a popup window on an other screen than the actual (if it is possible).
Question A: Is it possible to detect somehow from JavaScript when an other monitor was plugged in to your current machine?
Question B: Is it possible to…
0
votes
2 answers
dynamically Override onBackPressed of Activity from PopupWindow
I wrote a class that extends popupwindow. When the user presses the back key, I would like to handle the back pressed from this class as opposed to having the underlying activity handle it (i.e., I already know about overriding onBackPressed(), but…

rperryng
- 3,233
- 3
- 22
- 35
0
votes
0 answers
Android grab activity content view and register touchInterceptor
Given an activity, how can I grab dynamically register a Touch Interceptor to its parent view?
I have a popupwindow and when I click on certain areas of the screen I would like the activity's view (anchor view) to handle the click even rather than…

rperryng
- 3,233
- 3
- 22
- 35
0
votes
1 answer
Android set region to bubble clicks to underlying view
I have constructed something like the following:
It was done by creating a popupwindow and a layout inflater. I first inflate a custom view that draws the circle, gradient, etc, and then inflate a layout file including the textviews and button. …

rperryng
- 3,233
- 3
- 22
- 35
0
votes
1 answer
Javascript not working in FF and IE popup window
Hi guys I am having some weird problem with Firefox and IE. I haven't faced such problem before this so please help. I made a custom image browser to work with ckeditor. The browser(a popup window) window opens as expected but when when I try to…

bytestorm
- 1,411
- 3
- 20
- 36
0
votes
1 answer
How to change selection popup for countries in sap
I want to change the SAP selection table that can be popped up when entering a country - I think it is table T005T (countries).
Could you please tell me how to change the entries?
Or show a completely different table with different entries, or…

chrnit
- 17
- 2
- 8
0
votes
3 answers
Update text field from popup
I have a form like this:
And I want to populate the image field from a popup window.
I'm trying to do it with…

lStoilov
- 1,256
- 3
- 14
- 30
0
votes
1 answer
C# desktop application, UI popup does not come in front of UI and UI goes blur
I added a new form in our application, I have used infragistics components in this form. My problem is that after adding this form popup message (messagebox.show()) does not comes in front of UI. After pressing the alt key it comes in front. For…

Narendra Jangir
- 233
- 1
- 5
- 14