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
26
votes
3 answers

Custom MKAnnotation callout bubble with button

I'm developing app, where user is localized by gps and then he is asked, whether he is located in specific place. To confirm this, callout bubble is presented to him straight away, asking him, if he is at specific place. As there is alot of similar…
Yanchi
  • 1,030
  • 1
  • 20
  • 31
7
votes
1 answer

Trigger touch callout on iOS/android

I would like to know if there is any possibility to trigger the "Save Image" touch callout on iOS and Android with Javascript. The callout is triggered by a longpress, but even if I try to simulate this, it won't work. I would like to achieve…
kindisch
  • 766
  • 1
  • 7
  • 23
7
votes
2 answers

PointAnnotation callout on MKMapView appears and then immidiately disappears

I am creating a simple point annotation with a callout inside the UITapGestureRecognizer delegate. The first time I tap on the map, the pin appears with the callout but the callout immediately disappears after that. The second time I tap on the same…
nisgupta
  • 71
  • 1
5
votes
1 answer

iOS : Show the Callout view on moving pin

I have implement the same functionality as Uber iOS application for move the pin according to route with animation. Issues : When I click on the pin while it is moving then I am not able to get the didSelectAnnotationView delegate of the MKMapView.…
Ramkrishna Sharma
  • 6,961
  • 3
  • 42
  • 51
5
votes
1 answer

How can I customize the title/subtitle font in callout from MKAnnotationView or just hide them?

I have a view to a calloutDetail: annotationView.detailCalloutAccessoryView = mapInformationView.view It is working just fine, but I don't want to display a title/subtitle, just my custom view. But when I left title/subtitle empty the callout…
5
votes
1 answer

iOS distinguish between which callout accessory is tapped

In my map annotations, I have a UIButton as each accessory view in the callouts. In the - (void)mapView:(MKMapView *)mapView annotationView:(MKAnnotationView *)view calloutAccessoryControlTapped:(UIControl *)control method, how do I figure out which…
Jon Erickson
  • 1,876
  • 4
  • 30
  • 73
5
votes
1 answer

Tap an MKAnnotationView to de-select it and hide it's callout

I have an iOS app with custom annotations. I want to be able to tap an MKAnnotationView once to show it's callout (works fine) and then I want to tap the MKAnnotationView a second time to de-select the annotation and hide the callout for that…
Will Haley
  • 703
  • 1
  • 9
  • 25
5
votes
1 answer

IOS MapView callout resize

Currently I'm working on the ios mkmapview to show some pois with pin added on the map, when user click the pin, the default callout will come up and show the title of the poi, but some of the titles are quite long and the callout is not wide enough…
always_beta
  • 229
  • 4
  • 10
4
votes
0 answers

ios mapkit annotation clustering with callout

Currently I am trying to use the new clustering feature introduced in iOS 11. However I am finding that when I use the clustering feature, I lose the functionality of my initial annotations including the callout and what happens when the annotation…
Ricky53
  • 41
  • 3
4
votes
2 answers

How to intercept the SOAP Request/Response Made from Salesforce or received in Salesforce?

I am working a salesforce integration project. We are making n number of web service calls to third party services. Now I have to implement a logger , where I need to store the soap request and response in xml format. Most preferable is the same…
Smruti R Tripathy
  • 789
  • 1
  • 10
  • 15
4
votes
2 answers

Callout text in R

I want add callout text to my R-plot. For example, I have some plot: x <- seq(0, 2, by=0.1) y <- x*x plot(x, y, type="l") I want to add some callout text like this: There are some standard methods for it?
AndreyAkinshin
  • 18,603
  • 29
  • 96
  • 155
3
votes
2 answers

How to create a callout bubble MKAnnotationView that respond to touches

I'm trying to make a custom annotation view able to respond to touches without success. Thanks to this question I was able to made an annotation view close to what I want customize callout bubble for annotationview? also seen this How to capture…
Andrea
  • 26,120
  • 10
  • 85
  • 131
3
votes
3 answers

Is there a way to subclass the MKAnnotationView used for the MKUserLocation blue dot?

I've created a custom annotation view by subclassing MKAnnotationView. This class also creates a custom callout (info pop-up 'bubble') view which is skinned to match my app. I also want to be able to reskin the callout bubble for the user location…
jowie
  • 8,028
  • 8
  • 55
  • 94
3
votes
1 answer

How to show all annotations call out Swift

I have an app which has a lot of annotations and I want to have their call outs open at the beginning(and if its possible never disappear). What I accomplished since now is to have only one always appeared and when I tap the map it disappears with…
mike vorisis
  • 2,786
  • 6
  • 40
  • 74
3
votes
0 answers

Callout on top of UITextView like in iMessage

Is there an easy way without a custom view to achieve the Copy-More-Callyout on top of Message Bubbles like in iMessage? Whatever I searched for didn't lead me to a solution. My Bubble is based on a non-editable UITextView.
Chris
  • 3,057
  • 5
  • 37
  • 63
1
2 3 4 5 6 7 8