overlay

jQuery Tools: How to prevent a submit event from a form that is rendered dynamically into a page

I have an Index.aspx page with a button. If you click the button a create overlay pops up. In this overlay lies the form. So the create overlay form page and the Index.aspx are seperated. The whole form is rendered into the Index.aspx using jQuery Overlay plugin from http://flowplayer.org/tools/overlay/index.html (in $(document).ready(fu...

DirectX 2D Overlay

I've written a simple program that visualizes some data using a 3D-mesh in the center of my view. The mesh can be rotated and zoomed. Some points on the mesh need to have a description so I would like to add signs next to those points which contains some textual information. What is the best way to create such signs in DirectX9? Should ...

overlay is not working in IE6?

Iam using the following code in my file for overlay image.This works fine in firefox but not in IE6.Can anyone please suggest a solution for this?? <div id="1" onclick="document.getElementById('div1').className = 'nodis';" CLASS="nodis" style="width:100%; background:url('/gifs/overlay.png');" align="center"> ...

How to overlay graphics on Windows games?

I want my program to be able to launch any Windows game, and while the user is playing it, intermittently display some text or pictures in some part of the game window. The game may be in windowed or full-screen mode. From what I have been able to figure out from online resources, this could be done using a graphics library that supports...

jQuery Tools: How to close an overlay?

$("a[rel]").getOverlay().close(); $("a[rel]").close(); Both don't work. $(document).ready(function () { $("a[rel]").overlay({ mask: '#3B5872', effect: 'apple', onBeforeLoad: function () { var wrap = this.getOverlay().find(".contentWrap"); wrap.load(this.getTri...

Expanding Overlay Marker on Google Maps?

Hello everyone, I can draw overlay items onto google maps just fine, an image that looks like: ______ | | ______ \/ Where the "\/" part is the "pin" that marks the lat/lon on the map and a picture in the middle of it. My question is, is there any way to expand this when the user clicks on it? I'll of course have to change this...

[iPhone Map Kit] Custom overlay on Google Map?

Hi Guys, a general question, is it possible to have a custom overlay (or more than one overlays) above the Google Map using iPhone Map Kit? Thanks for any comments. ...

Is it possible to overlay HTML over XBAP?

Is it possible to overlay HTML elements over XBAP? I have an XBAP application in an iframe on a webpage, and I'm trying to overlay HTML elements over it. I can easily do it over Flash, but I have yet to figure out how to do it over XBAP. ...

Google Maps API: Calculate Center/Zoom of Polyline

I have an overlay that is dynamically generated from user data, so I need to know how to find the center of that overlay. Currently, I am just using the first coordinates from the overlay, but that really does not represent the center of the overlay. Therefore when I load the map, it is not centered on the overlay. Does anyone have a ...

Use Layout as OverlayItem on MapView?

Is it possible to use a layout defined in XML as an OverlayItem to be added to a MapView instead of just a single drawable? I have several Overlays being drawn on the map but they are just single images, I would now like to place Overlays that are more complex objects instead of just a simple drawable. I am planning on drawing a marker...

Client review js overlay

When your construction inspector walks through a building they drop blue tape over all the nails that are hanging out of the wall and paint that's not done right. How do we do this with client acceptance of websites? Is there a tool like crazyegg that overlays your website and allows clients to annotate and mark bits that are out of whac...

Why CSS opacity is affecting div above it?

I have overlay inside HTML element and inside that overlay I have element that contains message. But for some reson upper element gets also opacity from element under it. EDIT: I only have tested this with latest Firefox. Here is CSS example code to explain problem: .overlay { z-index: 1000; border: medium none; margin: 0p...

iPhone SDK - How to hide cameraOverlayView before using UIGetScreenImage?

I'm trying to take a full screen image of the camera picture without having the overlay ontop. In my overlay controller I have tried to hide the overlay with this lines of code: [self.view setHidden:YES]; [self.view setNeedsDisplay]; CGImageRef screen = UIGetScreenImage(); UIImage* image = [UIImage imageWithCGImage:screen]; CGImageRele...

Overlay two bitmap images in WPF.

Hi there, I need to overlay two images (say, JPEG and PNG with transparency). Input: - JPEG image - PNG image Output: - JPEG image with PNG applied. What is the best approach to do that? Thank you in advance for the replies and hints! Cheers ...

Make custom overlay clickable (Google Maps API v3)

I have a custom overlay class (ImageOverlay) which inherits from google.maps.OverlayView. I want it to respond to Google Maps click events (not just DOM click events) but simply using addListener doesn't seem to do the trick. e.g. I have a shapes array which contains a mixture of google.maps.Polgon and ImageOverlay objects: for (var i...

Overlay onTap not working after Android Back button?

I have several Overlays drawn on a MapView with ItemizedOverlay, and an onTap that works when I first start my app. However, if I press the Back button on the Android then start my app again the onTap does not work at all. Other touch sensative operations work fine, like long press on the map and several face buttons. It is also fine ...

Overlay multiple stat_function calls in ggplot2

I have two data.frames, one containing raw data and the other containing modelling coefficients that I have derived from the raw data. More detail: The first data.frame "raw" contains "Time" (0s to 900s) and "OD" for many Variants and four runs. The second data.frame "coef" contains one row per Variant/run combination, with the individ...

Problem with popover overlaying some of my component

Hello, I'm using a popover to display information about the object the user clicked on. The problem is that sometimes this popover goes on top of a graphical component that need to stay visible. The solution would be to tell my UIPopverController to be displayed strictly inside a specific zone even if the anchor point is at the border...

CloudMade Marker Overlays - Can The Z-Index Be Controlled?

Does the CloudMade API have the ability to control the z-order or z-index of the marker overlays (e.g.icons)? I have used this before in Google Maps to make certain icons with more importance draw over the top of other icons with lesser importance (especially in some zoom levels where they may bunch together). The Google Maps GMarker ...

iphone 4 - How do I record the video overlay on top of the video also?

Does anyone know how to do this? Is anyone able to provide an example? I believe this is out of NDA now as was available in version 4.0 ? ...