2
votes
1answer
53 views
How to create an overlay window in Java?
I'm trying to create a HUD style display for a foreign application.
To do this, I'd need to make a transparent overlay window, that would be placed on top
of the window of the for …
0
votes
2answers
24 views
JQuery, AJAX, PHP, XML; Image overlay script stops working on callback content.
A button click fires my function that fetches image data via an AJAX-call:
$("#toggle_album").click(function () {
album_id = $("#album_id").val();
$.post('backe …
5
votes
2answers
112 views
Plot Overlay Matlab
How do you take one plot and place it in the corner (or anywhere for that matter) of another plot in Matlab?
I have logarithmic data that has a large white space in the upper ri …
1
vote
4answers
225 views
Overlaying on a 3D fullscreen application
I want to display some custom graphics on top of a 3rd party fullscreen Windows application.
Have you played any Steam games? It has an executable, GameOverlayUI.exe that lets you …
1
vote
2answers
45 views
How are firefox notifications implemented?
Hi!
I would like to implement a notification mechanism in a firefox extension equal to firefox's "save password" option or popup blocking warning with the yellow bar sliding in ab …
0
votes
0answers
14 views
RSS to KML Overlay
I'm want to display my blog as a Google Map overlay (each post contains geotags). How can I dynamically create a KML overlay from an RSS? Or better, how can I create a loop (PHP) t …
0
votes
1answer
3 views
KmlScreenOverlay Buttons
KmlScreenOverlay Buttons!!? real? how?
Any other way to put anything flash or html over GEPlugin?
0
votes
3answers
830 views
Flash overlays thickbox on Internet Explorer
Here's my code:
I've got a flash slideshow on my page. I've used thickbox for login but when someone clicks on the login, the flash overlays thickbox.
I've managed to solve th …
2
votes
3answers
201 views
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">
…
0
votes
2answers
40 views
How do I bind the Overlay Tool for new Ajax elements in Jquery?
Hi,
I'm using:
echo $javascript->link('tools.overlay-1.0.4', false);
which is initialized with:
$(".overlay_popup").overlay({
expose: '#000000',
close: '.close_over …
0
votes
1answer
148 views
More efficient map overlays in Android
In my app I am drawing bus routes on top of a MapView. The routes have anywhere between a dozen and a few hundred GPS coordinates that describe the route that the bus takes.
The …
1
vote
0answers
14 views
Blacking out content leaving one page div visable
Hiya,
So i am looking to do something like what the apple inspector tool does, but with CSS for a project i am working on.
So, the idea is on a certain page of the site, the site …
0
votes
2answers
51 views
WPF and canvas overlay
I have a grid which represents some data, and i need a canvas to overlay on top of it to layout some lines. The canvas is inside it's own usercontrol
The problem is that the canva …
0
votes
2answers
77 views
WPF Canvas and Grid overlay
I have a grid which represents some data, and i need a canvas to overlay on top of it to layout some lines. The canvas is inside it's own usercontrol
The problem is that the canv …
0
votes
4answers
75 views
PNG overlay makes asp hyperlink unclickable
I've managed to get a PNG overlay to appear over an asp:hyperlink image, but this now means the hyperlink is unclickable, is there a way around this ?
<div class="ProductItem"& …
