The overlay tag has no wiki summary.
31
votes
5answers
22k 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" ...
22
votes
5answers
24k 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 ...
21
votes
3answers
5k 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 ...
14
votes
2answers
2k 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 ...
11
votes
1answer
994 views
Recording custom overlay on iPhone
I'm interested in recording a video with a custom overlay which would end up in the video itself. They could be UIImage or even better, an OpenGL viewport, is there even such possibility right now on ...
11
votes
1answer
3k 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 ...
10
votes
2answers
3k 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 ...
10
votes
6answers
937 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 ...
10
votes
2answers
18k views
How to display a route between two geocoords in google maps? (Android)
I'm just writing an App for displaying the route between two coords (lat, long) in google maps view.
Displaying an single coord (even with a marker) works fine, but how to draw route between two point ...
10
votes
2answers
3k 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 ...
10
votes
2answers
49k 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 ...
8
votes
3answers
1k 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 ...
8
votes
5answers
4k 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 ...
8
votes
2answers
8k views
Camera preview UI overlay on Android?
How do I write code which layouts UI elements (Buttons, etc) over camera preview on Android ?
7
votes
6answers
2k 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 ...
7
votes
6answers
6k 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 ...
7
votes
2answers
18k 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 ...
7
votes
6answers
3k 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 ...
6
votes
1answer
90 views
Android alternative to MetroGridHelper
I am a newbie for android development and I came from WP7 world, so I found many familiar tools missing. One of my favorite is http://www.jeff.wilcox.name/2011/10/metrogridhelper/ which is really ...
6
votes
2answers
1k 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 ...
6
votes
1answer
947 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 ...
6
votes
2answers
7k 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 ...
6
votes
4answers
1k 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 ...
6
votes
5answers
5k 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 = ...
5
votes
1answer
559 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 ...
5
votes
1answer
181 views
ios MapKit MKOverlayView animation happening instantly
I am trying to animate the alpha value of a MapKit overlay view (specifically an MKCircleView) in iOS 5 using the following code:
-(void) animateCircle:(MKCircle*)circle onMap:(MKMapView*) mapView
{
...
5
votes
1answer
189 views
How best to render an overlay icon on top of basic Delphi TVirtualTreeView node icon
I'm converting a tree view from the standard TTreeView to use TVirtualStringTree. My final challenge is to implement a feature where I need to draw a 'pass/fail' status indicator on top of the known ...
5
votes
1answer
964 views
Gradient MKOverlay on MKMapView iPhone
I'm trying to trace a route on a MKMapView using overlays (MKOverlay).
However, depending on the current speed, I want to do something like the Nike app with a gradient while tracing the route, if the ...
5
votes
2answers
666 views
WPF and DirectX - Game Overlay
Greetings
I've read WPF utilizes DirectX so I'm wondering if it is possible to create a Game Overlay with WPF. I have tried with Winforms or WPF by itself and the transparent forms or windows always ...
5
votes
2answers
2k views
How to merge two icons together? (overlay one icon on top of another)
I've got two 16x16 RGB/A .ICO icon files, each loaded into a separate System.Drawing.Icon object.
How would you create a new Icon object containing the merge of the two icons (one overlaid on top of ...
5
votes
4answers
13k views
Marking Current Location on Map, Android
i followed some tutorials to create an application that shows the current position of the user on the map with a marking. but for some reasons i can't get to work the marking part? the other parts ...
5
votes
3answers
2k 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 ...
5
votes
5answers
8k views
Overlay on top of Streaming MPMoviePlayerController
I went through the example from apple "MoviePlayer on iPhone"
Im trying to overlay on top of the mpmovieplayercontroller,
it works perfectly with video clip that is in bundle,
but it wont work if i ...
4
votes
1answer
89 views
Is it possible to make a Starcraft2-like autocast overlay using CSS3 animations?
Starcraft 2 has a nice autocast animation ( http://youtu.be/p34SNJGmNE8?t=50s ) that I want to replicate on the refresh button on one of my widgets.
If my button were circular, it would be possible ...
4
votes
1answer
112 views
Footer placed at bottom (img) and content overlay
I'm currently working on a new design for a web site, and I have a little problem with my footer (image) and getting the content to overlay.
For the footer I'm using this at my starting point: ...
4
votes
3answers
235 views
how to customize MKPolyLineView to draw different style lines
I want to customize the lines drawn on MKMapView to show a route so that the lines have a border color and a fill color. Similar to this where it has a black border and is filled with another color:
...
4
votes
1answer
424 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 ...
4
votes
2answers
525 views
Python PIL - function to divide blend two images?
EDIT: Code is working now, thanks to Mark and zephyr. zephyr also has two alternate working solutions below.
I want to divide blend two images with PIL. I found ImageChops.multiply(image1, image2) ...
4
votes
1answer
3k 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 ...
4
votes
1answer
476 views
Capture screen shot on Android phone when playing video and camera preview
I have two HTC phones, one is HTC desire and another is HTC aria. I'm using ddms to capture the screenshot on HTC desire before, it works fine. However recently I buy one HTC aria, and I found when ...
4
votes
2answers
2k views
How to overlay div / box on mouseover?
I have a link and when user hover mouse over it, it should display a box (div) under the link. The box should overlay whatever is under it. How can I do it using css or javascript?
4
votes
3answers
3k 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 ...
4
votes
5answers
2k 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 ...
4
votes
2answers
3k views
Jquery UI modal dialogs
I have a problem with Jquery UI modal dialogs. I have modal dialog (dialogA), which can create another modal dialog (dialogB). After the second creation and closure of the dialogB the overlay of ...
4
votes
2answers
1k views
Adding badges to file icons in Finder
I'm working on a small project at home that would add a badge (aka icon overlay) to a specific file based on its state. Anyway, I've Googled the hell out of it and the only documentation I was able to ...
4
votes
4answers
4k views
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++? Any examples?
Thanks,
-Sean!
4
votes
3answers
28k 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 ...
3
votes
4answers
54 views
This CSS code break my borders
I inserted this code to build a thumb gallery but it messed up my left and right border of my wrapper (it disappear). You can see it here http://blog.howtodjango.com/temp/template/
below is the code ...
3
votes
2answers
144 views
Add status icons over file icons in Explorer, like Dropbox or SVN in .NET
I'm writing a Windows service application in C# with FileSystemWatcher.
How can I add status icons to files and folders in Windows Explorer similar to how Dropbox or SVN do it?
3
votes
2answers
284 views
How to create page overlay while data is loading - asp.net/jquery/blockui
I'm trying to display an overlay that says "page loading...please wait" while data is being retrived from a sql server. I'm hoping to use the BlockUI plugin for this but anything will do. I have an ...