Questions tagged [balloon]

111 questions
0
votes
0 answers

How to prevent popup in ColumnChart

I use a google maps ColumnChart to reprensent the elevation in a map. I also use a mouseover to print info and show the correspondent position. When a column in the chart is clicked, it popups an info balloon, like…
Luis A. Florit
  • 2,169
  • 1
  • 33
  • 58
0
votes
1 answer

KML Balloon formatting and overall display issues

I have set up a KML Tour in GE with default balloon and text styling. The balloons and text and display fine. However on my computer (Macbook pro retina both osx and win 7) the balloons are rectangular rather than rounded. These images show the…
Gutseo
  • 23
  • 4
0
votes
2 answers

How to default hide this javascript balloon?

I'm using a great Javascript popup balloon from here http://file.urin.take-uma.net/jquery.balloon.js-Demo.html . The following code functions great, but the balloon is shown by default when the page loads. How can I make the balloon hidden on load…
dk9000
  • 91
  • 1
  • 1
  • 7
0
votes
1 answer

Image/bitmap in the Balloon Tooltip

Is it possible to have an image/bitmap(Not an icon) in a Balloon Tooltip that applications show from the Windows taskbar ? Thanks in advance!
armanxxx
  • 45
  • 1
  • 10
0
votes
1 answer

How to Customize information displayed in Android Maps using Polaris Library

I'm using Polaris Library for Android Maps because it has Clustering support: Polaris with Clustering. I'm not relying on Google maps V2 cause it would leave out of my target many devices. What I need to do, is to be able to personalize the…
Ejmedina
  • 509
  • 5
  • 13
0
votes
2 answers

Android:Google map current location and other marker points

I'm developing an android Google map app. How to create a current location ,balloon overlay and other marker location points. I am creating Other marker location points in (CustomMap.java) Here I want to current location also.Please help…
Satya
  • 340
  • 7
  • 17
0
votes
1 answer

delaying balloon component in a KML code

I have just started to learn how to manipulate the KML files. here is a problem that I do not know how to overcome.... I created a polygon and added a description to be shown as a balloon, but it appears as soon as Google Earth starts working before…
msc87
  • 943
  • 3
  • 17
  • 39
0
votes
1 answer

ToolTip IsBalloon cancel messes up size of next balloon open

Been trying to figure out the cause of why my balloon sizes are changed and the text in them is getting cropped as a result. I thought it had to do with re-setting the tip text for a control. Nope. It turns out it is the cancelling of popOpen. …
user1646737
  • 169
  • 7
0
votes
1 answer

display a balloon in android_version 2.2

I make some research in how to display balloon in a map.But i found the balloon only in android_version 4.0 Is that possible to display a balloon in map when clicking in a marker with android version 2.2
Wael Ilahi
  • 41
  • 3
0
votes
1 answer

jQuery balloons

Does anyone know if you can use a jQuery balloon on a text input that is contained on a jQuery modal dialog?
Skittles
  • 2,866
  • 9
  • 31
  • 37
0
votes
2 answers

asp.net ajaxcontrolkit balloon popup extender bg color

How to change the bg color of an ajaxcontroltoolkit balloon extender? I have a panel inside it but I can only set the panel bg color which looks weird. Code: Type some data…
user1468537
  • 693
  • 4
  • 13
  • 27
0
votes
3 answers

Google Maps API KML Balloons Not Visible

I am using Google Maps JavaScript API v3 with a KML layer to display a map with custom markers. My map links to the KML file I published as a Google Site attachment. Once loaded, the map shows each of the PlaceMarks from the KML file correctly, but…
Jared Deckard
  • 633
  • 6
  • 15
0
votes
1 answer

Keeping several description balloons open at the same time in KML/Google Maps

So I defined a Maps overlay with several placemarks to visualize research I'm doing. The descriptions have the results in them, and all works nicely. But when I open a balloon, the previously opened one closes, so that there's no real possibility to…
fpetran
  • 23
  • 4
0
votes
2 answers

How to integrate current locatioon in android project mapview balloons

I'm trying out the info balloon from: https://github.com/jgilfelt/android-mapviewballoons and it's working perfectly. One thing I'm missing is the ability of setting the current location. Does anybody know how to precisely implement that…
Qwyrp
  • 147
  • 1
  • 1
  • 11
-1
votes
1 answer

Non ascii characters in Balloon WinApi popup

I try to show a balloon popup with a Unicode text, but I always see a ??? characters inside. When the title (szInfoTitle) doesn't contain non-ascii characters everything works just fine. And here is the fully working F# example: type…
MNie
  • 1,347
  • 1
  • 15
  • 35