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.

How to make a lightbox 'breakout' of an iframe?

I have an iframe on the front page of a site. The iframe loads a .php page which has a …

jquery iframe overlay lightbox jquery-tools
How to use Jquery tools Overlay programmatically?

I wan to show an overlay programmatically. I tried to modify the code in this example Opening overlays programmatically. Instead …

overlay jquery-tools
Shell Icon Overlay (C#)

I need a method to create Icon Overlay's for Folders and Files in Windows XP/Vista, using C# or C++? …

c# c++ icons overlay shell-extensions
Tortoisehg icons not showing

I copied a repository (whole folder) from one computer to another and added the repository to the TortoiseHG workbench through …

windows mercurial icons overlay tortoisehg
Overlay screen on Android

How is it possible to add Views/Images to my homescreen? The best example is the facebook messenger: If you …

android overlay homescreen
Eclipse WindowBuilder, overlapping JPanels

I'm attempting to overlap JPanel instances. Put a panel directly on another, in the exact same position and exact size. …

java swing overlay layout-manager windowbuilder
Adding subview to MKMapView that's above the map but below the annotation views?

For an app I'm building, I have a custom "old map" effect PNG that I'd like to overlay on the …

iphone overlay mkmapview subview
Android: Overlay TextView on LockScreen

Im trying to overlay a TextView on top of the LockScreen (Similar to how Android Overlays the time). Note: I …

android textview overlay android-windowmanager
android Camera2 API + TextureView overlay for drawing on camera preview

So, I need to overlay the camera2 preview and draw a rectangle on the preview video image by layering a …

android overlay preview camera2
Modifying resources inside a war overlay in maven

I have this setup currently: Project A outputs a war file - has a configuration file (WEB-INF/web.xml). We've …

maven overlay maven-war-plugin