Top "Overlay" questions

Overlays are user interface elements that are displayed over other UI elements, typically for the purpose of presenting additional or enhanced information and detail.

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 …

overlay google-maps-api-3
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 …

windows graphics directx overlay
iPhone, how does one overlay one image onto another to create a new image to save? (watermark)

Basically I want to take an image that the user chooses from their photo library and then apply a watermark, …

iphone xcode uiimageview overlay watermark
Prevent background scrolling when overlay appears

I have written my own modal classes using css and have used it in my application successfully. However the issue …

javascript html css scroll overlay
Google Maps tool for accurately positioning image overlay?

I am hoping someone can point me in the right direction. I have a Google Map that loads markers from …

google-maps google-maps-api-3 overlay
FFmpeg - How to scale a video then apply a watermark?

Im trying to scale a video so that it is always 512 wide where the height changes in proportion to the …

filter ffmpeg overlay scale watermark
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 …

google-maps overlay polyline
How to overlay an image/watermark with pure CSS and HTML

Is there an easy way with relative positioning to overlay a transparent PNG (or any other image) over an image …

html css image overlay watermark
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', …

jquery dialog popup overlay jquery-tools
Android Navigation Drawer and windowActionBarOverlay = true

I'm trying to implement the new Android Navigation Drawer in my application. I have created a BaseActivity.java that handles …

android android-actionbar overlay navigation-drawer