Questions tagged [balloon]

111 questions
2
votes
3 answers

ComCtl32.dll Version 6 with Qt

I'm trying to implement a balloon tip. By following the instructions on this page: http://msdn.microsoft.com/en-us/library/bb760252%28VS.85%29.aspx I managed to implement the balloon, but the balloon is not using the appropriate theme under Win7. I…
Austin
  • 791
  • 1
  • 7
  • 14
2
votes
2 answers

Balloon-widget for GWT

I'm searching for a balloon-like widget for a GWT application, e.g. like the balloons Google Maps shows when displaying search results on a map. When searching I only found Javascript widgets, but aren't there any widgets to use in GWT?
Bob
  • 5,510
  • 9
  • 48
  • 80
2
votes
1 answer

"Driving directions:" in kml balloons, suppressing - Kml doc file does not say

My project involves kml files that show several sites so I have several placemarks. The first placemark, well off to one side, shows a balloon with descriptive text that is forced to load on start-up, subsequent placemarks in the file identify…
2
votes
1 answer

How to show balloon under the marker (BalloonItemizedOverlay)?

I use BalloonItemizedOverlay. How to show balloon under the marker? (It is from the center of a marker by default.)
2
votes
1 answer

Google Earth show description on placemark rollover

When clicking on a placemark the description balloon opens. I would like to do the same thing using a mouse rollover instead of a click. I've done a lot of searching and have only been able to find out how to highlight a placemark on rollover.…
user1895844
  • 21
  • 1
  • 2
2
votes
1 answer

Ballon on Mapview and also want to get location whenever balloon position changed on Map in android

Recently I show the ubicabs taxi booking app. I found very nice functionality inside it. In this app they have google maps for showing markers, but they have used very good UI component for that. Also I found one more uniqueness is that whenever…
Scorpion
  • 6,831
  • 16
  • 75
  • 123
1
vote
1 answer

Accessing balloon tips from VBA

How do you access balloon tips in the task tray area using VBA? I'm looking to find some simple methods to display and possibly even interact with the user. I am using Windows XP and MS Access 2003.
Curtis Inderwiesche
  • 4,940
  • 19
  • 60
  • 82
1
vote
1 answer

Google Maps API: Standart (new) balloon style

How to make standart balloons like new restiled google maps ballons? See pictures: New styled balloons: old styled balloons (i have): Where i can get css?
skywind
  • 892
  • 6
  • 22
  • 44
1
vote
2 answers

change listviewitem tooltip to balloon

is there a simple way to set the tooltip property of a listview item to be a balloon? Typically all i would do is: Tooltip tt = new Tooltip("This is a tooltip"); tt.isBalloon = true; but how do i do this for a listview item
Sinaesthetic
  • 11,426
  • 28
  • 107
  • 176
1
vote
1 answer

Strange Wpf Ballon behavior after unlocking pc

I have a wpf application that runs some threads every x minutes and I noticed that if I block the pc and than unblock it after some time, all the balloons messages that were supposed to display during the time my pc was locked are displayed when I…
antogg2004
  • 70
  • 1
  • 6
1
vote
1 answer

I'm trying to show balloon using balloon.js

I'm trying to show balloon using balloon.js. https://urin.github.io/jquery.balloon.js/ Here is my code.
WRAP
user3321541
  • 221
  • 1
  • 16
1
vote
0 answers

Why does my kml description balloon have no tail when displayed online on Google Earth?

I am a kml "newbie" trying to attach a balloon to a placemark. The default behavior of a balloon associated with a placemark is to display text in a box with a tail pointing to the placemark's location after you click on the placemark. I import my…
ctriplej
  • 11
  • 2
1
vote
1 answer

Question concerning google earth placemark balloons

Does anybody know a way of styling a google earth placemark balloon differently than the original one looks like? i am not talking about the kml data i put into the balloon. i know how to style this. I am talking about the bubble itself, I would…
Tino
  • 33
  • 5
1
vote
1 answer

Create annotation for a balloon plot from gplots package

I was wondering if it is possible to change the rows and columns annotation of a balloon plot generated by the gplots package. Assuming my data are a subset of the mtcars dataset data(mtcars) dt <- as.table(as.matrix(mtcars[1:10,])) I can make the…
pisistrato
  • 375
  • 2
  • 14
1
vote
1 answer

Yandex mapkit android balloon set text color

In example of using yandexmapkit library called "yandexmapkit-sample" which I get from https://github.com/yandexmobile/yandexmapkit-android, when I started any example that have Balloon in it's code, text color and background color of Balloon are…
Leonid
  • 4,953
  • 2
  • 10
  • 13