Overlays are user interface elements that are displayed over other UI elements, typically for the purpose of presenting additional or enhanced information and detail.
1
vote
1answer
54 views
How to apply overlay on navigation when clicked?
I used the fixed navigation from http://www.jqueryload.com. Restyled it and that works fine.
I tried to add a dark overlay when "navigatie" is clicked. I found several solutions here, but when I ...
0
votes
0answers
25 views
How can I additemizedoverlay in mapfragment?
How can I additemizedoverlay in mapfragment?
This code is from androidhive google places and I am having trouble with mapview. It only displays gridlines maybe caused by deprecated googlemapv1. How ...
0
votes
0answers
31 views
UIImagePickerController blocks AVfoundation to capture frames
I want to write an augmented reality application on IOS. For this, I have read that people use UIImagePickerController to overlay the live camera with OpenGl rendered objects.However when i use OpenCv ...
0
votes
3answers
62 views
Autofocus form field in overlay
This might be really simple, but after hours of searching, I haven't been able to figure it out.
I need to autofocus on a form field inside an overlay, which is opened on a button click.
I'm using ...
0
votes
0answers
41 views
Create a game overlay- pygame
Is there a way to blit things on top of a programs output?
I am writing an extension to Dune2000 where you can preorder troops.
I already have written the core - i can preorder the troops, but there ...
-4
votes
1answer
52 views
how create overlay EditText in Activity [closed]
like this:
a link
please tell me .
Best able to provide demo.
1
vote
1answer
134 views
Transparent overlay over WebBrowser control c#
The following picture represents a panel over a WebBrowser control in c#.
However, if i put the panels background property to 'transparent', it will show the color 'Silver' as my form's background ...
0
votes
0answers
70 views
jQuery Tools Overlay closes on form submission
I am using a jQuery Tools Overlay to display a file upload form which uses PHP to check for errors, rename the uploaded file and save some data in a DB. I want the overlay to stay open for the entire ...
0
votes
1answer
41 views
Overlay SpatialPointsDataFrame and a SpatialPolygonsDataFrame when the number of rows is unequal [closed]
I am wondering if this is possible in R.
I have a SpatialPointsDataFrame, which includes points that have attributes assigned to them. I want to overlay this SpatialPointsDataFrame with a ...
0
votes
0answers
18 views
OpenGL with NSControls above it stops rendering when interacting with UI
I have an NSOpenGLView added to the window with some controls over it (added as Back-layered subviews of that NSOpenGLView). Display is all fine, but the problem i need to solve is that if i have an ...
0
votes
0answers
23 views
overlay blending of two images on ipod gives a jittery result image
I am changing color of an image according to user( user selects the color from a list of colors), for that I am using overlay blending mode of two images to change the color. I have first image of a ...
0
votes
0answers
17 views
Android drag as possible, only away from the collision
hi all as the title I wanted to know how to make sure that once the collision occurred, the drag and drop function is applicable only in the opposite direction to the collision, to avoid that the two ...
0
votes
1answer
125 views
overlaypanel primefaces doesnt work fine inside dialog inside tabview
I use the dynamic overlayPanel of primefaces inside one p:tab inside one p:dialog like this :
<p:dialog id="dialog" modal="true" header="Nouveau Article"
widgetVar="dlg">
...
0
votes
1answer
138 views
How to add text on Images using jQuery?
I want to create a textbox(Form) in which user will enter a quote and that particular text will be placed on image(image will work as background).
Quote should be in a div which should be draggable ...
0
votes
0answers
43 views
jquery overlay not showing
I hope anyone can help me with this, as it's driving me crazy.
I found this code for an overlay vindow on the Internet, see the jsfiddle here.
But the problem is that the overlay window doesn't show ...
1
vote
1answer
43 views
How to scale and position watermark to scale?
I'm scaling a video and applying a watermark like so:
ffmpeg -ss 0:0:0.000 -i video.mp4 -y -an -t 0:0:10.000
-vf \"[in]scale=400:316[middle]\" -b:v 2000k -r 20
-vf ...
0
votes
0answers
15 views
ggplot: plot values / line from other data frame in a stacked area
I have been trying to include per capita values from another data frame into a stacked area plot with a secondary axis
See example, per capita values is the black line
...
0
votes
1answer
53 views
Problems updating user overlay drawable when GPS location has changed
I'm using Mapsforge to show a offline map and i want to display in realtime the user GPS location. I have a Overlay class that represents the user location on the map showing a drawable.
When the ...
2
votes
0answers
266 views
Show a moving bus in google maps api v2 android
I am trying to show the position of a moving bus in google maps api v2 in an android application. I am able to mark the stops and draw routes using the markers and polylines. Now, I am trying to have ...
0
votes
1answer
43 views
Is it possible to use Google Fusion Tables with a custom overlay?
here is what I would like to achieve:
I need to use an custom overlay like this https://developers.google.com/maps/documentation/javascript/examples/overlay-simple
as background for a set of points ...
0
votes
1answer
52 views
Overlay 2 images with Gnuplot
I have a text file with data ordered as a matrix and a png file.
I need to overlay both of them with gnuplot and i cant find the way.
I can plot the matrix file but i have no idea what to do after ...
0
votes
1answer
33 views
Direct URL to overlay on the page
I have an overlay on my page and I would like to give user a link / URL which leads them directly to the page, with the overlay loaded.
Is it possible to be done? How do I do that?
This is my code:
...
0
votes
0answers
75 views
SDL YUV Overlay Displays Black Screen
I am trying to show a video using SDL. In particular, I have a buffer filled with a bit of decoded ogg theora stream. I then create a SDL_Surface (the window), a SDL_Overlay (which I copy the contents ...
0
votes
0answers
16 views
How to display content in a modal, loaded via ajax
I have a page where I have a gallery of thumbnails. On clicking on one, I'd like to display a bigger image followed by more information about the picture in a modal-like manner, as has been done here
...
0
votes
1answer
19 views
youtube api - prevent title overlay on pause
Hello I'm writing advanced html5 multimedia player also with You-Tube support using YT API. and there is trobule because on my page player uses really small video area (it shows visualization in case ...
0
votes
2answers
66 views
Drawing a GUI in XNA
I'm currently working on making an XNA 2D platformer, and I'm wondering if it's possible to draw a kind of static GUI over the game?
What i mean here is that while the game updates and the players ...
0
votes
1answer
58 views
Creating a permanent static overlay for QGraphicsView scene
I am making an app using Qt (currently 4.8) which displays a literal map from a large number of QGraphicsScene items. I would like to annotate the view with a scale. My requirement for the scale is ...
0
votes
1answer
92 views
OSMDroid GPS tracking and overlaying the track
I'm making a GPS tracking application with osmdroid map. I have a service which tracks gps data and stores the it in a sqlite databse. The service communicates with the map with a broadcast (every ...
2
votes
2answers
69 views
jQuery profile page > Overlay
I am looking to create a profile page. It will have use an unordered list with li's floating left in a column view. Each li will represent a profile picture (leading to an overlay).
I want to click ...
0
votes
0answers
14 views
Slideshow with pictures,pictures might have an overlay title when click on title a longer text will appear
Slideshow with pictures,pictures might have an overlay title when click on title a longer text will appear with smooth effect.Any slider which has this effect or how to create this effect.
0
votes
0answers
24 views
Trouble adding an Overlay Polygon
I'm trying to add an overlay polygon following this tutorial: http://www.shawngrimes.me/2011/04/adding-polygon-map-overlays/
but, adapting it to my app it doesn't work: it shows just two standard ...
0
votes
1answer
44 views
Setting sys_language_overlay = hideNonTranslated hides translated content elements on root page (inversed behaviour)
I've setup a multilanguage (german [default], english, japanese) TYPO3 project with Templavoila and want to hide non translated content elements. Therefore I defined sys_language_overlay = ...
1
vote
0answers
11 views
removing a part of overlay
I have coordinates to draw as overlay on the map.
MKPolyline *line = [MKPolyline polylineWithCoordinates:coordinatesPointer count:coordinatesCount];
Map just draw overlay. When user thinks they ...
1
vote
0answers
115 views
Image Positioning (Google Maps Android API v2)
Background information
Google Maps Android API v2 is being used
image.png is illustrated below:
Question
Vector graphics are not supported; therefore a setting the image as part of a ...
0
votes
0answers
74 views
The best way to use ffmpeg/libavfilter to do Overlay
I want to use libavfilter to do special effect processing to achieve two videos overlay;
I try to do this:
AVFilterGraph 1:
video1_frame -> buffer -> ...... -> sink -> out_video1_frame;
...
0
votes
1answer
47 views
Is it possible to overlay a JPanel on top of another? [duplicate]
I am attempting to overlay a smaller panel (sub) over a larger panel (parent). The dimensions of sub are smaller than that of parent.
JPanel sub = new JPanel();
JPanel parent = new CustomPanel();
I ...
0
votes
1answer
36 views
Ad Overlaying Interface Instead Of Appearing Above It
First I want to thank everyone here for their help on my previous questions. You've all been an immeasurable help. This will hopefully be my last question on this particular program and if it's been ...
0
votes
1answer
101 views
Linking to kml/kmz files on Google Drive
I've saved kml and kmz files in a file cabinet in the old Google Sites. I copy the permalink to these files and paste it into the search box on Google Maps to overlay the placemarks.
I've saved a ...
0
votes
0answers
28 views
BlockUI div below the page
I'm trying to prevent users to do actions while my ajax is loading. So I use BlockUI.
When AJAX is loading, the page is locked but the loading div is shown below the rest of my page.
I really don't ...
0
votes
1answer
41 views
How to get area for MKPolygon in iOS
How to you get the area of a MKPolygon or MKOverlay in iOS?
I have been able to breakup the Polygon into triangles and do some math to get the area. But, doesn't work well with irregular polygons.
...
1
vote
1answer
49 views
Video player controls (Play/Pause etc.) display as overlay
I am creating a custom video player in flash builder using SDK 4.1 on windows 7.
I have created video player controls like Play/Pause, progress bar etc. in a HBox.
Now I want to display these ...
0
votes
0answers
53 views
Android custom overlay on mapview with border and image?
I have a requirement to display a set of custom overlay on mapview that contain an image that is downloaded from the internet. In the past i have extended Overlay and overrode draw to create the pin ...
0
votes
0answers
74 views
How to add a title and a snippet to Google's MyLocation pin (Google Maps Android API v2)
Here's my code:
// Declare map
private GoogleMap map;
...
// Initialise map
map = ((MapFragment) findFragmentById(R.id.map)).getMap();
...
// Set location
map.setMyLocation(true);
Upon Google's ...
0
votes
1answer
110 views
how to overlay a series of images in GPUImage
I have been looking at GPUImage but cannot figure out how to overlay a series of png or jpg images on top of the video while I am displaying it and recording it. I have roughly 150 photos in a ...
1
vote
0answers
36 views
Creating Android overlays for displaying Walk-through
This is what I've done to implement CommonsWare's answer in the following question:
How do I create a help overlay like you see in a few Android apps and ICS?
But it fails. There are no errors but ...
0
votes
1answer
67 views
overlay image position changes during zoom out
when I zoom out the webpage , the overlay image position changes.
how can I avoid these.
my website : http://netstrikers.comeze.com/?p=69
website is created in wordpress.
my single.php code : ...
0
votes
0answers
40 views
using tkplot and overlaying it on another figure with igraph, R
I would like to make a figure of a small network using tkplot with igraph, R 3.0.0, so that I can tweak the location of nodes. The desired figure places nodes on concentric circles, and their distance ...
0
votes
1answer
84 views
Image over iframe
I thought it would be simple to crack but it seems like an age old problem now.. I am creating a tool for online correction of djvu files and need to place a png tickmark over it ...
<body ...
0
votes
0answers
23 views
Trouble closing an overlay, browser goes back
My buddy installed a script for me, but I am having some trouble. When a "pin" is clicked on it opens in an overlay, but when one clicks outside of the overlay it doesn't close and the page behind it ...
0
votes
0answers
30 views
Jquery overlay adds an extra unwanted img tag
I've created an overlay using JQuery. It works just fine in all browsers, however IE is rendering an extra, oversized border which I am not able to control with css. Upon further investigation using ...



