popup

Creating an overlay popup

I want to create an in-window pop up that darkens the entire window with a semi-transparent black overlay and there is a popup in the middle that warns the user about something. I have seen something like this on att web site http://www.att.com/wireless/iphone/?wtSlotClick=1-003G93!CIWM01-3-1&rel=nofollow and if you click on the o...

silverlight popup primitive zindex

I have a contextmenu that I want to popup over a autocompletebox dropdown, problem is that the autocompletebox dropdown is based upon the popup primitive, so it doesn't seem to be affected by z-index. Can anyone help me or show me a working example of a contextmenu over a autocompleteboxdropdown? ...

Open popup when hover in specific word

Good morning. I have several pages with content that correspond to some products details. What i need is for some words in that description, to open a popup with a description of that word. An example: Microsoft Windows 7 Pro 64 PT OEM When the mouse is hover "OEM" a popup appears with the description about what is OEM. I woul...

Popup notifiers for .net

Currently I'm looking for some popup notifier for my .net (4.0) project. The ones I've found and liked more than others: http://www.codeproject.com/KB/cpp/PopupNotifier.aspx http://www.codeproject.com/KB/WPF/WPF_TaskbarNotifier.aspx I'm sure there are a lot of modern and trend implementations. So, what is the most handy and sexy popu...

How do people achieve the loading effect with jQuery modal windows?

I'm going to be dynamically loading certain information in a modal window via ajax. I've noticed on other sites that a small circular loading animation will appear in a modal window prior to loading the content. Does anyone know how this effect is achieved and possibly where to find the loading animation? Thanks ...

asp.net ajax popupextender aligment issue

I have used the ajax popup in my application where one link opens a popup and from the popup, there is another popupextender that gets opened. This popup is not center aligned. Is there any way i can align this popup to the center of the screen. Note that the first popup is center aligned but second one is not. ...

Check if there are opened menus and popups

Hi. I'm developing firefox extension, and I have a button, which shows <panel> using openPopup method when users moves mouse over button, and close it after few seconds user moves mouse out. The problem appears if a firefox menu is opened, or context menu, or any toolbarbutton with type="menu" are opened. Then if users moves mouse over ...

htaccess file nomenclature creating problem in opening a popup window in IE

My htaccess file nomenclature creating problem in opening a window in IE EDITED I have to open a colour picker which needs t be opened in popup, and I have window.open('picker.html', null, "help=no,status=no, scrollbars=no,resizable=no,toolbar= no" + move + ",width=" + w + ",height=" + h + ",dependent=yes", true); my base url go...

Javascript Popup Window

I have used a ton of javascript popup windows over the years, any recommendations on the best one out there? I would like to see if there are better ways to do popups. ...

best Pop-up box plug-in of jquery .

i use facebox.js to pop-up div on my site , but i don't think it is the best one , so what plug-in of jquery are you using for pop-up , thanks ...

Virtual keyboard Popup not working on a derived textbox in wpf

Hi. I have a derived class called NumericTextBox that is derived from TextBox.This has all the validationsf for the data to be numeric. Now, i have a popup attached to this textbox in my window. the popup is a virtual keyboard. this lets the user input from both Keyboard and Mouse. but whenever i click a button on the popup, the PreivewT...

iPhone iPad UIView controller popup centered

Hi there, My application is for iPad. I have a UIViewController as the main view of my application. I have an UIView at the bottom as a footer, and inside 3 UIView (subviews). My 3 subviews in the footer banner load for each a different UIViewController and display the view of this controller into their view. I would like when I clic...

How to create a popup

How to open a similar popup like the one that appears when you click on a contact icon in contacts? Is Dialog suitable for that? Or maybe PopupWindow? ...

How do I stop an Actionlink redirect and instead popup and redirect using javascript ?

This is script what I have currently - <script type="text/javascript"> $(document).ready(function () { $('.RemoveSystem').click(function () { var href = $(this).attr('href'); var answer = confirm("Are you sure you want to delete this system?"); alert(answer); ...

A Reminder type in asp.net for windows computers

Basically i need the way to just have a popup schedule to open every morning when the user log in his computer. an application to install in his computer. I am not quite sure what to use? Any direction ...

Win32 - Fullscreen popup menu temperamental activation

Using C++ in VS2008, I'm at the beginnings of a DirectX program which can so far display a token image and flip between fullscreen and windowed mode with no problems. It has a menu bar, which is invisible as expected in fullscreen mode. The ALT key could still activate this menu in fullscreen, but it was very clumsy since its items wer...

Is it possible to capture a Windows pop-up message box from inside a Java program?

I have a Java process that runs on a Windows server where I have to kick off a command line exe. I am using Process p = Runtime.getRuntime().exec(command); OutputStream stdin = p.getOutputStream(); InputStreamstderr = p.getErrorStream(); InputStream stdout = p.getInputStream(); to run the process and capture standard in/out streams....

Facebook App Authorization popup not closing

I have a web site that's set up as a facebook application. When new users access the web site and click the login button, the "Authorize this application" popup appears and after authorizing the application instead of closing, the popup reloads the whole site insite itself. Has anyone experienced this kind of problems before? ...

Re-create ibook/itunes styled modal dialog

Considering the following images - A book item selected in iBooks on iPad: Image of selected item in iBooks The same UI can be found on the iTunes store app - Clearly Apple is re-using the same controller, transition and "modal" setup. I am working on an application the needs to perform the same kind of contextual/modal implementati...

When I close a window opened with window.open() I get an error from Firefox

I am getting following error in firefox error console... Error: uncaught exception: [Exception... "Component returned failure code: 0x80040111 (NS_ERROR_NOT_AVAILABLE) [nsIDOMWindowInternal.alert]" nsresult: "0x80040111 (NS_ERROR_NOT_AVAILABLE)" location: "JS frame :: http://www.aboriginalsystems.com/test/popup.html :: anonymous :: li...