Questions tagged [callouts]
107 questions
1
vote
2 answers
Sitecore 8 - Adding images, callouts and videos in RTF field
I am working on a requirement in Sitecore 8 according to which there is a Rich text field and the content author can not only add html data but can also add predefined call outs/renderings/images directly in page editor mode.
Is there any way I can…

archie
- 67
- 1
- 6
1
vote
1 answer
CRM 3.0 Callouts Running in CRM 4.0 Causing Infinite Loop
I recompiled a library of CRM 3.0 callouts and deployed them to my CRM 4.0 instance. One of my PostUpdate callout calls service.Update(). This is causing the update method to fire many times. It eventually stops due to timeout errors. This does not…

KClough
- 2,079
- 2
- 21
- 29
1
vote
1 answer
Apex callout to local web service or to web service in test environment?
I'm pretty new to salesforce callout stuff and trying to make a simple GET request from my salesforce callout, but I kept getting this error:
System.CalloutException: Unable to tunnel through proxy. Proxy returns "HTTP/1.0 404 Not Found
I'm pretty…

0x56794E
- 20,883
- 13
- 42
- 58
1
vote
1 answer
How to add a uitextfield & a uibutton in MKPinAnnotationView callout?
I was wondering if there is any way to add a UITextField & a UIButton in MKPinAnnotationView callout bubble and in turn if the user clicked button it will call some method?

droidiphonereef
- 85
- 2
- 9
1
vote
2 answers
Repeating functions in Javascript
I'm looking for some newbie Javascript help.
I've got a series of simple functions which add and remove some slider content using JQuery, following a click from a callout. How can this be rewritten to work with any category ('cat1' etc)…

Reg T
- 55
- 6
1
vote
0 answers
Showing callouts and selecting annotations in iOS
I have been dealing with one problem for many hours and still cannot find out where's the problem. I have a mapView application in iOS where I show some polygons(zones) with a pin inside. After clicking on such annotation I want to display a…

Filip Majernik
- 7,700
- 13
- 45
- 53
1
vote
1 answer
How to call a method in WSDL from Salesforce callout
I m a new bie to the salesforce, and I m trying to get the response by calling a wsdl file from the salesforce.
I dont know how to call a method of the WSDL from HTTP callouts
The code is something Like this :-
//HTTP request
HttpRequest req = new…

vivek barsaiyan
- 87
- 2
- 8
0
votes
1 answer
MKPinAnnotationView Callout button should pass custom object to Details ViewController
I have an annotation class that conforms to the MKAnnotation protocol. The class has an init method which sets coordinates, title, and subtitle.
I create an array of these annotations and add them to a MKMapView the normal way by using…

ElasticThoughts
- 3,417
- 8
- 43
- 58
0
votes
1 answer
Callout accessory on tapping images
I have some images in my viewcontroller's view. When I tap on each image I need to have a callout accessory, just like the one we get when we tap on a pin in the mapview. I read that this is normally used on annotations in mapviews. Could this be…

Jean Paul
- 2,389
- 5
- 27
- 37
0
votes
1 answer
MKAnnotation Custom Callout button general action -- how to know which Annotation it's coming from? (iPhone)
I'm developing a MapKit app which uses a whole bunch of MKAnnotations to mark locations. What I want is to put buttons into the callouts which the user can press to perform an action on the selected location. So far I have seen examples where you…

Alan Moore
- 6,525
- 6
- 55
- 68
0
votes
1 answer
How to avoid the default CallOutView to appear?
I'm trying to make a custom Callout view for AnnotationView. I had seen this answer.
And please see the other question
I'm able to load the custom view.
But How to avoid the default CallOutView to appear??

Frade
- 2,938
- 4
- 28
- 39
0
votes
2 answers
How to add a custom CalloutView loaded from nib file
I'm trying to make a custom Callout view for AnnotationView. I had seen this answer, and seems a good solution (it works). I'm trying to load a UIView from a nib file, and the UIView appears, but his buttons don't work, don't get pushed.
Is there a…

Frade
- 2,938
- 4
- 28
- 39
0
votes
2 answers
local.xml for magento custom package isnt loading
Im having a problem with loading local.xml of my custom package and custom theme. Im trying to remove call outs like dog, poll etc...
My package name is "color" and my theme name is "red"
…

Jonathan Bell
- 119
- 3
- 12
0
votes
1 answer
Creating Custom Call out View with button on it
I am stuck with a map View problem for which I was surfing the internet from the last three days but still not find any appropiate solution.
My problem is When I click on my pin which is customized, a callout appears. But standard callout support…

Gypsa
- 11,230
- 6
- 44
- 82
0
votes
1 answer
Creating an Array of Annotations In Order To Make Different Callout Views On A Map
I'm working with a MapView and have 30 pin locations placed and everything's working great. I added a button in the callout with a rightCalloutAccessoryView. Here's the button code:
UIButton *rightButton = [UIButton…

MillerMedia
- 3,651
- 17
- 71
- 150