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

Custom info window in IOS google maps sdk

being a newby IOS developer, I'm really struggling to get something basic to work. I have a need to display this kind of custom info window upon a marker click in the google maps sdk for ios. Any help would be appreciated. I've already seen the…
gerhard
  • 173
  • 2
  • 6
3
votes
3 answers

selectAnnotation method of Mapview doesn't work for iOS7

I am working with an application for iPhone in which I need to show the POIs pins for different locations. I need to show the callout popped up by default on first POI. I have managed to do so for iOS6 but facing problem in iOS7. I am writing my…
3
votes
1 answer

How to show custom callout with two button in mkmapview in iPhone?

I want to show a custom callout with two button , and I also want action on both buttons , I try that but not do this type of callout on map, this isn't really exactly what I wanted. As I am making an iPhone application, Since I am new to MKMapview…
vijay
  • 1,235
  • 1
  • 11
  • 32
3
votes
1 answer

force.com callout exception Unable to tunnel through proxy

We make a callout from one Salesforce org to another Salesforce org using the REST API. That worked until end of november. We didn't make any changes at the affected classes or configuration. Now, while sending a request to the rest api a callout…
user1902191
  • 31
  • 1
  • 2
3
votes
2 answers

How to customize the size of callout for MKAnnotationView?

I'm new to iOS. I need to set the size of the callout 300 * 150, how can I do this?
npmrtsv
  • 434
  • 6
  • 22
3
votes
0 answers

Emulate Apple's custom map annotation callout in Photos app

In Apple's built in Photos app on the iPad, if you select the Places tab you'll see a map with pins (annotations) showing where you took photos. If you select a pin, instead of the standard, text callout bubble you get a nice thumbnail of the photo…
PapillonUK
  • 642
  • 8
  • 20
2
votes
0 answers

Google Navigation in MapView of Iphone using Custom Callout pin

Greetings, I have a very weird but interesting requirement. What I need is, I have a set of geoPoints stored inside my database. What I have done so far is , successfully retrieved the lat. long pair and displayed it on the MapView…
Shishir Shetty
  • 2,021
  • 3
  • 20
  • 35
2
votes
1 answer

Detect tap on title of callout

how do I detect a tap on the title of a callout of a annotation? I already have a right callout accessory and a left one, but I want to detect if a user taps on the title (which is in the center on the callout). If this is not possible, how do I…
Mariusz B.
  • 240
  • 4
  • 15
2
votes
1 answer

Mapbox Callout Image

I have a question about Mapbox Callouts. I was wondering if it was possible to turn the standard white callout background into an image. I want my annotation callout to have this image and when clicked segue to a view controller displaying a large…
Cal
  • 61
  • 8
2
votes
0 answers

How do I add the ability to make phone calls through a Right Callout Accessory View action button?

What I'm looking to do is when someone presses a the "Call Location" button via the UIAlertAction sequence below, I want it to load up the phone and dial a phone number I imputed earlier in the code (up in ViewDidLoad). This is my annotationView -…
2
votes
1 answer

JSON response data size issue

I am using Discover the Google Analytics platform to generate queries in order to make callouts to GA from inside a SalesForce application. Upon creating the custom the report an API Query URI is generated which presents the data from the report in…
Marc Zaharescu
  • 629
  • 1
  • 13
  • 34
2
votes
1 answer

Catching/viewing the http POST from Salesforce Apex Callout

Following this post I'm trying to create an Apex Callout from Salesforce to a webservice (.Net) - or something that can receieve the POST. Being new to this I'm uncertain of how to catch the Http POST sent from Salesforce. That is I have an Apex…
Serge P
  • 1,591
  • 8
  • 22
  • 42
2
votes
2 answers

asciidoc: how to add callouts asciidoc to image

How can i add callouts to images like in docbook? See an example here: http://norman.walsh.name/2006/06/10/imageobjectco The callout points can be drawn on the image, but when i try to generate document from…
bimlas
  • 2,359
  • 1
  • 21
  • 29
2
votes
2 answers

iOS-style formatting callout using Rangy

I'm looking at Rangy (http://code.google.com/p/rangy/) and it seems it has a bunch of DOM utilities but I don't understand them without examples. So I'm turning to SO with my ideas and hopefully you guys can show me how this can be done: What I…
Aen Tan
  • 3,305
  • 6
  • 32
  • 52
1
vote
1 answer

MKAnnotationView Default Callout Opacity

I'm using MKAnnotationView for pins & callouts and I realize that there is the option to create a custom callout with a custom animation which I may end up doing if it's my only choice... However does anyone know if there is a way to simply alter…
krut
  • 547
  • 4
  • 14