Questions tagged [callout]

Callout is a coding mechanism to modify the content of a display field in a Window of ADempiere.

A Callout is a java method which gets executed when the field in an ADempiere window tab gets focus and onChange activity.

116 questions
0
votes
1 answer

custom callout view get error while using library from git

Lib URL: github.com/s3lvin/DXCustomCallout-ObjC i used above link library for my iOS custom callout view and i am not able to use following class in my project. getting…
dbg
  • 69
  • 1
  • 9
0
votes
1 answer

Customizing Mapbox Callout with HTML on iOS

I am trying to implement a custom callout using MapBox on iOS. When the user presses on the marker I would like a callout to display a UIWebView rather than a left and right accessory view and the title with text only. I have searched through the…
Milly
  • 675
  • 1
  • 7
  • 12
0
votes
1 answer

Adding images to map annotations (Swift)

I am trying to create an app that uses the MapKit and I want to create annotations on the map, but I am struggling to put images on the map annotations. I am a beginner with Swift programming, I have been working off this tutorial, but I can't find…
0
votes
1 answer

WSO2 ESB Callout Mediator axis2Configuration

I have a question regarding the WSO2 ESB callout mediator using an individual Axis2 configuration file. I would like to have the individual Axis2 configuration to be deployed using a carbon application. Unfortunately the callout mediator doesn't…
Heiko
  • 53
  • 5
0
votes
1 answer

iOS 8 Weird animation on MKMapView callout when using leftCalloutAccessoryView to display lengthy content

I have a weird issue with MKMapView's callout view. I am using leftCalloutAccessoryView to set up a view that holds an image and a couple of labels as shown in the picture below. Whenever I tap the annotation, the animation that normally shows the…
Matt
  • 1,599
  • 14
  • 14
0
votes
1 answer

Timer in FreeBSD kernel module?

I'd like to let my kernel module periodically do something (a certain time interval, like 10 sec) in FreeBSD kernel. Any example for doing that? I searched and found that there are functions like callout/timeout(old), but they seem complicated, and…
WindChaser
  • 960
  • 1
  • 10
  • 30
0
votes
1 answer

EDITED: MapKit Annotation callouts. Adjust size of the UIPopoverController

Sorry, I have read a bunch of tutorials how to create a custom Callout for MapKit Annotation. It works with NSLog, but I cannot display the information in the Callouts. I have two type of icons on the map. This is my viewForAnnotation…
Igor Tupitsyn
  • 1,193
  • 3
  • 18
  • 45
0
votes
1 answer

Apigee: Set use.proxy dynamically instead of hard-coded

We need to clarify if the use.proxy is true or false and this value should come dynamically via the properties file. Following two scenarios can happen: If we send a request or a service callout to the real backend, we need use.proxy=true. If we…
Mike S.
  • 1
  • 1
0
votes
2 answers

Yodlee Call returning Error_Code 415 for addItemAndStartVerificationDataRequest?

I need to call addItemAndStartVerificationDataRequest to do Instant Account Verification using Yodlee IAV Rest APIs. I am following this documentation and providing the data params that are given here: addItemAndStartVerificationDataRequest But…
Master
  • 2,945
  • 5
  • 34
  • 65
0
votes
0 answers

Pass value of an array pin annotation to JSON

I am new to xcode and i hope someone can help me with my code, and point me how to solve my issue. i've been looking at the internet, but really i couldnt figure it out. How can i go from a map view to a detail view, bringing the "ID" of the pin…
mounim
  • 3
  • 5
0
votes
2 answers

How do I access the the current annotation's class during "viewForAnnotation"?

-(MKAnnotationView *) mapView:(MKMapView *)mapView viewForAnnotation:(id)annotation { MKPinAnnotationView *MyPin=[[MKPinAnnotationView alloc] initWithAnnotation:annotation reuseIdentifier:@"User"]; UIImageView *myCustomImage =…
0
votes
2 answers

How do I make my annotation callout lead to a new View Controller?

As of now, I have a DetailViewController in my storyboard with no segues to/from. Here is my code in the map view controller... -(MKAnnotationView *) mapView:(MKMapView *)mapView viewForAnnotation:(id)annotation { if ([annotation…
0
votes
2 answers

How to use dynamic URL in Apigee Service Callout

This is a easy one.I need the element in the Apigee Service callout(SC) as dynamic one. Eg: http://{dynamicURL} Where dynamicURL will be determined at runtime and this value will be different for every request. It will have the…
spitchaiah
  • 3
  • 1
  • 5
0
votes
1 answer

iOS MKAnnotation subtitle with NSMutableAttributedString possible

I'm trying to have MKAnnotation subtitle to have colored text, but I can't achieve that with NSMutableAttributedString. Does anyone have a idea how to achieve that? My current code: customAnn.h interface MapAnnotation : NSObject…
user2570174
  • 601
  • 1
  • 6
  • 9
0
votes
2 answers

Apigee Mass Callout best practise

I'm new in apigee. I need to configure proxy that make mass callout. I have a JSON on request like: { .... "ETA": 10, "Price": 50, "Range": 10, "Record": "false", "Phones": [ "phone1","phone2","phone3","phone4","phone5","phone6"] } I…
Igor Vatsenko
  • 145
  • 1
  • 11