Questions tagged [balloon]

111 questions
1
vote
0 answers

vb.net Notify Icon - Multiple Icons

In the tray, multiple icons appear during the course of the program running. I'm not sure why. I currently have this code: Public Sub ShowBalloonTip(ByVal Text As String, ByVal Title As String) niMain.Visible = False niMain.BalloonTipText =…
Semonoir
  • 39
  • 6
1
vote
1 answer

Amcharts XY charts not displaying balloon

My Charts is not displaying the balloon and I do not understand why. I have a ballon displaying on the y cursor, I can change it to display the value of x axis, but i cannot display a balloon that would display the x axis value in a balloon either…
Samuel
  • 13
  • 1
  • 3
1
vote
1 answer

Zend + Pop Up's balloons on Server Problem

Dear Friends from Stackoverflow, Please help me with a problem that i'm having when uploading my project to the server. I'm using pop up's balloons (http://mckay.cshl.edu/balloons.html) for a project using Zend FW and it works fine on my localhost.…
Hans
  • 237
  • 5
  • 13
1
vote
0 answers

Displaying a balloon when user hovers over an object

I am designing a blog theme. I am trying to make an info balloon that will appear when user hovers on author's name, similar to Facebook balloons when we hover on names a balloon appear and when the cursor leave name or balloon it fades Out. like…
Milad Dehghan
  • 307
  • 3
  • 16
1
vote
1 answer

CSS Ballon google earth

How can I change the style of a placemark ballon in google earth? Isn't the kml data, is the ballon itself. For example, I would like to round the border. I do an example but always view a blank border around the style that I put. Javascript…
sandrita
  • 363
  • 1
  • 6
  • 17
1
vote
1 answer

I want a more personalized BalloonHint (Background color/Rounded Corner/transparency)

When using TballoonHint, I need it more personalized in colors, shape, transparency and animated appearance, how can I do that?
1
vote
2 answers

Algorithm to make balloon fly to specified altitude/height

I'm looking for a way/algorithm to make a robot balloon fly to a certain altitude. The robot is controlled by a Raspberry Pi and has a propeller. Propeller speed can be set to several values (it uses PWM so technically 1024 different power…
Magic Rune
  • 11
  • 2
1
vote
4 answers

How to Show Ballon tooltip when mouse stops

[edit] So I used one of the javascript tooltips suggested below. I got the tips to show when you stop and hide if you move. The only problem is it works when I do this: document.onmousemove = (function() { var onmousestop = function() { …
mrjrdnthms
  • 1,549
  • 4
  • 24
  • 35
1
vote
1 answer

Custom system tray icon "balloon tooltips" for Qt?

I know that in the .NET framework there are a handful of alternative third-party controls for normal system tray icon "balloon tips", that allow you to change the colors and add some styling to the balloon. I was wondering if there is something…
Demon Labs
  • 339
  • 2
  • 6
  • 15
1
vote
0 answers

Open a Windows 7 notification balloon from batch file - command line

I have simple one-line batch script that loads a wlan profile (xml) to make it easier for our users to connect to our secure wireless network. I still need the users to login, so the profile does not contain user credentials. When the profile is…
fix
  • 1,425
  • 16
  • 27
1
vote
0 answers

Google Earth API getBalloonHtmlUnsafe suppress balloon while panning

If I click on a polygon and then pan, a balloon will pop up. When I'm not getting BalloonHtmlUnsafe this isn't a problem. Is there a way to modify my code to suppress the balloon popup when I pan? I'm new to javascript so please provide an example…
1
vote
1 answer

How to create a Tooltip anywhere on the screen?

How can I create a tooltip like this one (created in AutoIt) anywhere on the screen? I am looking for an hour and found nothing really. It's a normal tooltip like trayicons' tooltips, just can be placed anywhere. Regards
VixinG
  • 1,387
  • 1
  • 17
  • 31
1
vote
1 answer

Is the BalloonItemizedOverlay a library?

I am a beginner android programming.I want to create a balloon on the map. I read mapViewBalloon-example on this link https://github.com/jgilfelt/android-mapviewballoons but i don't know, is the BalloonItemizedOverlay a library?? Should i add it to…
1
vote
0 answers

asp.net notifyIcon balloon tip popup with sound

I am using asp.net notifyIcon Control for opening up Popup in status bar with asp.net windows. I also want to add sound to the popup but I am not able to add. Is there any way to add a sound, for windows base application?
Yagnesh
  • 1,123
  • 3
  • 17
  • 27
1
vote
1 answer

dynamic content in kml balloon from url

I have a server that is serving up an xhtml page with all of the content I want displayed in my google earth (or worldwind) balloon. I would like the placemark balloon to fetch the html page when it is clicked on the map. To make it simple, I…
spartikus
  • 2,852
  • 4
  • 33
  • 38