overlay

Jquery datepicker does not work inside lightbox - solved

Hi again, after some problems solved, I got a tricky stuff. I am using an overlay plugin for Jquery called prettyPhoto. Just wanna make an overlay with a form. The form is hidden with CSS, and when a link is clicked, the overlay shows it in a nice fashion. So far so good, everything working as expected, except only one thing: this form...

Overlay for 3rd party application

Hi, I'm looking for a way to display an overlay (hud) for a third party application on MacOSX. It should look like this. My working steps would be: find window by title get resolution of window create own invisible window check for moving events of target window I'm not very familiar with MacOS programming with Carbon and Cocoa and...

How to apply overlay transparency to RGBA image

Hi all, Here's my dilemma: I have to RGBA RAW images: a master image (the first) and a subtitle track (the second), and I want to overlay them in a way based on the alpha channel of the second image: If it's zero, then take the pixels from the second image, if it's 0xFF take the pixels from the first image, otherwise create an overlay o...

How do i Add and Remove polygons on a Google Map (version 3) ?

Hi folks, I'm trying to show and remove polygons onto a google map - using v3 of the API. In my javascript, i've already got an MVCArray of some custom Lat-Longs. What I'm stuck trying to figure out is how to add these polys and then (based upon some other javascript event / user experience feedback .. like clicking on a poly (that has...

Possible? — A div overlay which is completely ignored by mouse events (so that mouse events effect only the div below)

I have a google map in an iframe and wrapped in a div. Above that div, i have another, which serves to create a recessed shadow effect. The problem is that this overlayed div will take priority of any mouse events, so it renders the interactive google map below useless. There must be a way I can make the overlayed div ignore mouse even...

Custom OverlayItem not drawing.

I created a custom OverlayItem class so that I could essentially have one kind of OverlayItem whose Drawable marker would set itself depending on the state of some data that I pass into it. I have attempted to accomplish this by, on my first attempt, utilizing the setMarker method within the OverlayItem class. Once that did not work I ...

Customize My Location Overlay Update Times

Hello, I am trying to implement the MyLocationOverlay class from google maps. However, when I try and use my own locationManager -- I cannot get the overlay to acutally draw on the map. I am wondering if I am doing something wrong. I don't want to call the super method(enbaleMyLocation) of the MyLocationOverlay class because that requ...

Stop page reloading

I am using jquery Tools for overlaying a table. It works fine except when i click the close button, it reloads the page. Can anybody tell me why this page is getting reloaded? I want to stop it. Here is the actual code jQuery Code: <script src="http://cdn.jquerytools.org/1.1.2/jquery.tools.min.js"&gt;&lt;/script&gt; <script type="text/...

Howto get the Keyboard UIView on iPhone, iOS 3.2 or newer

Hello, I'm using a trick to overlay the keyboard with my own. Basically I add some buttons as Subviews to the Keyboard. This is how I find the UIView of the keyboard: UIWindow* tempWindow = [[[UIApplication sharedApplication] windows] objectAtIndex:1]; UIView* keyboard; for(UIView* potentialKeyboard in tempWindow.subviews) // if th...

Trouble getting text_field_with_auto_complete to work on an overlay

Hey all I have a slight issue with getting Auto Complete to search when the text field is on a modal overlay. To achieve the auto complete I am using the plugin by Pat Shaughnessy (link) and the modal overlay is created using the helpers in the "Modal Overlay" plugin. I am trying to use the auto complete on a form that is displayed in...

Survey 'overlay' functionality for campaigns

I am looking for the overlay that comes down from the top of the screen and lets people either go to the survey or select “no thanks.” What kind of flexibility do we have with this functionality? Can we put any content we like in that space (i.e., text and images)? ...

Trying to get MKPolygon overlay working

Hi All, Trying to figure out this MKPolygon working. I've created a whole heap MKMapPoints and placed them into an array. Then I make a Polygon out of them with: [MKPolygon polygonWithPoints:pointArr count:sqlite3_column_int(countStatement, 0)]; and add that to an Array for retrieval later. Later I loop through the array and add ea...

Google Maps API v3 Click events not passed on by custom overlays

Hi there, I've been making use of InfoBox to draw custom overlays on my GoogleMap. In short I load from XML lat longs etc, draw pins on the map, and show a custom infowindow. All good, however I wanted to use my own content instead of pins for markers (small previews of the content), so I created them using InfoBox as a map label. Then...

ASP.NET MVC - The controller for path '/non' was not found or does not implement IController.

I use the jQuery Tools Overlay plugin and I have this code here <script type="text/javascript"> var overlayElem; $(document).ready(function () { $("a[rel]").live('click', function (e) { e.preventDefault(); overlayElem = $(this); $(this).overlay({ ...

How to access the Overlay object boundingMapRect at the OverlayView?

Hi All, I'm trying to place images on top of Google Maps and I'm having trouble to fetch the overlay's boundingMapRect. The odd thing is that when I check the 'overlay' with the debugger the correct data is there, but when I try to print it - its garbage. This is the printing code: MKMapRect overlayRect = [self.overlay boundingMap...

Fullscreen DirectX Overlay? Yes.. again C#

It looks like this question has been asked multiple times each in a different context and I have made some strides in making an overlay for a game (This is for informational data, etc..). I Would also like to make it inter-actable like Steam and XFire. I have managed to get an overlay for a directx game while its in window mode... ki...

How to create watermark with imagemagick

I'm trying to create a watermark with ImageMagick however, the guides on layering are pretty daunting. Basically I'll have one base image say "base.jgp" and an overlay image say "overlay.jpg". Overlay.jpg would be smaller than base.jpg. Which exec command would I run to place overlay centered on top of base.jpg? Thanks! ...

Detect click event on UIButton placed on camera overlay view

Hi All, I have an overlay view placed on camera view controller. The overlay view has a button on it. How to detect click event on the button and display a new modal view controller on that button click... Please help. ...

Display two modal view controllers one after another

Hi all, How to display 2 modal view controllers on iphone one after another? Please help ...

Simple & small, pure javascript lightbox (dialog overlay) ?

Hello, Does anyone know of a small, limited functionality lightbox built with pure javascript? This is for an embeddable widget, thus the reason of not using jquery. All I really need is creating an overlay for a specific div or simply by passing some HTML. ...