Overlays are user interface elements that are displayed over other UI elements, typically for the purpose of presenting additional or enhanced information and detail.
66
votes
5answers
54k views
overlay opaque div over youtube iframe :)
How can I overlay a div with semi-transparent opacity over a youtube iframe embedded video?
<iframe class="youtube-player" type="text/html" width="520" height="330" ...
62
votes
8answers
62k views
Drawing a line/path on Google Maps
I've been busy for a long time finding out how to draw a line between two (GPS) points on the map in HelloMapView but with no luck.
Could anyone please tell me how to do so.
Suppose I use the ...
55
votes
6answers
23k views
creating a system overlay (always on top) button in android
I'm trying to create an always-op-top button/clickable-image
which stays on top of all the windows all the time.
The proof of
concept is
here - Smart Taskbar (on AppBrain)
and here V1.4.0 Sidebar ...
24
votes
2answers
43k views
How to display a route between two geocoords in google maps? [duplicate]
Possible Duplicate:
J2ME/Android/BlackBerry - driving directions, route between two locations
I'm just writing an App for displaying the route between two coords (lat, long) in google maps ...
19
votes
2answers
20k views
How to create a completely custom Dialogue/Popup in Android (change overlay colour and dialogue window layout)
I would like to completely re-skin the default dialogue component in Android. Specifically I would like to do this:
Change the semi-transparent overlay background from the default black to a ...
18
votes
6answers
18k views
How to replicate PS multiply layer mode
Does anybody know of a good way to replicate Photoshop's multiply layer mode using either an image or CSS?
I'm working on a project that has thumbnails that get a color overlay when you hover over ...
18
votes
6answers
2k views
Weird Overlay draw behaviour when zooming in the MapView
I've extended Overlay and implemented draw() in order to draw some stuff onto the map.
When zooming is done through mapController.zoomIn() (called when doubleTapping the map),
the overlay is drawn ...
16
votes
5answers
13k views
Merging two images with PHP
I'm trying to merge two images together with PHP.
For example... how would I go about placing image one on top of image two or merge, with basic PHP?
I have tried something such as watermarking, but ...
16
votes
2answers
4k views
MKOverlay not resizing smoothly
I have added a MKCircle as MKOverlay to my MKMapView. Also I added an UISlider to decide the radius of the circle. Unfortunately when using this it seems a bit "laggy", not smootly like I want it to ...
15
votes
2answers
67k views
jQuery - How Do I Place a DIV On Overlay?
I'm trying to make a modal dialog in the least amount of jQuery code as possible because my project already has a bit too much jQuery loaded into it.
So, I first needed an overlay, which is achieved ...
14
votes
3answers
36k views
Android: How to overlay-a-bitmap/draw-over a bitmap?
I have two questions actually:
Is it better to draw an image on a bitmap or create a bitmap as resource and then draw it over a bitmap? Performance wise... which one is better?
If I want to draw ...
14
votes
5answers
6k views
Overlaying on a 3D fullscreen application
I want to display some custom graphics on top of a 3rd party fullscreen Windows application.
Have you played any Steam games? It has an executable, GameOverlayUI.exe that lets you access Steam ...
13
votes
3answers
55k views
How to do picture overlay in HTML (something like marker on top of google map)?
Anyone know how to do picture overlay or appear on top of each other in HTML? The effect will be something like the marker/icon appear on Google Map where the user can specify the coordinate of the ...
12
votes
2answers
16k views
With jQuery, how can I gray out and disable a webpage and then show some kind of spinner on top of that?
I am still pretty "green" when it comes to web development and javascript/jQuery programming, so any help is appreciated. Here is what I want to do.
I want to do the same thing that a jQuery UI ...
12
votes
2answers
11k views
Prevent body scrolling but ALLOW overlay scrolling
I've been searching for a 'lightbox' type solution that allows this but haven't found one yet (please suggest if you know of any).
The behavior I'm trying to recreate is just like what you'd see at ...
12
votes
2answers
7k views
Plot Overlay MATLAB
How do you take one plot and place it in the corner (or anywhere for that matter) of another plot in MATLAB?
I have logarithmic data that has a large white space in the upper right-hand side of the ...
12
votes
1answer
12k views
Camera preview UI overlay on Android?
How do I write code which layouts UI elements (Buttons, etc) over camera preview on Android ?
12
votes
1answer
5k views
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 MKMapView view. Unfortunately, neither way I've tried to do this is exactly right:
Add a subview to the ...
12
votes
2answers
7k views
Fullscreen DirectX Overlay? Yes.. again C#
It looks like this question has been asked multiple times each in a different context and I have made some strides in making an overlay for a game (This is for informational data, etc..). I Would ...
11
votes
3answers
4k views
Customize the Airplay button's appearance
I use a standard gradient overlay (done in photoshop) to make buttons look nicer in my app. I added an Airplay button, but the aesthetics are not matching.
I really want to put a gradient layer ...
11
votes
2answers
12k views
How to overlay a div (or any element) over a table row (tr)?
I'd like to overlay a div (or any element that'll work) over a table row (tr tag) that happens to have more than one column.
I have tried a few methods, which don't seem to work. I've posted my ...
10
votes
7answers
9k views
Pure css close button
JSFiddle
Is there any way to make something like the X on that link with pure css?
10
votes
8answers
5k views
draw is being constantly called in my android map overlay
I'm trying to draw a route onto my MapView.
I've extended Overlay and implemented the draw() method.
The route is displayed properly, although while debugging,
I added a breakpoint on draw(), and ...
10
votes
5answers
12k views
camera overlay view - just for preview?
I've noticed that in OS 3.1 you can add an overlay view to the image picker with
cameraOverlayView
However, I've also noticed that adding a view via this method also displays the view for the ...
9
votes
1answer
7k views
How can I draw an Arrow showing the driving direction in MapView?
I use that Google Maps component MapView in an Android application. I can use the GPS location to show my location with a dot. But I would like to show an arrow instead, that points out the driving ...
9
votes
3answers
4k views
Qt Widget Overlays
How do I overlay widgets in Qt?
I want to create some widgets and place them out-of-layout, but rather tweak their size and position when some other widget's geometry is changed.
Something like the ...
9
votes
1answer
3k views
jQuery Tools alert works once (but only once)
I'm trying to build a simple alert mechanism with jQuery Tools -- in response to a bit of Javascript code, pop up an overlay with a message and an OK button that, when clicked, makes the overlay go ...
9
votes
2answers
142 views
How can I style a part of a single character with overlays using a dynamic width?
Question
Can I style just a part of a single character?
Meaning
CSS attributes cannot be assigned to parts of characters. But if you want to style only a certain section of a character, there is no ...
9
votes
1answer
2k views
Weird behaviour in Android browser when selecting fields
The Android Webkit browser (tested on 2.2, 2.3, and 3.0) seems to behave in weird ways when modal elements are put one above the other. In this example here
... I'm displaying a jQuery UI date ...
9
votes
2answers
3k views
Can “overlay” size be zoomed together with the google map on android?
I have been able to use "MapActivity" and "ItemizedOverlay" to draw overlays on google maps on android with Eclipse. But when the map is zooming in and out, the overlay does not change size.
I want ...
9
votes
1answer
2k views
iOS 5 MapKit Crashes with Overlays when zoom/pan
I have build an app which is intended to display some overlays. The overlays are in form of polygons with up to 10000 points in the outer ring. But the high number of points seems not to be the ...
8
votes
4answers
17k views
Change color of PNG image via CSS?
Given a transparent PNG displaying a simple shape in white, is it possible to somehow change the color of this through CSS? Some kind of overlay or what not?
8
votes
2answers
1k views
Draw text in circle overlay
I'm trying to draw some circle overlays containing text on MKMapView.
I have subclassed the MKCircleView, in which I put the following (based on this), but the text does not appear. The circles show ...
8
votes
2answers
1k views
Overlay video after set time offset with FFmpeg
I'm trying to add overlays to an input video with ffmpeg that appear some time after the video starts.
The basic way to add an overlay is:
ffmpeg -i in.avi -vf "movie=overlay.avi [ovl]; [in][ovl] ...
8
votes
4answers
7k views
Custom OverlayItem not drawing
I created a custom OverlayItem class so that I could essentially have one kind of OverlayItem whose Drawable marker would set itself depending on the state of some data that I pass into it.
I have ...
8
votes
2answers
828 views
Display a “help” overlay over an Android layout
I'm working on a game for the Android (Sky Hiking - Google Play, Github). I want to add a "help" option for the game where it'll go over the game components one by one, point to them with an arrow and ...
8
votes
2answers
308 views
How to cache android.graphics.path or Bitmap when using Overlays?
I'm using an Overlay to mark areas on Google Maps by drawing a shape of ten thousands of GeoPoints I get from any source. This works and looks like this:
@Override
public void ...
8
votes
4answers
3k views
Possible? — A div overlay which is completely ignored by mouse events (so that mouse events effect only the div below)
I have a google map in an iframe and wrapped in a div. Above that div, i have another, which serves to create a recessed shadow effect.
The problem is that this overlayed div will take priority of ...
8
votes
3answers
93 views
Caching overlays by rounding coordinates rectangles - how?
I have a map with overlays which i want to cache -
on each place the user visited on the map (which is a rectangle area) - i check if i have a cache of the overlays that reside in this rectangle .
...
8
votes
1answer
1k views
FFmpeg AVFilter overlay/watermark programmatically
I'm trying to programmatically overlay either images or a video on the top of another video using FFmpeg. It seems that AVFilter can do this.
There are lots of examples of how to do this or similar ...
8
votes
0answers
2k views
Tutorial — Android Map Pin drop animation — Working right [closed]
I needed the map pin drop animation for my android application. Doing a lot of research, i found nothing useful . So i created a small hack. Just posting the code so that other can use it and modify ...
7
votes
3answers
12k views
jquery overlay loading bar div
So I have a table of data, and I'm getting data back using ajax. When data is being retrieved, the data from the table disappears and a small little loading circle appears. I'd prefer for the data to ...
7
votes
2answers
8k views
Text not displaying on MapView Overlay
I am able to display a map for a specific area with the drawable icon showing the exact location. The problem is I don't see any text next to the marker like you do with google maps. It looked like ...
7
votes
5answers
10k views
Different named Markers on Google Android Map
i want to add many different markers on an android map. My code works good so far with the same overlay over and over again:
mapOverlays = mapView.getOverlays();
drawable = ...
7
votes
2answers
8k views
CSS: How to get this overlay to extend 100% with scrolling?
Here is an example of the issue in question:
http://dev.madebysabotage.com/playground/overlay.html
You see there is a gray overlay over the entire page, but if you scroll down, the content below the ...
7
votes
2answers
2k views
Overlay NSView over NSScrollView
I have an NSScrollView that fills an entire window and displays a huge image. Now I would like to overlay a custom NSView over parts of the Scroll View (eg. top 20 Pixels height and window width) to ...
7
votes
1answer
14k views
Using ItemizedOverlay and OverlayItem In Android Beta 0.9
Has anyone managed to use ItemizedOverlays in Android Beta 0.9? I can't get it to work, but I'm not sure if I've done something wrong or if this functionality isn't yet available.
I've been trying ...
7
votes
2answers
3k views
jquery mobile, disable all button when loading overlay is showed
Actually i can call this code
$(":input").attr("disabled",true); //Disable all input fields
to disable all buttons on my page. But i don't know how good is the performance when i have a lot of ...
7
votes
1answer
1k views
Getting the View that is receiving all the touch events
I have a system overlay that sits above all Activities and Windows. The only problem is that it can only detect MotionEvents when a user places his/her down on the screen (it can't track the finger's ...
7
votes
1answer
651 views
Android - automatic overlay touch down / highlighted imagebutton states
Is it possible using an ImageButton to have touch down and highlighted states, without the need for 2 more image resources on Android (6 more, considering h/m/ldpi)? I'm basically looking for ...
