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
1
vote
1 answer

Annotation callout title does not change

I have searched but i didn't found any solution to my problem. I want to change already added pin. And here is my code. I'm getting "Code Here" in console. I have in .h - (void)mapView:(MKMapView *)mapView didSelectAnnotationView:(MKAnnotationView …
Okan
  • 11
  • 1
  • 6
1
vote
1 answer

Proper positioning of Mapbox Callout view on top

I would like to make the callout box position on top of the location marker which is the black one on the upper left of the box. Here is what my code currently is: import Mapbox import UIKit class CustomCalloutView: UIView, MGLCalloutView { var…
Jojo Narte
  • 2,767
  • 2
  • 30
  • 52
1
vote
1 answer

Mapbox Callout Accessory

I was wondering if Mapbox had any other callout buttons rather than just the seven provided? let button = UIButton(type: .detailDisclosure) Or if there was a quick fix to converting these UIButtons into UIImages in order to create my own buttons.
Cal
  • 61
  • 8
1
vote
1 answer

Mapbox - calloutAccessoryControllerTapped

I am having an issue with my calloutAccessoryControllerTapped. At the minute I have two buttons within my callout - each which will segue to a modal pop up on my map view. At the minute my segue works but both buttons segue to the same popup. I need…
Cal
  • 61
  • 8
1
vote
2 answers

Callout and send mediator in wso2 esb

Can anybody explain with generic example what callout mediator does? and how to configure source and target ? How callout mediator is different from send mediator?
Thiru
  • 404
  • 1
  • 16
  • 44
1
vote
0 answers

Callout click is not working in iPhone simulator 4s in iOS

I have created annotation view over current latitude and longitude and used image over it using custom annotation. It works fine and created custom callout using Apple example…
Utpal Pungyera
  • 149
  • 1
  • 1
  • 5
1
vote
2 answers

How can I make a Map annotation callout open a new viewcontroller in Swift?

I'm trying to open a new view by clicking on a map callout. In obj-C my code was this: //Callout - (void)mapView:(MKMapView *)mapView annotationView:(MKAnnotationView *)view calloutAccessoryControlTapped:(UIControl *)control{ if ([view.annotation…
Max1980
  • 209
  • 2
  • 4
  • 11
1
vote
1 answer

In Apigee, how can I access callout response in javascript policy

I created a service callout (eg: myCallout) which returns its response in a variable (eg: myCalloutResponse). How can I access the body of the callout in a javascript policy? I tried context.getVariable("myCallout.myCalloutResponse") and a few…
vjm
  • 49
  • 1
  • 9
1
vote
1 answer

iOS Annotation callout label overlaps right button

I have an iPhone app with code to create an annotation on a map. The annotation has a callout with right and left buttons and a label. It is all very basic there is no custom code. When I run the app with a long string for the label the text runs…
Antonio x
  • 11
  • 2
1
vote
1 answer

Application tried to push a nil view controller on target iOS7

I have a "problem" with the following code. The error message is: Application tried to push a nil view controller on target UINavigationController:0x10b82bbf0 when clicking on annotation #4's callout. How can I make it open an alertview without…
Max1980
  • 209
  • 2
  • 4
  • 11
1
vote
1 answer

Google Map's callout view

For my Android App I'm using MapBox. Tapping a marker shows a calloutview in the shape of a balloon like expected. Google maps uses a different type of callout view. A view appears on the bottom and when tapped, the view scrolls over the map showing…
Mark Molina
  • 5,057
  • 8
  • 41
  • 69
1
vote
0 answers

List item callout error "TypeError: b is undefined"

I've created a column in Visual Studio with the Callout option set to "TRUE" : I use this field in a list…
1
vote
1 answer

WPF Callout Anchor start position

I have implement Callout control of Blend. Problem which I am facing is anchor point of the Callout starts with some margin from the top, While I want to have anchor from the top left of the callout. Any help will be appreciated. What I have…
user2986877
  • 21
  • 1
  • 4
1
vote
0 answers

make custom annotation view (callout view) with own button

Hey I followed this tutorial http://www.codigator.com/tutorials/advanced-mapkit-tutorial-for-ios-custom-callout and it works partly. But I cannot link the button. I would like to come to the next view, if I click on the annotation view. I have…
user2675468
  • 150
  • 3
  • 16
1
vote
1 answer

How to focus textfield after executing the textfield's callout in Adempiere

I have problem about callout in Adempiere. I have one callout in textfield, I want that after executing this callout, the cursor will focus on other textfield as we want Please help me! Thank you
kentzipo
  • 11
  • 2