Tagged Questions
The popupwindow tag has no wiki summary.
22
votes
3answers
26k views
Is there a simple example of the PopupWindow class using Android v2.0?
I looked online and was not able to find a working example of the PopupWindow class. The code examples I found online either compile but do not work, or are using methods which have since been ...
13
votes
7answers
1k views
onAnimationEnd is not getting called, onAnimationStart works fine
I've a ScrollView in the PopupWindow. I'm animating ScrollView contents using TranslateAnimation.
When animation starts, the onAnimationStart listener is called but the onAnimationEnd is not getting ...
9
votes
3answers
15k views
Android Custom PopupWindow/Dialog
I'm trying to get a completely custom Dialog or PopupWindow, without any of the default Android UI controls (title, background, buttons, whatever).
Is this possible at all? I've spent hours searching ...
5
votes
1answer
557 views
When to use Android PopupWindow vs Dialog
I'm unclear about when to use PopupWindow vs Dialog. Any insight would be much appreciated. Thanks.
5
votes
4answers
5k views
Android popup window dismissal
I have a popup window displaying when I click an item in my list activity. The problem is that the back key doesn't close it. I tried catching the back key in my list activity but it doesn't register ...
5
votes
2answers
2k views
how to keep dragged TitleWindow within Flex app boundary
I am using PopupManager in FB4 to display a custom dialog.
popwin = new TitleWindow();
popwin.addElement(myCustomDialog);
PopUpManager.addPopUp(popwin,this,false);
...
5
votes
3answers
2k views
jquery fade popupwindow
I am using the popupwindow plugin for jquery to show a form in a popupwindow.
How can I close this window after submitting?
This is the link I am talking about.
I can open a link in a pupup window. ...
4
votes
1answer
2k views
Android custom dialog like 'Quick Contact'
I want to create a custom dialog like Quick Contact in contact app or the one in official Twitter app. When i click on a button, it will be opened above or below the button.
...
4
votes
2answers
1k views
Javascript appending onload to a popup window
I'm trying to append an onload event to a popup window in the following manner:
var explorerWindow = window.open(PARAMS...);
explorerWindow.onload = function() {window.opener.unlockObj(id);}
The ...
4
votes
5answers
20k views
PopupWindow in JQuery
Dear all,
I am need of popupwindow with option of radio button ,I have tested with impromtu .
Is any EasyMade Popupwindow plugin available,My Plugin should work all IE,Mozilla and Chrome, Any ...
3
votes
1answer
151 views
Open a Popup window without any close button
I have a webhierarchicaldatagrid and its first column is a template column which is a hyperlink. So onmouseover on the data of that column I want a small popup window to be open right next to that ...
3
votes
2answers
164 views
Can I avoid making a synchronous callback, if I want a click to only *sometimes* open a new window?
In this scenario:
User enters some information into a textbox
User clicks a button
Server-side processing of the entered information takes place
Depending on the result of that server-side ...
3
votes
1answer
573 views
Popup window in .NET MVC
I have a requirement of populating a new window (With no menus, no address bar) using the existing data that I have on the page.
I am using a java script function for this purpose.
function popup() {
...
3
votes
1answer
2k views
Blur or dim background when Android PopupWindow active
I would like to be able to either blur or dim the background when I show my popup window using popup.showAtLocation, and unblur/dim the background when popup.dismiss is called.
I have tried applying ...
3
votes
2answers
229 views
How to use Javascript to popup a new window with NEARLY the same html as its parent window
I want to create multiple versions of print-friendly pages from a single page. I am considering to do it in this way: placing several buttons on the original page and, clicking one button will popup a ...
3
votes
2answers
13k views
Create a popup window in Qt without a shadow
I'm developing an application using Qt 4.5 (under Windows Vista but want it to be cross platform). I'm using C++
I'd like to create a popup window that that contains a QLineEdit widget, with the ...
2
votes
2answers
29 views
saving file to specific location
here is my method to saving file:
def savefile
@generator = Generator.new(params[:generator])
@bigtable = Rails.cache.read("pass")
doc = "wyniki.csv"
File.open(doc, "w"){ |f| f ...
2
votes
2answers
75 views
Facebook-esque Popup How-to?
The Facebook Android app has a very cool, I can only assume, PopupWindow(). I really, really struggle with layouts. Any idea how they implemented the popup.xml?
I've tried nesting a couple of ...
2
votes
1answer
86 views
how to stop reloading parent window while child window gets open
I have a form submit, where it get the values from the form and goes
to next page... here I have a hyperlink to open a child window, while
I click, it opens the child window and simultaneously ...
2
votes
1answer
100 views
Jquery pop up window
I'm trying to load a hover page over the current default page. So far the hover pop up window fads in but then in fades out right away. I’m not sure what I’m doing wrong below. Any help would be ...
2
votes
1answer
89 views
android popupwindow is above virtual keyboard
I have a popup window with an adview appearing at the bottom or my screen. I am doing it this way so the user can click an x to close the ad.
When the virtual keyboard comes up when the ...
2
votes
1answer
145 views
How to blur/dim an activity when a popup window is shown in android
I use a popupwindow for displaying options in Android. I tried to dim/blur the activity when a popupwindow is active, but I did not find a solution... can anybody help me.
I used the following code ...
2
votes
2answers
83 views
Cannot call window.parent from IE7?
I am trying to make a simple call to my parent class from a modal-popup but IE is fighting me all the way. Any suggestions to get around it would be greatly appreciated.
Below is the stripped down ...
2
votes
2answers
242 views
how to show NSPanel on selected text on hot key press on current active app
I need help to find out, how Dictionary app showing following popup dialog for selected text on pressing CMD+CTRL+D on any application. I want to implement
the same kind of functionality for my cocoa ...
2
votes
3answers
3k views
PopupWindow in android
To create a simple working PopupWindow, we need to do the following:
popup_example.xml:
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout ...
2
votes
2answers
468 views
Qt 4: Move window without title bar
I have a Qt::Popup flagged window (which does not have a title bar and close etc buttons) and would like to move by dragging\clicking on the non-title bar area....
On Win32, the solution could be ...
2
votes
1answer
200 views
What's the proper way of using Javascript's window.opener?
I've created a popup window and in it I'd like to use a function I've created in the parent window. I've tried using window.opener.parentFunction() but to know avail. Has anyone else experienced ...
2
votes
2answers
397 views
Is it possible for parent window to notice if child window has been closed?
I have parent window (opener) and child (popup)
---------- --------------
| | | |
| parent | -----> opens popup | child |
| ...
2
votes
3answers
1k views
EditText On A Popup Window
I am developing on Android 2.2 using Java.
I put an editText on a PopupWindow and it's not working.
It acts like a disabled edit text, clicking on the edit text won't show the soft keyboard.
How can ...
2
votes
3answers
71 views
New browser window with epecific status
I want to open a new browser window without menu bar, tool bar or address bar and with a specific size (say 300 x 600 px), positioned at top left.
How can I do this in a cross browser manner?
2
votes
1answer
583 views
How to make MapView height take the Android status bar into account?
I have clickable icons on a map showing a PopupWindow just above the icon when clicked. However, if the icon is on the topmost part of the map the PopupWindow will be hidden under the Android Status ...
2
votes
2answers
1k views
Passing Listbox Text to Javascript Pop-up Window URL
Is it possible to pass the contents of a textbox or Listbox into the URL portion of the javascript code window.open(URL)? I have an asp.net listbox control that displays URL values. When ever an end ...
1
vote
1answer
86 views
Android:ListView in PopupWindow cannot be selected
I set the layout which has a listview to a popupwindow,and then I set the popupwindow.setFocusale(false);,and add "android:focusable="true"" attribute to listview,
after that I click the listview in ...
1
vote
2answers
125 views
How to make a “popup” (hint, drop-down, popup) window in Winforms?
How can i make, what i will call, a "popup" window" in WinForms?
Since i used my own made-up word "popup", let me give examples of this so-called "popup" window:
a tooltip window (can extend ...
1
vote
0answers
165 views
android popup window not displaying
I am creating a popup window with a listview. In the listview each row contains a textbox and radio button but the popup window not displaying. I can't figure out the mistake.
This is the code.
...
1
vote
2answers
240 views
Android Popup Window dismisses when clicked outside
I was hoping to get an answer to my problem I have at the moment.
I have a class which extends popup window. It works fine except I don't want the window to dismiss when I click outside of the ...
1
vote
1answer
243 views
Popup After Submit. Display a loading window or please wait
Here's my script:
<form action='' method='' onsubmit='refreshpage();'>
<input name='refresh' type="image" SRC="images/Next-Page-Button.gif" HEIGHT="60" WIDTH="173" BORDER="0" ...
1
vote
1answer
95 views
How to make a non-XML PopupWindow appear on the screen in Android
I've created a class that generates a PopupWindow based on parameters fed into it. I believe this will suit my needs better than manipulating XML-based content for my PopupWindow.
Creating the window ...
1
vote
1answer
116 views
Popup screen position change in blackberry application
when i click on Buttonfield i want to show Popup screen .everything working fine .but that PopupScreen open by default at the center of the Mainscreen.
i have already try this code.setMargin and ...
1
vote
2answers
275 views
Android Pop up window
I looked online and was not able to find a working example of the PopupWindow class. The code examples I found online either compile but do not work, or are using methods which have since been removed ...
1
vote
1answer
116 views
how can I show an android modeless PopupWindow?
I expected PopupWindow in Android act sort of like a UIPopoverController in iOS. For those who are not familiar with iOS - a UIPopoverController allows to display a modeless view - and if you touch ...
1
vote
1answer
132 views
Setting a Style for a popUpWindow
I'm working on an app that requires something along the lines of a pop up window. I have two different designs I'm considering. One where the popUpWindow opens as a normal popUpWindow with out ...
1
vote
2answers
141 views
Chrome & PopUp window names
I am opening pop up windows from a website (flash content) the following way:
RING = window.open(path,'RING_Projekt','width=800,height=600,scrollbars=no,top=' + t + ',left=' + l +'');
The HTML file ...
1
vote
3answers
109 views
How can set location of parent from pop up window opened by iframe.
I want to set location of parent window from pop up window opened by iframe.
I am writing this line of code in javascript but it is not working.
window.opener.parent.location = '../Account/';
1
vote
2answers
751 views
Android PopupWindow Does Not Dismiss
I've got the following code that creates a PopupWindow containing an EditText:
lbs.setOnTouchListener(new OnTouchListener(){
@Override
public boolean onTouch(View v, MotionEvent ...
1
vote
0answers
204 views
Android: setText() for TextView in PopupWindow not working
Basically, I have a TextView in a layout which I use for a PopupWindow. I show this PopupWindow when a user clicks a button; I want to be able to dynamically change the text in the PopupWindow upon ...
1
vote
1answer
134 views
window.open to center of screen
I am using window.open to open a popup window like so:
<a href="http://path/to/url" onclick="window.open(this.href, 'sharegplus', 'height=485,width=700'); return false;" target="_blank">
I ...
1
vote
1answer
215 views
How to close all popup windows in Flex?
I want to show all popup windows(already popped up and closed individually) on an image by pressing a button press and want to close all those windows on another button press. Any help is appreciated.
...
1
vote
1answer
266 views
Android - OAuth app with popupWindow
I'm trying to make an app with a login for my site. The server side login stuff is done, so now I'm just creating the app for it.
The plan is to have a login button. When the login button is pressed, ...
1
vote
0answers
62 views
Again about Spinner in SDK12
I have created a spinner.xml in my project, and what I want to do is to add this spinner to a popupwindow ,But something seems "wrong". But I have checked my code several times and noting wrong with ...