overlay

Overlaying or merging multiple .ps files

Hi I have used gmt to create several .ps files of x - y graphs with identical axes. I have several sets of data, each containing between 14 and 20 plots. Each plot is in a separate directory. I would like to overlay every .ps within a dataset, in order to show correlation between the plots. I know this is similar to the thread posted h...

Display an overlay while generating/returning a file from a controller

Hi all, I'm currently generating and returning a fairly large file from a controller on a button click from a view. What i'd like to be able to do is display an overlay stating "Generating File" while the file is being generated and once it's done have the overlay disappear. How would i go about doing something like this? Here's a samp...

HTML Div overlays

Hello to all, I want a code for html overlays like thickbox, that is worked in all browsers. can u please tell the related urls or something else... regards KK ...

Flash with Div or HTML overlay and mootools Fx.Slide

I've tried a bunch of different variations of CSS to try and overlay HTML over SWF objects but I've had a couple of hitches. Safari 4.0.3 PC: SWF Object always render above HTML. Firefox 3.5.6 PC: Rendering apprears fine but when animating HTML over SWF'S the divs slightly flicker. I'm using the Fx.Slide class from mootools-more-1....

CSS div overlay and jQuery

This is more or less a CSS question but I am using it with jQuery. OK, so basically what I have is this: <div style="overflow: hidden; width: 1000px; height: 450px; background-color: rgb(0, 0, 0); position: relative;" id="wrapper"> <div style="background-color: rgb(255, 255, 255); opacity: 0.9; top: 0pt; left: 0pt; width: ...

How to make a mutable ItemizedOverlay

Hey all, I would like to make a Google map overlay with changable pins. An easy way to visualize this would be to think of a near real time overlay, where the pins are constantly changing location. However, I can't seem to think of a safe way to do this with the ItemizedOverlay. The problem seems to be the call to populate - If size(...

camera overlay view - just for preview?

I've noticed that in OS 3.1 you can add an overlay view to the image picker with cameraOverlayView However, I've also noticed that adding a view via this method also displays the view for the entire time the UIImagePicker is displayed, when I only want to show it during the preview stage. Is there a way to make this only happen duri...

Browser context menu on custom Google Maps overlays

I’ve got the following Google Map: http://fooo.org/GMaps/ When clicking on the icon, a custom overlay pops up. I want the users to be able to open the browser’s context menu on that overlay to copy the text or to open the links in a new tab. The default behavior doesn’t allow this, because the underlaying map is eating up the respectiv...

Marking Current Location on Map, Android

Hi every one, i followed some tutorials to create an application that shows the current position of the user on the map with a marking. but for some reasons i can't get to work the marking part? the other parts works well, but whenever i add the marking code the application crashes. i hope someone could help me.here is the code: public...

setFocus(overlayItem) of ItemizedOverlay is not working

Hi, I am working on android application and I am able to displayed multiple icons on map using ItemizedOverlay and I have also implemented onTap(int index) method of ItemizedOverlay to display icon specific information in a required window. Now, I want to change icon of selected overlay when user click on some other coponent. I am call...

Not understanding drawAt() method for com.google.android.maps.Overlay

Trying to make an google maps overlay in an android program. Inside of my overlay's draw method, I have two ways of adding a pin. One of them works, and one does not. Unfortunately, the one that does not work is also the only one that has the ability to add a shadow! Any help? @Override public void draw(android.graphics.Canvas canvas, ...

Need help understanding boundCenterBottom()

Hey all, Trying to replicate the behavior of ItemizedOverlay.boundCenterBottom(), inside of one of my Overlay classes. I am fairly certain that I can do this using setBounds(), but I am utterly lost as to what setBounds() is actually doing. Thanks, Hamy ...

KML + Google Earth: Big complex overlay with timeline selector?

Got a question regarding overlays and timelines in Google Earth (or possibly other KML-friendly clients). I have data for every minute of the day for a given day that represents a numeric value for various areas on the map, and I want to display that data in a manner that looks basically like a weather radar map. So, for each minute, I...

How to create an overlay for each item in an ItemsControl?

I'm trying to decorate an ItemsControl so that each item will have a Delete button that floats over the item's content under a specific condition inspired by somewhat by the iPhone UI. I have a few ways in mind of how I can approach this but I could use some guidance from other WPF folks who might have a better idea about how this would ...

Put any View over a VideoView in Android

It is possible to put any view over a VideoView? (I.e. put the control buttons over the video, like in vimeo). I'm trying to do it using FrameLayout, but I have not found the way, and I'm still not sure if what I'm trying to do something that's is simply not possible. ...

problems with modal window/background

Hi, I'm trying to make modal window for my website, I have a problem with overlay or modal div I'm not sure what is the problem. The thing is everything except modal window shouldn't be clickable, but for some reason my navigation <ul><li> tags are visible and clickable. Here is css of my modal window : element.style { display:block; ...

Tracking opening of an Overlay element.

I'm using a Yahoo User Interface Overlay on a page, and wondered if there is anyway to track interaction with it, if only just how many times its been opened. The overlay is triggered by click on an image, is there something I could add to this event? ...

Is it there anyway to make a div within a div 'breakout' of the parent div without specifying widths of child, just childs elements

ie I have a div, below is a hidden div, which is wider than the div above. I want to specify the div inside to have elements with greater widths than the div above. these elements right hand side is aligned to the right hand side of the div above, but since it is wider, want the left hand side to break out. The div below is on a diff la...

Google Maps: How to add HTML elements to specific coordinates ?

I would like to know how and if I can add standard HTML elements (div, button) to a specific set of coordinates on the map ? For example I have a set of coordinates and I would like to attach a custom balloon notification to them and when I pan away from the coordinates the element should disappear and when I pan back to them, the el...

Javascript Rounded Corners for Images

Hi, I need to display images with rounded corner. Long time back I saw a website doing this using a javascript library that overlayed the rounded corner image over the normal image. Do we have any javascript library (preferably jQuery plugin) to do this directly to img tags rather than usijg image as background for a div? ...