Tagged Questions
The callouts tag has no wiki summary.
3
votes
1answer
78 views
Looking for an image tooltip jQuery plugin
I've been looking for a jQuery plugin that lets me have an image and mark certain areas on it where if you hover over it it'll show a tooltip with information about it. Let's say I have an image of a ...
3
votes
2answers
493 views
iphone - MKMapView callout doesn't show on iPhone 4 with iOS 4.1
I have a problem with MKMapView. I add annotations like that:
// set up new points
for(int i = 0; i < [_locations count]; i++) {
PPlace * place = [_locations objectAtIndex:i];
...
2
votes
0answers
135 views
show html5 validation callout popup manually
I want to show html5 validation callout popup manually. I want to check if user enters wrong string pattern in text box then want to show validation callout same as we get by default in html5 when use ...
2
votes
2answers
650 views
Communication between kernel-mode and user-mode application
I have built a WFP callout driver which runs in kernel mode.
Now, I'm trying to figure out how to communicate between this driver and my GUI application which runs in user-mode. Any ideas?
Exactly ...
2
votes
1answer
812 views
How to Hide MKAnnotationView Callout?
i'm trying to hide an AnnotationView without touching the pin, is the possible?
Thanks!
for (id currentAnnotation in self.mapView.annotations) {
if ([currentAnnotation ...
2
votes
1answer
3k views
How to open call out MKAnnotationView programmatically? (iPhone, MapKit)
I want to open up the callout for an MKPinAnnotationView programmatically. Eg I drop 10 pins on the map, and want to open up the one closest to me. How would I go about doing this?
Apple has ...
2
votes
3answers
588 views
Microsoft Dynamics CRM 4.0 using 3.0 Callouts and Workflows
We are migrating to CRM 4.0 from 3.0. In this process, we have had our data migrated from our existing CRM 3.0 instance to a new CRM 4.0 instance.
This has been going all well and good until I got to ...
1
vote
1answer
50 views
Mapcall out in IOS5 with storyboard
I am working on an iphone app in IOS5 that user storyboards. I have created a storyboard that uses mapkit with annotation callouts. I was able to wire up push segues for buttons and table row ...
1
vote
2answers
97 views
setting canShowCallOut = NO for current location annotation, iPhone
I am using custom call out (title and subtitle)for Current location icon. I tried following to disable default annotation but it does not work.
- (MKAnnotationView *) mapView:(MKMapView *)mapView ...
1
vote
1answer
383 views
Custom MKAnnotationView - How to capture touches and NOT dismiss the callout?
I have a custom MKAnnotationView subclass. It is showing the view exactly as I want it to. In that view, I have a button. I want to capture events on the button to perform an action. This works ...
1
vote
1answer
263 views
Custom callOut for A pin in a mkMapview of iphone!! … Data miss match for default call out and custom call out
I am trying for a custom callout for a pin dropped in a mapView .. I am able to do this by hiding the default callout of pinView and showing my custom call out there. ().. everything is working fine ...
1
vote
2answers
425 views
2 lines and buttons in one iPhone map callout
I'm fairly new to xcode and iPhone development and I'm wondering if it's possible to basically take your standard map callout with one line of text with a button at the far right, and double that ...
1
vote
0answers
297 views
Callout AccessoryView on default user location pin
Is it possible to add a CalloutAccessoryView to the default pin (pulsing blue dot, with accuracy cirle) when showing the user location. In the code below you create your own pin and add the ...
1
vote
0answers
516 views
custom map annotation callout - how to control width
I've successfully implemented the custom map annotation callout code from the asynchrony blog post .
(When user taps a map pin, I show a customized image instead of the standard callout view).
The ...
1
vote
2answers
1k views
What are the parameters for the Salesforce WebServiceCallout.invoke method?
I would like to know the parameters for the invoke method used by Salesforce to invoke remote web services. I have a service that I'm suposed to be able to invoke, but the service WSDL does not define ...
1
vote
1answer
731 views
Extracting MKAnnotation Callout's Title When Sender
Ok guys, so I have a map view with annotations and when tapped, they display callouts with a disclosure icon on the right. When tapped, this function is called:
- (void)showDetails:(id)sender
{
...
1
vote
2answers
203 views
How can I append to a field on a form in a CRM Callout?
I can't find any information about this. I've got a CRM callout that fires from a form, and I need append to one of the fields; for example, the field might have something like "BH" in it, and I need ...
1
vote
1answer
554 views
iPhone MKMapView force callout bubble
Is it possible to force the call out bubble to be open all the time? I tried putting the following code in didAddAnnotionViews:
for (id<MKAnnotation> currentAnnotation in mapView.annotations) { ...
1
vote
1answer
434 views
CRM 3.0 Callouts Running in CRM 4.0 Causing Infinite Loop
I recompiled a library of CRM 3.0 callouts and deployed them to my CRM 4.0 instance. One of my PostUpdate callout calls service.Update(). This is causing the update method to fire many times. It ...
0
votes
1answer
15 views
MKAnnotation Custom Callout button general action — how to know which Annotation it's coming from? (iPhone)
I'm developing a MapKit app which uses a whole bunch of MKAnnotations to mark locations. What I want is to put buttons into the callouts which the user can press to perform an action on the selected ...
0
votes
0answers
14 views
MKMapView shows same title for multiple MKPlacemarks
I have a mkmapview that I'm dropping several placemark pins on, however I've not been able to get the pins to show the correct title on the callouts, seems to randomly show a title from the collection ...
0
votes
1answer
24 views
How to avoid the default CallOutView to appear?
I'm trying to make a custom Callout view for AnnotationView. I had seen this answer.
And please see the other question
I'm able to load the custom view.
But How to avoid the default CallOutView to ...
0
votes
1answer
30 views
How to add a custom CalloutView loaded from nib file
I'm trying to make a custom Callout view for AnnotationView. I had seen this answer, and seems a good solution (it works). I'm trying to load a UIView from a nib file, and the UIView appears, but his ...
0
votes
2answers
34 views
local.xml for magento custom package isnt loading
Im having a problem with loading local.xml of my custom package and custom theme. Im trying to remove call outs like dog, poll etc...
My package name is "color" and my theme name is "red"
<?xml ...
0
votes
0answers
39 views
MKAnnotation View not passing information to the pushed View
I have built an application that uses 3 tabs in a tabbed view. The 3rd one loads a map View and then displays a pin with a callOut disclosure button. I have the disclosure button push or present ...
0
votes
1answer
95 views
Creating Custom Call out View with button on it
I am stuck with a map View problem for which I was surfing the internet from the last three days but still not find any appropiate solution.
My problem is When I click on my pin which is customized, ...
0
votes
0answers
44 views
MKAnnotationView, The pin is there, but there is no callout
I'm trying to get an MKMapView to show a pin with a callout bubble. I get the pin to display, but I just cant figure out how to display the callout.
I have a mapView property that I set up like this:
...
0
votes
1answer
73 views
Creating an Array of Annotations In Order To Make Different Callout Views On A Map
I'm working with a MapView and have 30 pin locations placed and everything's working great. I added a button in the callout with a rightCalloutAccessoryView. Here's the button code:
UIButton ...
0
votes
0answers
82 views
How to show user location on UIMapkit view (blue dot showing current user location)
I want to show user location blue dot on the map view but when run the map it breaking ouy this is the //s4umapView.showsUserLocation = YES; iam using in viewdidload in my applicattion custom call ...
0
votes
0answers
94 views
Standard Settings for UILabel in MKAnnotation Callout Bubble
I am showing customized Callout Bubbles with the help of this tutorial tutorial
If I show a custom Callout Bubble I add a view Labels into that bubble and I want them to look exactly like the ...
0
votes
0answers
90 views
How do I add a centered, full size UIButton to MKUserLocation's callout?
I need to add a UIButton to MKUserLocation's callout in order to perform a certain action, but I'm having a couple of problems...
1) How do I get a hold of the callout in the first place? If I return ...
0
votes
1answer
177 views
how to detect callout at MKannotationView?
As we know that annView(annotation view) has left and right CalloutAccessoryView, but why annotation view doesnt have a callout outlet? because I want to make a event that will be called if ...
0
votes
1answer
221 views
iOS-style callouts in Android Maps API?
I'm porting an iOS app to Android. The iOS app uses MapKit; the Android app uses corresponding Google Maps API. In the Android API I can't find any functionality analogous to iOS's callout bubble ...
0
votes
1answer
209 views
show map callout through code in iPhone
I have tried several things but am unable to solve it out.
I have 10 custom annotations on the map depending upon the area visible.
Now I have 2 buttons next and previous. Clicking on which the ...
0
votes
1answer
299 views
how to make an event at MKmapview in callOut?
I have MKmapview with an annotation, then if I push or click a pin of annotation,it will show a CallOut such as title or subtitle. but I want to customize it and input an event, such as if I click a ...
0
votes
1answer
295 views
Open a view when calloutAccessoryControlTapped triggered
How can I open a view when I clicked on annotation's button with a navigation button to go back to my mapkit and pass some parameters to the view?
Regards
0
votes
1answer
81 views
callouts above the pins
I'm making an app, using mapkit & making the callout's on my own, but I have a problem there.
I put a custom pin's image too, & the callout's bubble, appears behind the pins, & want to ...
0
votes
1answer
676 views
Custom Map Annotation Callout image
I'm able to set the MKPinAnnotationView with title, subtitle, an image on the left (leftCalloutAccessoryView) and a button on the right (rightCalloutAccessoryView).
With this code i set the image on ...
0
votes
2answers
602 views
iphone pinView.animatesdrop not working
Here is my code of - (MKAnnotationView *)mapView:(MKMapView *)mapView viewForAnnotation:(id )annotation method. The method is getting called but the pinView.animatesDrop = YES and ...
0
votes
3answers
578 views
- (MKAnnotationView *)mapView not getting called
In my code, the - (MKAnnotationView *)mapView:(MKMapView *)mapView viewForAnnotation:(id <MKAnnotation>)annotation method is not getting called. I don know why. Can anyone please help me?
Below ...
0
votes
1answer
440 views
Need help opening callout of annotation on map automatically, when map first loads
Dear fellow iPhone/Objective-C developers:
I have a navigation based application for the iPhone that I am working that allows the user to view a selection from a table, on a map. I have an ...
0
votes
1answer
648 views
How to Make A Callout Appear for MKOverlay Region?
I have used a gesture recognizer and the boundingRect for a given overlay to determine when a user taps on it. However I would now like to make a callout appear over the overlay region that the user ...
0
votes
1answer
154 views
Updating an AnnotationView Callout after details entered in View Controller that was pushed form the map view
I have a simple maps app with multiple pins on a map view. My intention is to tap a pin, show a callout with an accessory view, push to a Detail View Controller where you can edit that pin/locations ...
0
votes
0answers
993 views
How Do I use a callout detail disclosure button to go to a url stored in my custom annotation class?
In my viewForAnnotation method, I have set the callout's detailDisclosureButton to call a showDetails method that should push a webView using the url stored in the NSURL *url variable of my custom ...
0
votes
1answer
688 views
How to resize callout bubble after resetting title/subtitle
I created an MKAnnotation name PushPin which has a title and subtitle. I want to be able to dynamically change the title at a later time. I'm close so I'd rather not have to make a whole new ...
0
votes
1answer
71 views
Can a CRM 3.0 PreCreate callout fill form fields in advance?
I just finished my first CRM callout, and it's working great, but it doesn't actually seem to take effect until the form that calls it is saved. It's a PreCreate deal that assigns a value to one of ...
0
votes
1answer
162 views
CRM 3.0 Callout not working: event: postcreate, exception: System.InvalidCastException: Specified cast is not valid
Just trying to do a (I thought) simple callout to read a number from a text file stored on the CRM server, use it as one of the values on the CRM form, and increment the number and then rewrite it to ...
0
votes
4answers
1k views
MKMapView Annotation Callout Button to DetailView?
I have annotations in a MKMapView with Callouts. In this Callouts there's a "Right-Arrow" Button. When clicking on it, I want to open a Detail View, an extra UIViewController with its own nib file ...
0
votes
1answer
1k views
I don't know to work with calloutAccessoryControlTapped:(UIControl *)control
in my project are two classes (mapViewcontroller and listViewcontroller) and on the mapView are a lot of pins that the user can pull. If he pulled one i have to save the data of the pins and manage it ...
0
votes
1answer
314 views
xVal Client side Validation with validation Callout
Im using MVC data annotation with xVal Client Validation on a form. How do I implement something like the a asp.net validation callout extender instead of display red error messages.