Overlays are user interface elements that are displayed over other UI elements, typically for the purpose of presenting additional or enhanced information and detail.
0
votes
1answer
57 views
Couldn't capture overlay image
I have 3 images. I load one by one to camera overlay image. Then i need to take snapshot. But when i click button it take snapshot of particular image. When i put imageName.png in ...
0
votes
1answer
137 views
Overlay background color and image
I am trying to overlay a background color (blue) on top of a background image. I have a menu that I want to appear above the background color. I've tried using the z-index property, but it is not ...
0
votes
0answers
37 views
Fixed Menu: Text Overlay Header Menu when Scrolling
As you can see from this page: marketbot.net/pro.html, when you scroll down the pricing text seems to overlay the menu. How do I fix this? What code do I have to place and where?
0
votes
1answer
27 views
Java Image over image has white b/g even though it's a png
As seen below, I have a BufferedImage over another BufferedImage. They are both pngs and I would like there to be no background on the overlayed image. I'm sure there's so way to do this, but am ...
0
votes
0answers
77 views
Transparent iframe not working Firefox 19
I have an HTML file with just two elements.
One is a flash video (works fine). The other is an iframe containing a ustream chat object.
What I want to do is place the chat box on top of the streaming ...
0
votes
3answers
764 views
JQuery mouseover image overlay
Just wondering how I can get this working 100% correctly. I think I'm nearly there.
Basically, I have an image & when I mouseover, I want an overlay (which is a coloured div) to appear over the ...
0
votes
0answers
146 views
ffmpeg live stream overlay issues,while any one of the stream is lost other streams are getting stuck
So far we have done
We have a video chat client which has a set of 9 video streams (users) with
h.264 codec using Adobe FMS. Now, using ffmpeg we are able to combine these
streams into one stream ...
2
votes
3answers
291 views
jQuery / CSS / AJAX Popup-Style DIV closes when result contains div
I made a jQuery / CSS Popup-Style Div. The div's content is loaded through an ajax-request and is put in .ajax_popup_wrapper !
When you hover over TIPP the div is created and appended to "BODY". ...
0
votes
1answer
65 views
How to overlay TWO images and save them into AN image? (Flash CS5)
I am a total noob with Flash. And i am no programmer. Just good with photoshop (image designing).
Here is my problem. I found a simple drawing application and modified it, only the interface, not the ...
0
votes
1answer
42 views
jquery overlay: close child overlay without closing the parent
I have a "parent" overlay invoked from a clickable image. The overlay itself has an image, a table of text, a close button (Close) and "links" that are tagged elements that invoke a "child" overlay ...
0
votes
1answer
85 views
how to set jquery tinyscrollbar to scroll:false in overlay
Invoking an overlay within a scrollable area. Using tinyscrollbar plugin ( [http://www.baijs.nl/tinyscrollbar/][1] ) and, when the overlay is invoked, I want to set the scroll option in tinyscrollbar ...
0
votes
0answers
80 views
How to open easyui datebox from overlay
My easyui datebox opens perfectly in normal page but when i try to open it from overlay window it doesnt open.
It does not throw any error even.
0
votes
0answers
91 views
Google maps api - Listing suburbs inside a rectangle?
Using the Google maps API V3 is it possible to retrieve all suburbs inside a set of bounds or a rectangle?
I've looked through several other examples and have not found any questions in which they're ...
0
votes
2answers
44 views
Is it possible to create unzoom element in Raphael?
I have a Raphael paper works like google map.
There is a main content just like a map, and many overlay attach on top of it, just like those pin and markers on google map.
So when I zooming, I want ...
0
votes
0answers
213 views
how to disable mousewheel scroll with jquery overlay
I have this code in a master page:
<asp:Content ID="Content1" ContentPlaceHolderID="head" runat="server">
<script type="text/javascript" ...
0
votes
0answers
37 views
jquery overlay problems with nested repeater
I have a nested repeater, where in a parent overlay (displaying a company's info), "links" to subsidiaries are created, and for each link I want to invoke another overlay using the same overlay format ...
0
votes
0answers
63 views
bxslider issue after closing colorbox in firefox
I have a problem in the current version of the firefox after the closing of the colorbox, if the bxslider is behind the center of the colorbox overlay.
The bxslider hides after the closing colorbox ...
0
votes
1answer
94 views
How would I create a form/application to overlay my DirectX Full Screen Games? - Visual Basic
I was wondering if anyone out there knew how to create a form overlay for a FULLSCREEN directX game such as World of Warcraft, using visual basic? I have created an useful application I wanted to use ...
0
votes
1answer
103 views
Loading overlay doesn't work in Chrome, works in IE/Firefox
I have a super simple loading overlay for my webpage:
<script type="text/javascript">
$(window).load(function(){
$("#loading").fadeOut();
})
</script>
...
...
...
0
votes
0answers
210 views
Javascript / Jquery - loading gif animation
I am trying to use loadmask to show some sort of loading animation when a Jquery UI tab is clicked. Once a tab is clicked, it enters the function below just fine and performs the tasks in that loop, ...
0
votes
0answers
21 views
Form inputs twice when NOT used in an overlay
Thanks in advance for any help you can provide! I have a form that lives on a webpage ("formpage"). On another webpage ("planpage"), a user can click a button and reveal an overlay. The overlay uses ...
0
votes
3answers
112 views
Fancy Effects on MKMapOverlay CGPath
I'm using a MKOverlayView for drawing a path onto the apple maps. I'd like to draw many short paths onto it, because I need to colorize the track depending on some other values. But I'm getting some ...
0
votes
1answer
417 views
How to put overlay View over action bar Sherlock
I want to set some view over action bar that will display Tutorial text (Like click here and send email...). Is this possible? I ask because i know that action bar uses the top space on layout, and a ...
0
votes
0answers
68 views
Fullscreen transparent overlay
Does anyone know of any examples of how to make a transparent fullscreen window that is always on top and displays above a fullscreen desktop application like a game?
I am not looking for inject ...
1
vote
2answers
52 views
Custom Toast for Google TV
I am creating an overlay for google TV. I have created a transparent theme so that the broadcast can be seen through the application as follows:
Styles.xml
<?xml version="1.0" ...
0
votes
1answer
126 views
How to implement toast overlay in Google TV
Im creating an application for Google TV. I am trying to create a custom toast overlay over the top of the broadcast.
I have created the custom toast as follows:
<?xml version="1.0" ...
0
votes
0answers
98 views
how to overlay html on 3d canvas?
I need to everlay an html form on the 3D scene(three.js)
<FORM NAME="test">
<P>Enter your Name: <INPUT TYPE="TEXT" NAME="firstName"><BR><BR>
<INPUT TYPE="Button" ...
0
votes
0answers
37 views
Make profile pictures greyscale in Facebook like box?
I'm trying to strip all color from my site. Is there any way to make the profile images that show up in a normal Facebook Like Box greyscale? Any kind of CSS overlay?
0
votes
4answers
43 views
How to execute javascript only when jquery overlay is invoked?
I have a simple jquery overlay set up on an aspx page. Here is the relevant code:
<img rel="#1208" src="/images/testsmall.png" />
<div class="simple_overlay" id="1208"><img ...
4
votes
1answer
172 views
Using getTileURL in Android Application with GeoServer
We are just starting to work with Google Maps on Android and have a GeoServer set up to provide tiles which we would like to add as overlay on the map. So far, I have followed a few tutorials and ...
0
votes
0answers
18 views
Overlaying a table over an image
I'm sure my question has probably been answered a few times but that answers I've found make no sense to me. I'm not a web designer by any means but I am a computer guy. My command has tasked me with ...
0
votes
0answers
24 views
Map wan't display neither move the Marker
In my small application I want to show the GPS data from a csv file. This works fine and the map changes it's position. But I can't display a marker neither move it's position. The marker shows up ...
0
votes
2answers
148 views
SurfaceView overlay
I have a surfaceview which is running couple of threads. One of those threads is drawing on a surfaceview canvas - kind of animation.
Now I would like to "overlay" one image (transparent) - to appear ...
-2
votes
1answer
36 views
Android - displaying another activity when clicked on text displayed after on tap(index) method
I am new to android and I need a small help. I am developing an application much like google maps. I am able to create a map interface and display markers along with on tap(int index) method to show ...
1
vote
1answer
120 views
Transparent image pattern over color in CSS
I'm trying to add a simple .png pattern over a color gradient in CSS. Here is the markup:
HTML:
<div class="pattern">
<div class="widget_heading">
<h4>Feed</h4>
...
0
votes
1answer
81 views
OpenGL Window Overlay
What I need to do is create a program that overlays the whole screen and every 30 seconds the screen needs to flash black once.
the program just needs to be on top of everything, doesn't have to work ...
0
votes
0answers
65 views
Website overlay content does not scroll when viewed on Android
Thanks for any help you can provide! I am trying to finish up a mobile version of my website, but for some reason, the content that appears in the overlay that I have created does not scroll properly ...
-3
votes
1answer
162 views
Image Gallery with Div Hover Overlay
I would like to create an image Gallery for a client similar to the on Tiffany uses in the link bellow:
Tiffanys
However i am not very familiar with javascript and i am not sure if I even need to ...
0
votes
2answers
114 views
Android - How to overlay images in a WebView?
I'm trying to overlay several images[to form a building plan with possible zoom].
The point is to choose which images to averlay each time depending on selected filters[staff, equipements ...].
After ...
0
votes
0answers
110 views
canvas image and svg overlay
I use the astrojs library (precisely webfits and fitsjs) to load a FITS file in a canvas.
I would like to add an overlay to encircle stars, trace paths and so on, and I decided to do it with d3.js
...
0
votes
1answer
245 views
Move an overlay Google Maps iOS SDK
I'm basically trying to move an overlay along a path as time moves along. This is how I'm doing it right now:
Imagine that this is all in an NSTimer with new values for position each time.
...
0
votes
1answer
65 views
Overlay Many ASCII layers in Raster Package R
I have 120 species distribution maps as .asc files which I have stacked using the r package "raster". I would like to add all of these layers to produce a richness map for a large spatial extent. I ...
1
vote
1answer
179 views
Plot latitudes and longitudes from database on Google maps v1
I am developing an application where I want to plot latitudes and longitudes from my database on Maps. In my database schema I have three columns:
Name | Latitude | Longitude
I can retrieve the ...
2
votes
2answers
79 views
Tabed pane with a label on top
I need to add a JLabel/JPanel as shown in the image. When resizing the frame both the tabbed pane and the Label/panel should be resided. The label and the panel inside the Tabbed Pane are ...
1
vote
0answers
85 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
50 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
113 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
51 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
267 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 ...



