popup

Custom scroll layout with fisheye in WPF

I know Windows Forms quite good but I'm new to WPF. I'd like to create application similar to RSS reader - in main window every note will be displayed in Post-it like frame and all notes should be chained and scrollable up and down. I also want to include kind of fisheye view - single note will be displayed full size in the centre of t...

Creating a Pop up and setting its view state before it displays

Hi, I am a beginner developer in Flex, and I have been using viewstates lately. I had a couple of custom popup titlewindow components that are initialized using: PopUpManager.createPopUp(this, ContentCreate, true); They both contain view states already, and are very similar so I wanted to combione them into one popup titlewindow and ...

jquery pop up box, Pull from a database RoR

Alright. I'm working in Ruby on Rails and what I have is a table the is being pulled from a database like so. <% @businesses.each do |business|if !business.approved %> <tr> <td><div class="button<%=h business.name %>"><a href="#"><%=h business.name %></a></div></td> <td><%=h business.address %></td> <td><%=h busin...

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 feature that when the user interacts with the QLineEdit widget, the popup window is not activated (the main application window remains active)....

GWT text inputs with spell-check like behavior?

Hello, Does anyone know of a GWT widget that works like a spelling suggestor? Ideally it would be similar to this: http://www.polishmywriting.com/ I need a click-triggered popup on user generated text so that I can suggest replacements (I am not building a spell-checker, but something similar). I also really like the way the polishmy...

positioning JS popup in Fx

I have the following code that positions a popup under an element. This works properly only if the Fx window is maximized. What do I add to account for window's position relative to the screen, so it works for a window in Normal mode as well? var elm = document.getElementById("back-forward-dropmarker"); var x = elm.boxObject.x; var y = ...

Are lightbox-style popups allowed when using Google Adwords?

Hi, Google's AdWords policies state: Pop-Ups Don't use pop-up windows on your site. We do not approve destination URLs that generate pop-ups when users enter or leave your landing page. We consider a pop-up to be any window, regardless of content, that opens in addition to the original window. This includes po...

jquery can do this? popup window for value

I used JavaScript to open a new window(child) when user clicks on button from parent window. On new window(child), I have textbox and button, I need to get the value of the textbox and pass to parent window when user clicks on button, while closing the child window, I need the updated value inserted into parent window (without refres...

Popup blocked, jquery window.open in success: AJAX? outside ok.

Hi there, can anyone help, I have some jquery and chrome is blocking the popup i am creating, after some investigation it appears to be an issue with window.open in sucess event of an ajax call.. Is there a way round this? My jquery ajax call needs to return the URL i need to open :-) ... so i am bit stuck... If i place the open.windo...

How do I build a popup dialog in asp.net

Hi, I am building a Web Application using asp.net (C#). I come from windows forms development and find myself in a hard spot. Im making an application where the user should edit some simple information about himself, and thus i need to create a new dialog. How do I do that in asp.net? I have a button which event is handled serverside, a...

Rails, Edit page update in a window

I have my code working so that I have a table of businesses. There's a pencil icon you can click on the edit the business information. The edit information comes up in a partial inside of a modal pop up box. The only problem is that once they make the changes they want and click update, it sends them to the 'show' page for that busine...

Clicking on Popup outside bounds of TaskPane loses keyboard focus

I'm developing a Microsoft Word TaskPane containing a WPF ElementHost. The hosted WPF uses a Popup that is intended to behave as a ComboBox's does. I believe you can reproduce my problem like this: popup.IsOpen = true; popup.StaysOpen = false; Mouse.Capture(ancestor_of_popup, CaptureMode.SubTree); When a region of the Popup lies out...

Popup window not opening on IE7

Hi Javascript gurus, I have this Javascript code which is working fine on Firefox , but it is not working on IE 7. Any ideas why? Here is the code function TestWindow() { SimpleWindow('Default.aspx', 'Simple Test', 200, 200, 'yes') } function SimpleWindow(mypage,myname,w,h,scroll) { var win= null; var winl = (screen.wi...

(Rails) Using "link_to_remote" in conjunction with a popup/popout window...?

Hi All, What is the most straightforward mechanism by which to "link_to_remote" and popout a window with the data? I need "link_to_remote" because I need to pass certain data along with the url without redoing my routes. If this would be better served by a "link_to" without the need to redo my routes, I'm all for it. I simply can't g...

aspx popup doesnt work with windows forms authentication

In my web application which is a ASP.Net site using Framework 3.5 at few places i need a popup to appear for user to fill out information. The problem is at majority of the IE it runs fine but at few IEs it takes the user back to login page. I am also sending the windows properties as argument in the showModalDialog function so as to re...

Flex PopUp Window Mate Listener and null object reference

There is a similar post here regarding this issue, but my problem is a little different. I have a PopUp window containing a form used to sign-up for access to a site. An event is generated from the PopUp via a Mate Dispatcher tag (Figure 1) validated in Flex and then sent to the server. Validation happens both in Flex and on the remote ...

AJAX modal dialog, fire onload if referer == <whatever>

Hi folks, I'm trying to change my index.html to show a modal window if the referer to my site == (eg, if they come from Google, show a "Welcome Googler" dialog box with an image inside of it). I'm using FancyBox, but I'm not married to it. Any suggestions on how to code it? I'm a C++ programmer -- Javascript isn't my forte, so strai...

Passing Viewstate Data to Popup Window

Hey, As far as I can tell it is impossible to access the ViewState of a parent page from a popup. What is the best approach to accomplish passing this information? I have considered the following: Using the Session but this may have memory implications on the server. Passing data in querystring but this may have security implication...

How to create a hovering pop up

I would like to have a link on my site that when you click it a site segment that hovers above the content appears and displays some information until it is closed in some way, and I would like to be able to insert anything I want to in there- text, images, CSS formatting, etc. What language should I use for this? Do you know any sites...

experiencing lag in variable passing between popup and opener

Hey all, I am getting some strange (at least to me!) behaviour from the javascript in a web application I am developing. There is a popup window with a form. Upon validation and submission, the information from the form is aggregated into a comma-separated string. This string is then passed to opener window by assigning the string (da...