overlay

want to draw a line or path on google map in HelloMapView

Hello, I'v been busy for a long long 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 HelloMapView which extends MapView. Do I need to use overlays? If so do I have to override the onDraw() method of the overlay an...

DirectDraw Overlays

Does anyone have a working example (code) of a DirectDraw overlay? Like something moving on the screen. I have been trying to find an example of DirectDraw overlaying usage and was unable to. Thank you. ...

how to change state of any overlayItem on googlemap?

I am able to display multiple overlayItems on Googlemap, now I want to change icon of any specific overlayItem (to show it is currently selected event). I want to do it through navigation buttons (next, previous) as on Google maps. I am using StateListDrawable to display icons for OverlayItems. Icon file is <?xml version="1.0" encodi...

JQuery Overlay - wrapInner method

I am trying to create an overlay for a div. I am attempting to accomplish this using JQuery. This what the JS looks like: $('#container').wrapInner('<div />') .css('opacity', '0.5') .css('z-index', '2') .css('background','black') .attr('id','overlay') } }; Update: This is the markup before the JS f...

Overlay Webpage on 3D Application?

I'm looking for a free substitute for a library called Awesomium, that would allow me to display a local html page on top of a rendered openGL scene, such that the user could interact with the webpage (ie. click buttons), but also interact with the scene, when the mouse is no longer on top of the web page window. Any suggestions? Or any...

simulating touch on MPMediaPlayer

Hi, I want to simulate the touch over MPMoviePlayer ( making the controls visible and not). I am adding an overlay and i have some touch events for the overlay view. Currently the overlay view will respond to the touch and do the rest. but i want the send teh same touches to MPMoviePlayer to make the controls visible at the same time. ...

Need high level steps for creating simple windows desktop overlay

Hi all, I never do any windows programming. I also have no idea how I would start this project. Hoping I could get some high level steps. Problem: I have many versions of source on my computer. Each one may have a different description and a different state. I always get confused which one is in which state. I'd like it if I could...

Need transparent overlay window to draw lines on top of window drawing video? ::MFC,C++,windows::

How do you create a transparent window that can be placed over another window that is actively having streaming video drawn to it. I want to create a window on top of the video window that I can draw on without video constantly drawing back over it. I can create a window from a transparent dialog resource and set its z-order using SetW...

Is there a way that I can make an overlay view on the iPhone SDK?

I've seen examples of overlay views in different iPhone apps (Skype, Phone.app (while making a call), Google Mobile) and I was wondering how I could do the same in an app. I'm making an app which has a record button in it and when that button is pressed, I want a nice looking overlay (similar to the overlay view that appears when making...

How to make an overlay with round edges (iPhone SDK)?

I've just received a lot of good responses to the question about making overlay views. http://stackoverflow.com/questions/2253334/is-there-a-way-that-i-can-make-an-overlay-view-on-the-iphone-sdk Another question I have is how to make an overlay view have round edges like in the Skype iPhone app or in the Phone.app. Thanks. ...

Android MapView Overlay that does always keeps an OverlayItem selected?

Hi, I want to add an ItemizedOverlay to a MapView that always keeps one OverlayItem as the selected one. I indicate this by using a StateListDrawable with two different marker drawables. But right now, whenever I tap on the map and not hitting a marker, the last selected item will get deselected. But I always want to keep the last item...

Problem with google maps on IE + pop up layer

Hi, I'm using a jQuery plug-in "Boxy" (http://onehackoranother.com/projects/jquery/boxy/) to open a pop-up layer and show a map on it. It works perfectly on all browsers except IE (7 & 8). Some elements like shadow of the marker & infoWindow are transparent, so that you can see background of the page. Here's the test page: http://ko...

How to exclude file from filtering when overlay is processing?

I would not want to filter some files in overlays, when building a war file. For example how I can exclude from filtering all jsp files from overlay module2? <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-war-plugin</artifactId> <version>2.1-beta-2-SNAPSHOT</version> <config...

jquery overlay ajax form post

im loading a external page from flowplayer overlay and im trying to submit a form in that page via ajax, and its reloading the page. when i browse the file directly it works fine but when its in the overlay it reloads the page on submit. is there anything to configure that it will load the jquery file and submit via ajax? thanks this...

remove a single overlay in googlemaps

Hi, does anyone know if it is possible to remove the overlay where I previously drew a polygon? I don't want to use clearOverlays because it will remove all the markers also, instead I want to just hide the markers. Thanks, Richard ...

$.animate vs $.fadeIn for Smoothness

I'm creating a jquery lightbox for a website i'm developing, no thank you i don't want any pre-built lightboxes. curious if anyone knows what would be a smoother fade in for the half transparent black overlay(that fades out the website so you can see the white div popup), would animating the opacity be smoother, or would simply using $...

(Windows API) WM_PAINT Mouse problems.

Hello, I created a window with the following flags to overlay a d3d application: WS_EX_TOPMOST | WS_EX_COMPOSITED | WS_EX_TRANSPARENT | WS_EX_LAYERED I proceeded with colorkeying the window for transperacy and all worked well. However once I began drawing on it using GDI an unforeseen problem occurred: For some reason the mouse events (...

Overlay Surface

Dear All What is overlay surface? I have to work currently on overlay surface and for which i should know the concept of overlay surface? As i have to wrok on converting YUV444->RGB888 Thanks in advance ...

I like the x-ray overlay but hate all the images.

ok the X-ray link is http://www.westciv.com/xray/ and want to have an overlay like it. It is easy to do but without all the images is simple but there is over 2000 lines and I cant keep up with removing its styling extras on-top. I would like some small code so it can go in my main javascript file because I already have 200 + lines min...

ItemizedOverlay in OSM isn't working

hi, I have checked out the source code for osmdroid from code.google.com, everything is working great except Tapping the overlays, I don't what is wrong with it, as I have seen some screen shots of it being tapped. ...