popup

WinForms DateTimePicker Dialog?

I need to have a pop-up dialog like the Color Dialog or Save Dialog but for choosing a date from a calendar. The DateTimePicker is what I need, but I don't know how to launch this like a pop-up dialog in C#. ...

mp3 playlist - any alternatives to popup window?

Hi, I'm developing a site for a classical music ensemble. They want tracks from their CDs to be available to visitors in a 'jukebox' style playlist. They initially wanted music to play when the visitor arrives at the site, but I have refused to do this as I think it's bad design. Instead, we've agreed that an audio player should appear...

Zend/PHP: How to disable webpage behind popup ?

I am working on zend framework, PHP and jQuery. I am working on popups sometimes. When any popup is open on the screen, we can still clicks links on webpage behind popup which causes some unexpected behaviour. How can I disable a webpage behind popup. I have seen some web application in which when popup appears then webpage behind popup ...

window.open and searchpopop

Hi all, We are use window.open for open popup. But then we want find it and close. Unfortunately we can`t save this popup handle to variable. P.S. How get list of all windows? ...

Difference between Popup's IsOpen and Visibility properties?

I've played around with the WPF Popup Control and as far as I can see, the Visibility property is superfluous. If you have a Popup with IsOpen = True, it will be visible even if its Visibility = Collapsed. If you have a Popup with IsOpen = False, then its Visibility will be Collapsed, and will remain "Collapsed" when IsOpen changes to ...

Are there "Pop Up Blockers"/Add Ons that change a post to a get in IE8?

We have some code where the user clicks a link which launches a pop up window. The code that creates the window then does an HTTP post to the window. Once the post has succeeded, the page is redirected (as a javascript location) to a PDF that was created during the post. One person is getting an error where the posted data is not gett...

did you know some good jquery popup dialog plugins ..

did you know some good jquery popup dialog plugins .. thanks ...

How to resize YouTube player when Window Resize

I want to show Popup window contain YouTube video. My question is how to resize YouTube Player when user resize the Popup Window ? Head section of Popup windows PHP/HTML code <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&gt; <html xmlns="http://www.w3.org/1999/x...

Default login popup for web sites

Hi. I am trying to build a web site with ASP.NET MVC, I'm new to this. My question is: how can I display the default login dialog? I am not referring to a custom dialog, like the jQuery Dialog, there is a default pop-up for credentials, which looks different depending on browser, same as with javascript alert(), but I don't know how to d...

how to detect URL's of FireFox popups

I want to log the URLs of all the popup attempts in my FireFox browser running on Windows. Is there a way to do this? Either somehow externally, or internally with an extension? ...

Stop displaying Popup On every page refresh

Hi,I need to stop displaying the Modal Popup Extender on page refresh and when browser back button is clicked.Please suggest me to find out the solution. ...

Create/Edit/Save data in a jQuery pop-up for ASP.NET-MVC and Linq2Sql

I have a MVC page which allows creation and editing of a subcontract. When the user has to select a company for the subcontract, I would like for them to have the option to create a new company. I've made a jQuery pop-up with the company fields, but I don't know how to then save this information to the company table. I would also like...

[Flex] How to open a menu automatically with a shortcut ?

Hi there I have a MenuBar which contains general menu items like File, View, Tools ,Help. I have sub items in each of those menuitems. The problem is that i want to open the 'File' menu automatically when i press Alt+f key. I could capture the keyevents on the view. But how to open the File Menu of the MenuBar (what is the function t...

Using javascript to open a popup window

I would like to open a popup window using javascript in my c#.net app. This is the code in the body tag in my webform <script language=javascript> function openWindow(strEmail) { window.open('CheckEmail.aspx?email=' + strEmail + , 'Check Email','left=100,top=100,toolbar=no,scrollbars=yes,width=680,height=350'); r...

Saving/Associating slider values with a pop-up menu

Hi, Following on from a question I posted yesterday about GUIs, I have another problem I've been working with. This question related to calculating the bending moment on a beam under different loading conditions. On the GUI I have developed so far, I have a number of sliders (which now work properly) and a pop-up menu which defines th...

C# Visual Studio 2008 NumericUpDown PopUp Menu Removal

MenuPic Greetings. I am using the NumericUpDown control on my application. When I right click mouse on any of these controls the popup menu shows up as displayed in the above link. How do I remove this menu please? Thanks. ...

Is there any way to open a popup outside the dimensions of the Application in Flex 3

hi friends I am creating a flex application with application height 50 . I want a pop up to be displayed outside the main application in the browser. Is it possible?? Plz reply ...

Flex 4 - center popup

How can I center popup window in flex 4 ? I have tried: PopUpManager.addPopUp(AlertPopUp,DisplayObject(spark.components.Application), true); PopUpManager.centerPopUp(AlertPopUp); but it's problem with conversion Application->DisplayObject. Please help :) ...

How do I create a pull-down/up window in Android GUI?

For Android GUI: I would like to create a window that I can pull up from the bottom of another window, kind of like the Notification bar or the tab in the bottom on Spotify for Android. I want to be able to grab a small piece of the window and pull it up. Or just click it and it will "pop up". And afterwards be able to pull or click it ...

Getting gridview column value as parameter for javascript function

I have a gridview with certain number of columns and the ID column where I want to get the value from is currently set to visible = false. The other column is a TemplateField column (LinkButton) and as the user clicks on the button it will grab the value from the ID column and pass the value to one of my javascript function. WebForm: <...