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
0answers
93 views
How to disable google ad click under overlay? [closed]
I have an overlay where the user clicks anywhere to remove the overlay. Under the overlay, there is a large google ad. I am noticing that sometimes (not always), clicking on the overlay where the ...
-1
votes
1answer
54 views
Hardware Overlay Supported?
I'm running on Windows 8 and my VGA is a Geforce 8200m G.
I'm writing a C++ Program and using d3d9 to create a hardware overlay. The question that I want to ask is - does Windows 8 still support ...
0
votes
1answer
118 views
Parsing with geoxml3
I want to be able to overlay layers on to map using geoxml3. I have been struggling to try to understand what could be going wrong, since it works fine for points, BUT it display nothing when it comes ...
0
votes
1answer
54 views
JQuery Vegas Overlay pattern wont display
I'm new to the vegas plug-in. I think I've followed the directions correctly.
My script in the :
$.vegas('slideshow', {
delay:5000,
backgrounds:[
{ src:'img/dark1-500.jpg', fade:1500 },
{ ...
0
votes
0answers
26 views
retain line draw by viewForOverlay on map when again calling
I like to add the straight line on map view, and I achieved it by viewForOverLay method,this functionality called when I pressed button , when I agin button with new source and distination position ...
-1
votes
2answers
269 views
HTML & CSS Image or Div over JQuery slideshow? [closed]
I have a project I was assigned to create a simple jquery slideshow that would advance disolving images underneath html text.
To simplify...
I need to create a JQuery slideshow with a div overlapping ...
0
votes
2answers
109 views
Magento - show overlay with success message in admin contoller
I have custom module and button in magento admin. In controller I get some information from magento and on click I want to show this information in overlay. How can I do it?
0
votes
1answer
32 views
How to push a page than overlaying it
I dont know the technical terms for what am trying to achieve here. I would be explaining it in layman terms and hope to learn:
I have created a browser extension which depending on some conditions ...
0
votes
1answer
177 views
how to trigger the google map event from inside the overlayview
In a application, I am using google map to display stations with google marker, because the google marker is static with icon not animated, so I decided to inherit OverlayView and use canvas to draw a ...
1
vote
1answer
191 views
Sencha Touch focuses textfield in overlay on list disclose
I have an odd issue with Sencha Touch 2. I have a list with disclosure on, when tapping the disclosure icon, I open an overlay, and load some data into the form it contains. All is well up until this ...
0
votes
1answer
65 views
Overlay Layout over Grid on Android
I am trying to create the following Layout in an Android, but I am not really successful:
4 Views are ordered as a Grid, just like dividing the screen in the horizontal and vertical middle.
On top of ...
0
votes
1answer
129 views
Is it possible to set dimensions to a groundOverlay that is independent of the map zoom level?
I have a GroundOverlay on my GoogleMap and I want that its dimensions to not change when I zoom in/out on map. Exact like default map markers that always keep their dimensions. I have tried with both ...
0
votes
1answer
49 views
UIScrollView overlays UIView but enables its touch events?
Is it possible to handle both scrolling events for UIScrollView and touch events for UIView behind it?
I found out that UIView handles its touch events when UIScrollView disables its own user ...
0
votes
0answers
67 views
I have a JSF page that has a dialog that inturn contains a overlay panel, which inturn contain a dataTable
I have a linked list senario where a user needs to select from a list which determines the next list contents to choose from. There are three levels of linked lists to present to the user. The user is ...
0
votes
1answer
116 views
center image vertically/horizontally over another without dimensions
I'm trying to make an image appear to have a play button that is centered. I will not know the exact size of the main image however, since it's dynamically generated.
Right now, the overlay image ...
0
votes
0answers
23 views
overlay images and center align with browser window
jsfiddle.net/SnPR6/59/
Is there anyway I could overlay 2(or more) images at same place, and locate them at the center of browser window?
I tried the css code above, but still not able to center ...
-1
votes
2answers
105 views
Display kml file on a map
In my application I would like to display a kml file over the google maps using google map api v3.
While I was searching for the solution I came across geoxml3, BUT i don't really understood its use ...
0
votes
1answer
110 views
css overlay edit icon for each table cell
Hi I hope some one can help :)
i have a table:
<tr style="">
<td width="330" style="vertical-align:top; " class="updater_modus"><span><i ...
0
votes
0answers
94 views
ImageView isn't visible and motion event isn't works well
i'm writing service class that has image overlay
imageView overlay was visible, but it isn't visible after i added imageview resize code.
Also, MotionEvent for resized imageview isn't works well
Why ...
0
votes
1answer
334 views
D3 + Google Maps + Paths + Labels Bug witih Panning and Zooming
I am D3 newbie. My goal was to create a map, draw an SVG layer on top of it with areas defined and then label those areas.
There is a bug with the labels. I can successfully add them but when I pan ...
1
vote
1answer
299 views
Setting wmode for HTML element overlays of jwplayer using javascript
I am trying to overlay a <div> on my jwplayer. I believe in order to do this, I have to set the 'wmode' parameter to be 'transparent.' So far I've been unsuccessful trying it this way:
...
2
votes
0answers
89 views
Why does it take two MapView.getOverlays().remove() calls to remove an Overlay?
When does List.remove() not remove? ...in a MapView?
I have an application with a MapView and an overlay that extends Overlay. In a particular case in my application (the user searches for something ...
0
votes
0answers
128 views
iOS UIImageView overlay with drawRect no working
I have subclassed a UIImageView and am attempting to overlay a color on it but it is not working. My code is as follows:
UIImageView:
- (id)initWithImage:(UIImage *)image
{
self = [super ...
2
votes
3answers
78 views
Stop pylab overlaying plots?
In my code, I am trying to periodically create a graph and save the graph to a file. The code looks like this:
import pylab as p
def simpledist(speclist,totalbugs,a):
data = ...
2
votes
0answers
230 views
Why is my system overlay catching all touches (no interaction with underlying view is possible)
I have a service which starts a system overlay. When the overlay is visible, I want it to be touchable/detect touches, but I want to preserve the interaction with the screen behind it (with behind I ...
2
votes
1answer
219 views
Font Awesome Image Overlay
I'm currently creating a image gallery (using Zurb Foundation as Framework) and would like to show the zoom icon on image hover (like this example here: http://codepen.io/Twikito/pen/Jeaub). But I ...
0
votes
0answers
160 views
draw lines between GPS coordinates
I want to track user's positions using GPS and draw lines between visited GPS points.
My code draw one time, then it doesn't draw
public class Test extends Activity {
float lat1, lon1 = 0;
...
0
votes
0answers
57 views
dynamically resized overlay image with resizable base image and automatic overlay position recalculation
Is it possible to achieve all five of these requirements? The last is not least.
1) an overlay image is placed above a base image
(e.g. push pin at specified intersection on a city map)
2) the city ...
0
votes
0answers
69 views
Resizing Image Overlay
Hi i wrote a service class that shows image overlay.
i want to resize the image overlay.
i tried setBounds and setCompoundDrawables, but it occurs systax error
(maybe i typed wrong code..)
So. how ...
1
vote
1answer
174 views
JQuery UI limiting overlay z-index
I have a dialog in jQuery UI which is a modal dialog:
$("#mydialog").dialog({modal:true});
I have another div which I want to be ontop of the overlay, however, this div is created before the ...
4
votes
1answer
302 views
ICS keyboard back,home buttons not taking touch when opened on overlay
I am creating an Overlay Screen. Everything works perfect on it except the android 4.0+ default keyboard`s back(keyboard down),home & recent apps button when the keyboard is open. These keys do ...
0
votes
0answers
13 views
Stacking background images only results in near zero transparency?
I've been trying to give an overlay background for a website I'm building. Everything I have tried so far from Jquery overlay plug-ins to css editing just results in a barely transparent blank white ...
1
vote
1answer
186 views
Drawing Canvas to Overlay
I draw a on a Canvas in an AsyncTask in doInBackground. The drawing code runs through, checked that by step by step debugging. The onPostExecute() method is also called, checked that, too. However, ...
0
votes
1answer
709 views
how to overlay a play button png over a thumbnail image that links to a shadowbox vimeo video
how to overlay a play button png over a thumbnail image that links to a shadowbox vimeo video
The shadow box works, thats not the issue. The issue implementing the transparent Play button over the ...
1
vote
0answers
82 views
Disable third party overlays in XNA
My (C#) XNA Game application uses WPF to get input from the user, this works fine, but my program is unstable when other applications like TeamSpeak puts an overlay on top of my game.
All of my WPF ...
1
vote
1answer
86 views
Mobile CSS Overlay Not Appearing Correctly
Thanks in advance for any advice you can offer! I've got an overlay that works well on a desktop version of my website. However, when I design the overlay for use on a mobile, it gives me problems. ...
0
votes
1answer
128 views
display Applet on top of Google Map
Can I display a java applet on top of a google map using a custom overlay so that it scrolls along when I scroll the map?
0
votes
0answers
53 views
Layout over android map
Is there a way, to add some kind of overlay over the google map in witch i will show new layout with informations about the marker, layout should not be full screen.
I need to display informations ...
3
votes
2answers
212 views
Full page overlay drag and drop jQuery
I'm trying to add a full page overlay when someone is entering the window with a file.
This is working but when I add the overlay, it immediately fires the 'dragleave' event because the overlay ...
0
votes
2answers
73 views
css corner images
I need to create the border shown on the top image over a lot of my site - I want to be able to do this with css if possible as it would save a lot of hassle with each photo - I managed to alter the ...
0
votes
1answer
37 views
Get overlay to appear immediately below selected table row (without JS)
Before I start--I know we can do this with JS positioning. I'm trying to see if we can avoid the JS positioning.
You can see a close approximation here--I've forced/dummied the overlay positioning ...
0
votes
0answers
80 views
form in overlay submitting to same overlay
I have a form generated by Contact 7 (wordpress plugin).
When displayed as a discrete page and submitted the validation proceeds in-situ and any errors reported back without a full page refresh. That ...
1
vote
1answer
234 views
Corona SDK - “ShowOverlay” with LetterBox issue
I have a button, when pressed calls the following function
local function showHudPressed()
local options =
{
effect = "slideLeft",
time = 400,
isModal = true,
...
0
votes
1answer
78 views
Map overlay not updating
i am trying to draw the path as the farmer moves around his farm the below are my classes ,my problem is when i start tracing the line moves even when the user is not moving and path is not updating ...
-2
votes
2answers
72 views
How can i create a video overlay? [closed]
Hi i have seen a few blogs that doe this but i was wondering how they got it done, I don't know exactly what to look up concerning this.
Check out this link ...
0
votes
1answer
977 views
Youtube autoplay not working on mobile devices with embedded HTML5 player
To my problem, i have one link <a href="http://www.youtube.com/embed/YT-ID" class="overlay_video"></a>. I want to play the video by clicking the link in a fancybox overlay window. This is ...
0
votes
3answers
297 views
ggplot2: overlay scatterplots with subsets of the same data
I want to produce a facetted scatterplot with ggplot for each scatterplot contains the entire dataset in one colour, with a single ID (of that same dataset) in a different colour on top of the whole ...
1
vote
1answer
145 views
iOS map overlay not updating
I'm creating an application that sends a call request for any available user across the US and updates the call sender on the progress via map overlays and a progress bar in the meantime. For some ...
0
votes
1answer
106 views
Unable to call onClickListener in WindowManager
I am implementing windowManager in my Service Class
WindowManager wm = (WindowManager) getSystemService(WINDOW_SERVICE);
wm.addView(mView, params);
I added a view in my windows manager but the ...
0
votes
2answers
98 views
ActionbarSherlock dynamic text-overlay
I'm working on an app that displays photos fullscreen. Each photo has a caption/description that will be displayed as transparent overlay when click on the photo, as example MonaLisa painting photo is ...



