popup

gwt tabindex inside dialogbox

Hi, In my gwt app, on some screens, I create a dialogbox with an input form. I would like to be able to use the tabindex property but only within that dialog box. (ie: cycles first to last field of that dialog box only) Right now if I press tab when the last field is selected, the focus will move onto the first tab index that happens to ...

How can I stop the Flash privacy popup from occurring twice on a page?

My web-app records users via webcam and microphone. I want to use HTML/JS for the controls and content, so I created two separate Flex modules: * A "Webcam Setup" module that lets you choose your camera and mic input devices * A "record" module that lets the user record and submit the recording When I embed either of these on the page...

How can I tell which Silverlight Popup (or ChildWindow) is topmost?

I am trying to hit test in Silverlight applications to find the elements under the mouse cursor. Normally VisualTreeHelper.FindElementsInHostCoordinates works for this. If there is a Popup open I need to pass in the popup to the hit testing method. If there are multiple popups open, I need to determine the correct (topmost) popup to pas...

Pop-up window or modal box?

I'm designing a mission-critical web application and I was wondering if it is best to have users enter in data via browser pop-up windows or javascript modal boxes? The absolutely critical aspect is that data must save correctly through HTML forms. ...

WPF Popup event handling - How to get triggered when Popup opens

Hi, I created a WPF Popup which contains a grid with border. There is some animation associated with the border which I want to be triggered every time the Popup opens. Currently the code is like this <Popup x:Name="myPopUp" > <Border x:Name="myBorder" > <Border.Triggers> <EventTrigger RoutedEvent="Popup.Loaded"> ...

WPF popup: how to make a reusable template for popups?

Since Popup doesn't derive from Control and doesn't have a template, how can I define a template so that all popups look the same? I need to design one that has a certain look and don't want to have to copy markup each time one is used. This seems pretty easy but I can't figure out how to do it. The Child property defines a logical tree...

popup editor for datagrid items - hangs the browser

i've got a pretty straightforward thing: a datagrid which renders some items. clicking on an item would bring up a popup editor (as the item has lots of properties and may not be edited right in the datagrid). the popup contains just a form and a [Bindable] reference to the item it edits (which is passed from itemClick handler of the da...

Popup needs to refer back to textbox within a content control

I have a link that is located inside a content control. This link calls a javascript function that opens a popup window containing a calendar and passes it the transformed id from the server of a textbox control using clientid. I need to be able to click on a date and have the popup close and insert the date into the textbox of the id I ...

How to create popup media player on listview in android ?

I have a songs list-view and I want to show pop-up media player when item in list-view clicked. A pop-up is a activity. But I don't know how to show pop-up activity on list-activity.Please can anybody help me ? ...

Use multiple WebBrowser tabs for 1 flex Application.

Hello everyone, I'm developing a flex application to view charts and statistic data about real-time stock price. The requirement is that 1 user can view multiple windows (or panel, or canvas) of multiple stock symbols at the same time. I want to have 1 button, when I click at that button, a new panel will be pop up in a new WebBrowser...

calling the popup from a popupcontrolextender programmatically

I would like to call a popup of the popupcontrolextender programmatically. Is this possible? ...

Make window Pop on homepage load

Hello, I have a website. I want to make a window popup on page load of the homepage Thanks ! ...

how to know whether window is opened - PHP/Javascript ?

There is a chat button, and when users click on that chat button a new window will be opened and both the users can chat how can i know, whether chat window is still open or not, when any of the user logged out from the application ? and give a message, "chat window still open" and close the chat window... name of the chat window : ch...

Custom spinner popup list in android

Is there a way to replace the standard ListView that pops up when opening a Spinner with a custom one? I would like for my Spinner list to be Filterable (and/or even possibly have two tabs with different lists the user could select options from). Is this achievable or do I have to do my own implementation alltogether? ...

Popup and jQuery

I am using a popup window and I am having a form on that and after submitting the form I am not able to get the confirmation on the same popup window. Instead it redirects to the original page. http://careertel.in/index.php In the above site, there is one for on the home page itself at the bottom of the page "Candidates Register Here"...

How can window.closed = true, when the window is open?

Hi all, I am stepping through code, and I realized I cannot close a window, because the DispHTMLWindow2 object close property is still to true. if(winObject.closed != true) winObject.close(); The problem is winObject.closed == true, and the window is clearly open. Any ideas where I can look to figure this out? Thanks,...

How to create a completely custom Dialogue/Popup in Android (change overlay colour and dialogue window layout)

I would like to completely re-skin the default dialogue component in Android. Specifically I would like to do this: Change the semi-transparent overlay background from the default black to a semi-transparent white. Change the Dialogue window by removing the default windowed frame border, and replacing it with a layout defined in XML (...

How to display temporary popup message on iPhone/iPad/iOS

I'd like to display a temporary message on the iPhone/iPad displaying confirmation of an action, or some quick status about some background activity. Is there a standard control to do this? I've seen apps do this. A rounded rectangle, dark and partially transparent with text inside. It does not ask for user input but disappears on its o...

Make div popup next to a link.

Hello! I am looking for a very simple solution (using jQuery) to let a small popup div appear next to whatever link I click. I know how to make divs show and hide but the problem is I do not know how to make them appear just next to the link I called them from. It would be perfect if I could use the same div for all the popups no matte...

AS3 ExternalInterface / navigateToUrl popups blocked when called from setTimeout

This problem has me tearing my hair out. The Symptoms: pop ups intermittently blocked/let through from external interface and navigateToURL combinations. The Problem: Flash (or the browser..not sure) wont let pop ups be triggered outside of a time range and/or an event duration. The Environment: I have an app that needs to send data v...