Questions tagged [callouts]

103 questions
0
votes
4 answers

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 etc. I use following code: In my…
trnc
  • 16,829
  • 20
  • 53
  • 96
0
votes
1 answer

Apigee: Recursive service callout

In the best practice documentation of apigee I found following sentence: Don't make ServiceCallouts to other API proxies in the same organization, including recursive callouts back into the same API proxy. Is there any explanation why I should…
Mike S.
  • 1
  • 1
0
votes
1 answer

I don't know how 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 to the other class. so my question what i have…
Marco
  • 441
  • 1
  • 10
  • 22
0
votes
3 answers

Implementing bulk-messaging from Salesforce to/from Twilio, hitting Salesforce API limits

I am building an integration between Salesforce and Twilio that sends/receives SMS using TwilioForce REST API. The main issue is getting around the 10-call API limit from Salesforce, as well as the prohibition on HTTP call outs from a trigger. I am…
0
votes
1 answer

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.
ace
  • 215
  • 6
  • 17
0
votes
3 answers

show left and right callout accessory in map view using map kit

i have a simple problem that i cant figure out the answer to. i am extracting the long and lat of locations from within the plist and placing them on the map view. this part works just fine. pins show and the title and the subtitle (again from the…
Adrian P
  • 6,439
  • 4
  • 36
  • 55
0
votes
1 answer

Callout from Core Plot doesn't follow scrolling

I'm using a modified version of the code here to display callout popups from points along the plot in a graph. I've got it mostly working, but the problem I have is that when I scroll or zoom the graph, the callout stays in the same place on the…
RL2000
  • 816
  • 10
  • 16
0
votes
2 answers

How to make MKAnnotationView more sensitive in the MapKit?

I have a custom MKAnnotationView appear with a UIImageView by the size 16*16, and when user tap on it, I use the protocol - (void)mapView:(MKMapView *)mapView didSelectAnnotationView:(MKAnnotationView *)view { [mapView…
Bohan Gao
  • 346
  • 1
  • 4
  • 12
0
votes
1 answer

iPhone Mapview update Callout View

Wonder how I can change the callout view of the pins, depending on my different current userLocation. The Pin stay still at some place. For example, a pin is settled at the church. If I am at home, I want the callout of the pin show message @"the…
JackieLam
  • 591
  • 5
  • 18
0
votes
2 answers

MapView with multiple annotations with callouts, how to pass title to next view

I have a mapView where users press to drop a pin. There may be multiple pins at one time, and each annotation view has a callout that pushes a new view to the stack when it is pressed. What I want to do is pass the title of the annotation view to…
Chandler De Angelis
  • 2,428
  • 6
  • 27
  • 45
0
votes
1 answer

MSChart Callout horizontal alignment to datapoint WinForms

I'm in need of help please, I'm using MSChart for .NET4.0 WinForms in C Sharp and right now when I plot my chart the annotations are all over the place. What I really like is for this (I manually moved the Callouts after to make this…
DeveloperDavid
  • 157
  • 1
  • 7
  • 15
0
votes
1 answer

Timer in mapViews callout

I have map with multiple pins (2 types of pins). I them to have timer as subtitle (how much time passed since something). The problem is that i'm not sure how to do it. Surely timer should be placed on viewController with mapView. Then probably some…
Nat
  • 9,591
  • 5
  • 52
  • 99
-1
votes
1 answer

503service unavailable in Salesforce

My goal is to create a REST API Integration from Salesforce to SAP application. SUCCESS Through Chrome APP 1. All I need to do is retrieve values from sap application through the REST API. When I tried to use the Chrome APP 'Advanced Rest Client'…
1 2 3 4 5 6
7