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...
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...
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...
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...
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...
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 ...
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...
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"></script>
<script type="text/...
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...
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...
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)?
...
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...
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...
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({
...
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...
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...
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!
...
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.
...
Hi all,
How to display 2 modal view controllers on iphone one after another?
Please help
...
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.
...