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
0 answers

How to show 3 lines on Annotation call out bubble

I want to show the 3 lines on map view annotation call out bubble. That means I want add the one extra line with title, sub title in call out bubble. Please give me the solution.
1
vote
0 answers

Text boxes and lines layouting in document

My program is supposed to position a set of text boxes with lines in a proper manner in documents. You can find an example below: Here's the information my program has available: Sizes of the text boxes Target area to which their arrow is supposed…
Pascal Kesseli
  • 1,620
  • 1
  • 21
  • 37
1
vote
0 answers

Custom map callout view is inaccessible to user

I am trying to do custom map calloutview: - (void)mapView:(MKMapView *)mapView didSelectAnnotationView:(MKAnnotationView *)view { if ([view.annotation isKindOfClass:[MKUserLocation class]]) { UIView * callout = [[NSBundle mainBundle]…
k06a
  • 17,755
  • 10
  • 70
  • 110
1
vote
1 answer

callout is not showing by default in map

I am trying to show callout on a pin by without clicking on the pin.In short, I want show the callout when the pins are getting placed on the map. This is code I am using: -(MKAnnotationView*)mapView:(MKMapView *)mapView…
Deepak Khiwani
  • 734
  • 1
  • 8
  • 33
1
vote
1 answer

SOAP callout fails silently

I have generated an Apex class from my WSDL successfully and was able to authenticate on the remote server by setting the HTTP Authorization header manually. I have double checked on the remote server that… the HTTP authentication works…
Patrick Oscity
  • 53,604
  • 17
  • 144
  • 168
1
vote
1 answer

MKMapKit disalow deselection of callout bubble

I would like to know how I can make sure that a callout bubble can't get deselected on a MKMapView. Whenever I press on the map (background), this view: Turns to: Which I do not want to allow. Yet I do want to keep the callOutButton support.
Paul Peelen
  • 10,073
  • 15
  • 85
  • 168
1
vote
1 answer

How to maximize a spark.components.Callout? Screenshots attached

How to maximize a Callout, so that it takes the maximal available space at the screen? I'm trying to display a ViewNavigator in a Callout and while it works, the displayed View is too narrow: In the same program I have another Callout and it is…
Alexander Farber
  • 21,519
  • 75
  • 241
  • 416
1
vote
1 answer

mkannotation automatic/default callout not happening

i added an annotation and in viewforannotation i set canshowcallout and selected the annotation as well but it aint getting selected... -(void)locationManager:(CLLocationManager *)manager didUpdateToLocation:(CLLocation *)newLocation…
Ashwin G
  • 1,570
  • 1
  • 16
  • 23
1
vote
1 answer

Determine which pin has been selected on a map for segue

Mapkit usage, here is my scenario: When the user chooses one of the pushpins on my map, then selects the callout associated with that pin, the user is to be be brought to another ViewController that will show information pertinent to their…
user1278974
  • 215
  • 3
  • 11
1
vote
1 answer

How to insert items inside a callout control in expression blend 4

I need a idea in inserting images and hyper link buttons inside a callout control which is used in Microsoft Expression Blend 4. Please help me any idea to sort out this issue. thanks, Neon
Arun
  • 1,644
  • 9
  • 25
  • 41
0
votes
2 answers

How to show a call out for object that implements MkAnnotation protcol ?

I have an object that implements the MKAnnotation protocol: #import #import @interface VoiceMemoryAnnotation : NSObject { NSString * blobkey; } @property (nonatomic, retain) NSString *…
user1068636
  • 1,871
  • 7
  • 33
  • 57
0
votes
1 answer

Detailed view of the pin callout view would like to give a different value

Here is my Code @implementation AnnotationViewController @synthesize mapView; -(void)viewDidLoad { [super viewDidLoad]; [mapView setMapType:MKMapTypeStandard]; [mapView setZoomEnabled:YES]; [mapView setScrollEnabled:YES]; …
0
votes
1 answer

Callout within UITableView

I am looking for a iOS Music app style Callout functionality. What I mean with that is that I want to get the same kind of callout "bubble" you get when press-and-hold within the Music app on iOS5. I have been searching for a good solution for this,…
Paul Peelen
  • 10,073
  • 15
  • 85
  • 168
0
votes
1 answer

Flex TextInput does not fire FocusIn event when editing is disabled

I have been trying out the Callout control in Flex 4.6 to use in a mobile app instead of a combo. The scenario is that you have a TextInput that has a prompt to the user to "Select ..." and when you touch it (iPad) it receives focus and a Callout…
DesCullen
  • 1
  • 2
0
votes
2 answers

Callout shape is cut off when being resized on a Canvas

I'm using Microsoft.Expression.Controls.Callout to paint a callout object on a Canvas. Most of the time it looks fine, as below: However, when it is resized, the anchor point (and part of the drop shadow) is somehow cut off: I've tried to set…
Buu
  • 49,745
  • 5
  • 67
  • 85