Tagged Questions
The pop-up tag has no wiki summary.
11
votes
2answers
426 views
How do I make a “title” (tooltip, pop-up, alt-text) in a CSS to be used with SVG, without JavaScript
It is pretty easy to create a pop-up with the "title" attribute in SVG. But how do you achieve the same effect with CSS.
This is for an illustration I'm making for Wikimedia and I strive to have most ...
5
votes
1answer
2k views
open activity as pop-up and not in other screen in Android?
I am working with Bluetooth Chat sample code. In sample app the Device opens up in another screen but I have implemented the same code with the difference that DeviceListActivity is called as soon as ...
4
votes
3answers
185 views
Determine If User Has Pop-Up Blocker On Flex
Hi all
My application pops up help windows outside of flex on several occasions. I need to warn the user to allow pop ups from my app if they have the pop-up blocker on. Does anyone know how to ...
4
votes
4answers
3k views
Aero Glass Borders on Popup Windows in C#
I would like to create pop-up windows like this:
http://i44.tinypic.com/345bklu.jpg
In my application using C#. I've looked into NativeWindow but I am not sure if this is the right way to do it. ...
3
votes
1answer
174 views
Multi Style Sheet with jQuery Cookies (Need help with pop up box)
$(function() {
$('#yes a').click(function() {
$.cookie('AutoPlayTrue', '1', {
expires: 999
});
$('.disableAutoPlay').hide('slow');
...
2
votes
2answers
172 views
Android pop-up menu with icons (similar to Google Map app new version 6)
Does anyone know what component is used for the menu in the new version 6 of Google Map's official app on Android?
I'm trying to build a menu similar to that, couldn't find anything in the official ...
2
votes
1answer
345 views
window.showModalDialog opening second window, how to stop it?
I can't find the answer to my question in Miscrosofts documentation, on how to disable this feature.
The setup is that I have a browser open, that invokes the window.showModalDialog. After the user ...
1
vote
1answer
59 views
File download with android
I am trying to save a file from the web to my Android device but I do not know how to do it. The url address opens a blank page and a popup download box with the file that I want to download so I can ...
1
vote
1answer
122 views
Excel VBA Message popup
I am trying to create a Please Wait message in excel vba. This is to let the user know while processin some sql querry at the background which may take unkown amount of time.
I would like to have it ...
1
vote
0answers
51 views
Use standard pop-up items on Blackbery
I'd like to use a standard "delete" operation on a component I implemented, instead of defining a custom icon and text (with all possible translation) for a "standard" operation.
That is: if I keep ...
1
vote
0answers
120 views
How to use path pop up button?
I know this may be real obvious, but I am having trouble implementing this path pop up, to choose files from. I am making this encrypting tool, and it must choose file/folder/application to encrypt, ...
1
vote
1answer
183 views
Pop_up on checkbox selection
How can I display a pop-up immediately a checkbox is checked in Android
1
vote
1answer
269 views
Drop down window to edit Cocoa pop-up menu items
I'm relatively new to Cocoa and I would like to implement the ability to add or delete items from a pop-up menu in the same way that the OS X System Preferences/Network Location pop-up works. ...
1
vote
3answers
640 views
Jquery Hidden DIV Mouseover Tooltip
I've researched this quite well but haven't managed to find anything, it would of probably been quicker to write it myself! I have content contained within 'li' tags, within the the li are DIVs which ...
1
vote
2answers
1k views
jQuery SimpleModal plugin - open onLoad
I want to use the SimpleModal Confirm Override functionality and modify it so it is activated onLoad of a page. Can someone please assist? Here's the link to the SimpleModal demos page website.
...
1
vote
2answers
733 views
How to display a view as a popup view or like a alert view in iphone?
I want to display a view with two text field and a button. I want to pop the view like an alert view.Just like how facebook is popping up and asking for credentials.please help me out.Thanks.
1
vote
3answers
686 views
disabling pop-up of secure and non-secure content in Internet Explorerretagged separate 'internet' & 'explorer'
I have few images on a web page which are fetched from http server while whole web page is on https. So in internet explorer 7 & 8 , I get this pop up of "This page contains both secure and ...
1
vote
1answer
503 views
Javascript popup close reload
I have a form type deal where a user clicks a link and then it spawns a small form in a pop-up window. Is it possible to force a page reload when that popup window closes?
1
vote
2answers
174 views
ASP C# How to show rss as pop-up?
On my website users can post comments on a document. Now i want to send a rss feed to the webmasters when a comment is posted. I want the webmaster to be notified like a small pop-up in the right ...
0
votes
0answers
23 views
Want to open help window [closed]
I would like to open a help window when a i-button is pressed.
It would need to be scrollable as there could be more information than could fit in one view.
The explanations need to be able to be ...
0
votes
6answers
54 views
How to display a message in a pop up window
I have a pop up window function where when a button is clicked the window does pop up. Now the pop up window does not display anything, for a test I want the pop up window to display the word ...
0
votes
3answers
181 views
Handling Windows security pop while web page loading using selenium and Autoit
Hi All,
I have a web based application with windows security pop displayed as soon the first web page starts loading and the page completes loading only after we provide Login credentials.
I have ...
0
votes
1answer
34 views
How can I pass an URL location from a table row to simplemodal script
I have the old script working at http://chesstao.com/about.php in the games table. Unfortunately it uses the href from each td repeated several times for each tr. I would like to click on the table ...
0
votes
0answers
151 views
JQuery members only login pop up in Wordpress
I haven't been able to find any info on this anywhere over Google but I know it's possible:
I have one page on my Wordpress site that I want to be locked until visitors log in. I would like them to ...
0
votes
0answers
58 views
How to add a new item into existing context menu of IE
I write BHO for IE where I have to modify the existing context menu of IE there:
to add my own command.
I found many examples, which allowed BHO to create new pop-up menus,
but I did not see any ...
0
votes
0answers
33 views
stop lightbox popping up so many times
hello I have been working on this for over a week now? and yet cannot solve this issue.
I have a form and form validation function and after the user submits the form and it is written properly the ...
0
votes
3answers
75 views
JavaScript: Window.open function allowing to resize the widow after setting the resizable property as “0”
When I try to call a URL as a pop-up windows through javascript, after loading the pop-up window I can able to re-size the window by mouse dragging even after I set the resizable property as "0". ...
0
votes
1answer
499 views
Flex 4 addPopUp throwing error: “ ArgumentError: Undefined state 'inactive' ”
I am trying to do something seemingly simple. Open a pop-up. Anyone else get this error?
var myTitleWindow = new TitleWindow();
myTitleWindow.title = "My Window Title";
...
0
votes
1answer
25 views
Getting around moveTo and moveBy cross-domain
When I load a page from a different domain into a pop-up window, it seems that moveto and moveby are not possible. If I load the content in a div or other element within the pop-up will it be ...
0
votes
2answers
140 views
Javascript/Jquery Pop-Up/Modal Dilema
i stuck in a problem that on first glance seems simple, but actually its a bit hard to fix. I have a share button on my colorbox and i want when a user click it to open a pop-up with the social media ...
0
votes
1answer
190 views
Dashcode: How to fetch the selection of Pop-Up Menu and then zoom out?
how can I fetch the selection of a Pop-Up Menu after the user has selected "his" item and then pressed "Done"?
The selected can be displayed with:
var clicked = ...
0
votes
0answers
255 views
Image hover over pop up - dynamic positioning plus clickable
Trying to create image hover-over pop ups like - http://www.polyvore.com/cgi/shop?query=shoes.
1. Pop up's location on the screen is dynamic - dependent on the user's browser resolution. Exactly like ...
0
votes
3answers
1k views
Closing child pop-up and refreshing parent page
I am trying to achieve following.
A link on a parent page will open a new child pop-up.
In child pop-up, user enters some data and click save.
A data will be saved to databse and pop-up would be ...
0
votes
0answers
240 views
play video in separate pop-up sized window on product click in magento
I m a newbie to magento. On product page on product click I need to open a popup window and play video in it. I know how to play video on the product page but I want that video to play in separate ...
0
votes
1answer
2k views
POP-UP UIView “IMDB App” style
Is there an easy way to accomplish this kind of pop-up window (like there is with UIPopoverController) or should I build it from scratch.
http://dl.dropbox.com/u/1898217/la-foto.jpg
Thanks
0
votes
1answer
518 views
ASP.NET Pop-Up with wizard control. UpdatePanel vs Iframe
I have an implementation question.
My Job wants me to create a popup with an updatepanel inside of it. The updatepanel would have a wizard control that would take you through some steps. Would it be ...
0
votes
1answer
92 views
Can you solve this JavaScript issue: window focus for a faster loading pop-up
I have an issue with focusing a window. I am very new to JavaScript and any suggestion is appreciated. Kindly note that I am trying below issue in a shell which overrides many JavaScript functions.
My ...
0
votes
0answers
237 views
Onblur event mistakenly fires in IE when parts of popup document are clicked
I have a bunch of small pop-up pages that are designed to self-close when they lose focus-
i.e. the user clicks on the parent document.
Unfortunately in IE8, the blur also occurs when the user ...
0
votes
1answer
318 views
After impersonation authentication screen keeps popping up in my ASP.NET Application
I'm working on a program that has to archive (zip and delete files and folders) on a server. The servers that hosts the application (ASP.NET MVC) and the server that holds the files are two different ...
0
votes
2answers
594 views
Pop-up window scrolls back to the top when closed
/*CSS */
#popup { background-color: #fff; border: 1px #000 solid; display: block; position: fixed; padding: 20px; top: 200px; left: 50%; margin-left: -300px; width: 600px; z-index: 1; }
/* JQuery ...
-1
votes
1answer
547 views
Automatic Javascript Video Pop-Up
I need a video to automatically pop up, ideally in a lightbox..........needs to automatically pop-up when a user first visits the page, play the video then close, I also need a button to play again if ...