overlay

Adding badges to file icons in Finder

I'm working on a small project at home that would add a badge (aka icon overlay) to a specific file based on its state. Anyway, I've Googled the hell out of it and the only documentation I was able to find was on Apple's developers site (Obtaining and Using Icons With Icon Services). The documentation expects the developer to be familia...

IE7 CSS z-index overlay

Given this situation: HTML <div class="container-module"> Some content. <a id="show-overlay" href="#">Show overlay</a> <div id="overlay"> Overlay content. </div> </div> <div class="container-module"> Some content. </div> CSS .container-module { height: 50px; z-index: 1; } .overlay { background: white; dis...

Overlay on top of Streaming MPMoviePlayerController

I went through the example from apple "MoviePlayer on iPhone" Im trying to overlay on top of the mpmovieplayercontroller, it works perfectly with video clip that is in bundle, but it wont work if i stream the video from the url. the overlay view will just get hide behind the player. is there a way to bring the overlay view up to fro...

How do I tile and overlay images in WPF?

I'm very new to WPF and trying to port an application from VB6 to C# and XAML. What I need to do now is create one big image out of a number of small ones, arranged like a series of "tiles." Some of these smaller ones will have overlays superimposed on them. In VB6, accomplishing both the tiling and overlaying would simply be a matter ...

lightbox js overlay over whole page and centrally

currently redoing a gallery for a client at www.stagecraft.co.uk/gallery.html but i'm getting problems with my overlay.i want is it's in the middle and on top (brought to the front) of any divs that are in view as newer images, when i get them from client, will be much bigger. any ideas greatly appreciated. or is there a better light...

DirectX 9 or 10 Overlay

Hi, How is it possible to draw an overlay over an game with DirectX 9 or 10? I found code with depricated DirectShow code, but it will not run. Thanks for tipps. ...

Jquery Hover Problem

I have one item that has a hover method attached to it, and when you hover it displays another div on top of it... unfortunately once the upper div displays it redoes the actions (since i added the same class for it to actually stick around) $(document).ready(function(){ $(".cartHover").hover( function () { $("#unique...

C# "Lock" an overlay form to the position of another window.

Hello, I am making an add on for a game, but I want it to reside as an overlay to the game's client area of the window. Basically when I start the add on, i want it to show on top of the game. The catch is if you minimize or move the window, I want the the form to stick with it. Anyone know of anything that can do the trick without ...

Creating a "Google Analytics" Like Site Overlay

Hello, I am trying to create a site which uses similar technology to that of Google Analytics Site Overlay, but will be framing my own site. I may decide later to change the type of overlay (or eliminate it entirely), so using overlay instead of directly modifying the source pages is the only option I am considering. For now, I am als...

Live Camera Problems in iPhone App

Hi all, Question regarding an iPhone application we have developed which uses the live camera function. Details: We are layering an adjustable semi-transparent image over the live camera feed When the user adjusts the semi-transparent image to a location that happens to cover (in any part) the camera button, it renders the camera bu...

Jquery expose overlay function

This function is not working, the popup (div #pop_member) doesn't show. I'm using jQuery Tools library. function run_expire(){ $("#pop_member").overlay({ expose: { color: '#212121', loadSpeed: 200, opacity: 0.9 }, closeOnClick: false }); } run_expire(); I want this popup to show when the page i...

overlay for WebBrowser contorl in WPF application?

can give somebody me a hint how to display "overlay controls" in the WebBrowser control in my WPF application? I'd like to display navigation graphics as overlay so the user can select a function and the navigation controls disapear after selecting it. not really experienced in WPF for now. :( i have no idea where to start. any hint or...

Pixel gap in ie

Hi there, I have four Div placed using absolute positioning, each of them is a border of a rectangle they form once grouped together, in order to look like if a Dom element on the page is selected (this mimic the css border behavior using Div as overlays). The left one has a border left set to "4px solid red", a width of 0px and a hei...

YUI Panel Resize issues

I am having trouble while using the YUI panel as a dialog. I have a dialog object created with javascript on page load: $J = jQuery; dialog = new YAHOO.widget.Panel("dialog", { width: "300px", fixedcenter: true, close: true, draggable: true, zindex: 4, modal: true, visible: false }); Then when I call my loadDialog() function from eve...

Android: How to overlay-a-bitmap/draw-over a bitmap?

I have two questions actually: Is it better to draw an image on a bitmap or create a bitmap as resource and then draw it over a bitmap? Performance wise... which one is better? If I want to draw something transparent over a bitmap, how would I go about doing it? If I want to overlay one transparent bitmap over another, how would I do i...

Draw Cycle Overlay on google map

So, I'm on my quest on learning Google Map API. Right now, I want to draw a circular overlay on top of a particular point on map. I'm a little bit overwhelmed reading how google map API overlay algorithm work. Someone have the snippet? some rough algorithm is fine for me. ...

MPMoviePlayerController overlay

Hi, I'm loading video from external URL in my iphone app. This loading takes few minutes as the control downloads the video. While the video is being downloaded, I would like to display a small snapshot of the video (separate png file) on top of the media player control. This would be similar to the youtube app which displays a snapshot...

How to overlay a rectangle on an image in WPF

I want to place a static rectangle on top of an image. The rectangle should be a percentage of the image size (like 80%) regardless of the image size. I have tried to put the image in a Canvas and as a Canvas background but then I can't get the image to fill the surrounding area. <Canvas Grid.Row="1" Grid.Column="0"> <Canvas.Backg...

Integrating Google Custom Search Engine Overlay with Simple Controls Gallery

I'm using the Google CSE Overlay on a page, but I'm having trouble integrating the Simple Controls Gallery (http://www.dynamicdrive.com/dynamicindex4/simplegallery.htm) to the site. SimpleControlsGallery is based on jQuery and does some preloading and uses high z-index values to swap between a list of images. This causes the image to cy...

Jquery Overlay with Button (ImageButton/AspButton)

Hi! I wanna use a button in asp.net. When I ckick on it, an overlay shall occur and the overlay shall filled with data. How Can I do this with Jquery? My Problem is that, when I click on the button, the whole page is send back to server. Thanks for your help! ...