Questions tagged [popupwindow]

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.

1754 questions
0
votes
1 answer

only one popup window

The issue is that i only one popup on the map is dispalyed. I can see all the points but popup can see only on the last point of the list. I'm stack with rhis problem from Sunday and can not find any info that could solve my problem on the internet…
bucek
  • 142
  • 2
  • 13
0
votes
1 answer

how to open external link from webview in popup window ios

I have embedded a webview in the view that loads a website. Now, I need to open external links inside webview in popup window. Can anybody help me. Thank you.
user3064578
  • 11
  • 1
  • 3
0
votes
0 answers

Text on Actionbar icon

Im trying to achieve some thing like Facebook ActionBar. I want to display notification count on the ActionBar, and when the user clicks on the icon, a pop-window opens and shows a custom list. Im using API level 9 for my project and support lib v7…
rahul
  • 2,758
  • 5
  • 32
  • 53
0
votes
3 answers

retrieve image from mysql database to array php

By compiling this, display three image get my database and show it, when i click each image popup window show last image of my database.I want to know how to display the particular image, when i click first image,then popup window show first image…
abu
  • 11
  • 5
0
votes
1 answer

SyntaxError: illegal character while loading jquery popup in cakephp

I am trying to integrate popup plugin from https://github.com/webtechnick/CakePHP-Popup-Plugin. I just followed exactly as said on the above link. I am trying to load a element in popup hence i used this $this->Popup->link('click me',…
learner
  • 1,041
  • 3
  • 15
  • 31
0
votes
1 answer

How to open a new tab on Page load using Javascript?

I am using javascript to open a new tab. I have done some coding when I run in my browser it is not opening a new tab when I click inside the browser window it is opening a new tab. Attached the code JS code var Light = Light || {}; Light.Popup =…
Krishna
  • 4,892
  • 18
  • 63
  • 98
0
votes
1 answer

How to popup url in lightbox

I am trying to popup the url using the lightbox, when i click the button, the lightbox call has been made, but the given url is not pop-up in the light box. when i click the button it is showing popup with just small white screen here is code i have…
CJAY
  • 6,989
  • 18
  • 64
  • 106
0
votes
2 answers

autocompletetextview not working inside popup window

I am new to android and i am trying to integrate auto complete text view inside popup window. But the auto complete action not working inside the popup window. If i placed the auto complete text view outside the popup auto complete works fine. Xml…
marsweb
  • 187
  • 1
  • 2
  • 12
0
votes
0 answers

Cant assign popup Window a background

My popup Window remains without background. I want a white popup saying whom won the game. Java: LayoutInflater layoutInflater = (LayoutInflater)getBaseContext().getSystemService(LAYOUT_INFLATER_SERVICE); PopupWindow pw = new…
Jedi Schmedi
  • 746
  • 10
  • 36
0
votes
3 answers

How to disable back button in activity for dialog

I have a problem that I want to handle back button event in a PopUpWindow(Dialog box) instead of a activity. I implemented OnKeyListner,... but it is not working Here is my PopUpWindow public class PopUp extends PopupWindow implements…
user3213793
  • 11
  • 2
  • 6
0
votes
1 answer

How to show a popup window in front of a canvas?

I am developing a simple game using SurfaceView. I made layout containing some buttons. I also made a function to show a popup window, with that layout, which is used to shift between game states when certain criteria are met. The onDraw method is…
0
votes
1 answer

Multiple popup windows on same page?

I have a popup window that pops up when someone click on a button. The problem is that I want to have 6 buttons that will display different content but use the same style which doesn't work for me. Here is my current code (I found it on another post…
user3167464
  • 19
  • 1
  • 7
0
votes
0 answers

Pop-up window: insert into the DOM a jquery ajax response (no document.write)

I'm using var preview = function () { $.ajax({ type: "POST", url: myAction.do, data: "id=" + myid, success: function (response) { // some code var x=window.open('', '_blank',…
Sefran2
  • 3,578
  • 13
  • 71
  • 106
0
votes
1 answer

PopupWindow method dismiss, implemented in a library won´t close the popup

I created a class with a button that shows a popup defined in a library. The popup has a close button. When I tap on the close button it tries to execute dismiss method but It does not work. I would like to know why this method (dismiss) is not…
alekandro
  • 11
  • 1
  • 4
0
votes
1 answer

Change button to image for popup box?

I found this code on another post on how to create a popup box with a button but I would like to change the button to a custom image. I would really appreciate if somone could help me with this. Here is the code on JSFIddle:…
user3167464
  • 19
  • 1
  • 7
1 2 3
99
100