Overlays are user interface elements that are displayed over other UI elements, typically for the purpose of presenting additional or enhanced information and detail.

learn more… | top users | synonyms

0
votes
1answer
18 views

Validation is not working in overlay

This validation works and the form is submitting when form is in the main or body container .. if I put the form in CSS overlay validation is not working and form is not submitting. Please check this ...
0
votes
0answers
45 views

my form is not submitting on CSS ovelay

This validation works and the form is submitting when form is in the main or body container .. if I put the form in CSS overlay validation is not working and form is not submitting. In overlay why ...
0
votes
0answers
7 views

HTML menu is visible when using shadowbox

I have a problem with shadowbox, where the HTML/CSS menu of my page are being displayed on top of my shadowbox enlarged photo. I am sure having seen the solution somewhere a while ago; but couldn't ...
0
votes
1answer
51 views

How to overlay one image on top of another? C++

I have two RGB images (ppm format), and I want to be able to overlay any pixel that's not purely black of the top image onto the bottom image. I can successfully load imaged, save images, copy ...
0
votes
0answers
12 views

Android Overlay Camera , not taking images in correct orientation [duplicate]

I am creating an android camera app , in this I am creating a surface view and inflating a layout over main layout , I added a button for click to capture image, all process is going nice , but ...
0
votes
1answer
25 views

Hover with Image Alpha Array

I need a row of links, where each is in a parallelogram shaped box. I'm using Divs by the way. I need each box to be alternately black/white. I want each box to have a unique hover colour. <div ...
0
votes
0answers
23 views

Using Google Maps as “Overlay” on another Layout/View

I have a little problem. My app has a surfaceview and displays the camera preview. Now I want a map overlay. This overlay should be displayed in a corner of the display and show the current position ...
0
votes
0answers
26 views

How to add an overlay to an image in J2ME for Nokia SDK 2.0?

I have an image and I want to add an overlay or to find another way to combine two images in Nokia SDK 2.0 (J2ME)... I need that one of the images to be partial transparent Thanks
0
votes
2answers
17 views

Avoid double function calling on overlaying images?

I have one smaller image laying on top of a bigger one, and both are connected on click to a jQuery function. My problem is when I click the smaller one, the browser first executes the function ...
0
votes
0answers
43 views

How to realize an camera overlay in phonegap app and save image

-- Note: I really searched for hours to solve my problem, there are some solutions for android native and unanswered for phonegap -- I´ve got a phonegap app, made with notepad ++ and phonegap build. ...
0
votes
0answers
19 views

google maps image overlay bounds doesn't match google earth?

I am trying to put an image overlay on google map with bounds. But the image is not mapping to the bounds. I tested using the same bounds in google earth and it works fine there. Can someone please ...
0
votes
1answer
30 views

Android Imaging: Programmatically add small image to overlay in a larger image

A newbie here on Android. I have an image taken from the camera. I want to add a smaller image (w. transparent background) in the middle of the image. I want to do this programmatically... How do ...
0
votes
1answer
45 views

ShowcaseView with ActionBarSherlock

I found the great android library "ShowcaseView" to generate an "tutorial" view like in Android 4.0. (https://github.com/Espiandev/ShowcaseView and http://espiandev.github.io/ShowcaseView/) But I ...
0
votes
0answers
7 views

Raster image overlay and combining raster files

I have a classified raster image with nine classes. It is of 250 m resolution. Similarly, I have an image mask derived from the MODIS Water mask product. Now I want to superimpose the water mask onto ...
0
votes
2answers
26 views

Force item icon refresh in Finder 10.8.2

Can anyone lead me to any useful link for forcing file icon refresh in new 10.8.2 version of Finder? I'm working on this problem for last few days and I have tried almost any solution which can be ...
0
votes
1answer
19 views

How can I add custom commands by overlaying selenium ide?

I am overlaying Selenium IDE and it looks like that the adding of my extension doesn't allow me to create my own commands. In order to do this, I create a user-extension.js file with my custom ...
0
votes
0answers
3 views

GoogleMapsJS map addOverlay. Is there a limit in map overlay?

In my program I have 30 checkboxes, each checkbox triggers to add an overlay to the map. It goes well, but when 19 and above checkboxes are checked, all overlays vanished. No overlay is left. Why is ...
0
votes
1answer
42 views

Want to solve deprecation issues in the Google map API v2

I have a project which is currently using the Google map API v1. Now i need to change it into version two. for that one of my customized itemized-overlay class should replace with Marker class with ...
0
votes
0answers
9 views

Google maps api, check if a point is under a ground overlay

I've a google maps api with a ground overlay of a network coverage. Is'it possibile to check if a point in "covered" ? Thanks
-2
votes
0answers
15 views

Jquerytools - call overlay from an open overlay [closed]

I have an overlay with a button and I want to call another overlay when i click on it. That works perfectly but the mask(white with 0.9 opacity) disappears when i click it.
0
votes
1answer
50 views

Why getOverlays() is undefined for the MapView?

My qestion might be easy sinse I'm android begginer. I'm following the Tutorial and have succeed in a first part of creating a map activity. But now I'm trying to add an overlay items. The problem ...
1
vote
1answer
27 views

how to deploy config files for webapps in jetty 9

we are using Jetty Overlay Deployer to install our confings (which defer for testing, dev, prod) along with our binary war files. According to the documentation this feature has been dropped: ...
0
votes
0answers
47 views

jQuery tools overlay position relative to trigger

I am trying to position a jQuery Tools overlay with apple effect next to it's trigger button, I have multiple trigger buttons all with the same class opener. I am using this code ...
0
votes
0answers
19 views

Own Google Maps Api Overlayer

i need help because i am not so good in javascript and i dont habe any experience with the google maps api. I want set my own Marker in the Google Map and if someone click, an own overlay will show. ...
0
votes
1answer
32 views

Display an ImageView above the ActionBar

I want to know, how Google does this. I read much articles, but none of the given solutions works for me. I dont want the Actionbar to be Transparent. I dont want to Hide the Actionbar. I dont want ...
0
votes
1answer
46 views

Adding holes in a giant overylay at MapKit

I have a solution for adding overlay circles in the MapKit. However, I want to know if is it possible to remove circles from an overlay instead of adding circles' overlays. Imagine a map with a red ...
1
vote
1answer
36 views

Updating and organizing overlays on an MKMapView

I want to do overlays on an MKMapView. So I created my custom object: @interface Spot : NSObject @property int spot_id; @property CLLocationCoordinate2D coordinate; @property float radius; @property ...
0
votes
1answer
22 views

How to put text over an imagebutton not via xml

I'm currently developing an android app with eclipse. Basicaly, I need to put the text over an imagebutton. There are some conditional statements in order to put text over that imagebutton, that's why ...
2
votes
3answers
148 views

Google Maps iOS SDK - Add UIView/UIButton over a GMSMapView

I'm developing an iOS app with Google Maps iOS SDK with storyboard. On my main view controller in "viewDidLoad" I have implemented a GMSMapView and shows it by self.view = mapView_; and everything ...
0
votes
0answers
5 views

Overlay CTA for user swipe to change page?

does anyone have a solid example of a mobile site with an overlay that pops up on a user's first visit that instructs the user to swipe to get to the next page of content? Any examples of this or ...
0
votes
0answers
8 views

How to stitching(side by side ) more than one video using xuggler

I have to stitch more than one video streams,it may be recorded file or live streams I have seen some video on the YouTube. http://www.youtube.com/watch?v=fI0IduBqLWA can i do it with Xuggler? ...
0
votes
3answers
43 views

Overlaying divs including div selector

Inside a container div I have four divs that I wish to overlay so that only one is visible at any time. Each of these four divs is the same dimension - lets say 200x200px. To the right of the ...
-1
votes
0answers
17 views

Overlay an image over Listview

i am trying to Overlay Image with an alpha channel over Listview , using jquery mobile I cannot get it working propertly, can you help me? I want something like this: ...
0
votes
2answers
22 views

Disable bypassing javascript overlays

I'm using colorbox to show a login form for every new visitor. And I have disabled all options to close the overlay: overlayClose: false, escKey: false, onLoad: function() { ...
0
votes
1answer
49 views

Removing group of markers Google maps API v3

I want to view and remove markers on map depending on user click over location type.. I am using this code to remove markers 1- Define markersArray as global array var markersArray =new Array(); ...
0
votes
2answers
110 views

I want to add popover/overlay/hotspot on the streetview of google map in android

What I want is to tag some objects in streetview by an icon. And as the streetview rotates the hotspot icon should also move with it, As i have shown in bellow images that the tag should be moving ...
1
vote
1answer
31 views

onclick overlay with center possition

bellow my javascript. i want to when i click then overlay background and window will be center possition. function openPopupManager(url) { var url; url = ...
0
votes
1answer
62 views

Top and bottom images overlay on imageview Issue

I want to make my layout like this as per below picture. this image i am able to see in iphone devices. Here i used frame layout to achieve make overlays of top and bottom image bar on imageview but ...
-1
votes
2answers
28 views

How to stop background overlay covering text and content

I am redesigning a website and am nearly done However I have a slight problem regarding my background tile overlay: ...
0
votes
1answer
33 views

Google maps overlay image not entirely transparent -what am I missing?

Here is my code http://tinyurl.com/cb3womn As you can see the overlay image is not entirely transparent. When I open up that image in a picture viewer the transparency is total, not as it is ...
2
votes
0answers
34 views

Google Maps tool for accurately positioning image overlay?

I am hoping someone can point me in the right direction. I have a Google Map that loads markers from an XML file, along with various other map elements, works great. However I now need to overlay a ...
0
votes
2answers
37 views

jquerytools overlay initiated by onclick

I'm trying to use jQuerytools overlay for confirmation dialogue. I have problem with the 'onclick' function to call the overlay. HTML <!-- list element --> <ul> <li id="item1"> ...
0
votes
1answer
67 views

How to use TImageList.DrawOverlay?

I use D2007 and TcxButton with a glyph image from Devexpress but it should be the same for any image. The button have 2 states and on the second state I want to draw an overlay over the original ...
1
vote
1answer
98 views

How to Overlay a PagerTabStrip

I'm creating a simple android project that utilizes a ViewPager and a PagerTabStrip. Each fragment of the ViewPager consists of an ImageView and a ProgressBar. Right now, the ImageView of the fragment ...
0
votes
1answer
47 views

GMaps v3: How to cancel mouse scroll events before they scroll map

Using google maps v2, I was able to stop mouse scroll (DOMMouseScroll) events from going to the map and zooming the map by handling and cancelling the mouse scroll events. However, in v3, that no ...
0
votes
0answers
15 views

overlay image with png grid?

What I wish to do is a simple a:hover effect (no problem so far). I want an image to have an overlay when hovered (still no problem). But I want a png image which is only 2x2 to overlay (by css ...
0
votes
1answer
52 views

Putting Overlay after getting data from AlarmManager call

I have a main activity which shows google map (v2). Periodically I send data and retrieve data using Alarm manager of Android. Once I receive the data from Alarm manager, I need to pass the retrieved ...
0
votes
0answers
61 views

jQuery .overlay will not work in Sharepoint web part

I am having an issue with a simple jQuery .overlay function not working properly when added inside of a Sharepoint 2010 web part. The following code works perfectly inside of a normal page in ...
1
vote
1answer
47 views

how is it possible to put a div over a jwplayer5 video?

The problem is that on IE the video jwplayer5 goes over everything, and my goal is the user to avoid to click over the video, to prevent PLAY/PAUSE effects. i was suggested to put a div over the ...
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 ...

1 2 3 4 5 39