Questions tagged [popup-balloons]

54 questions
1
vote
0 answers

Google map Current location Balloon overlay

I am creating Google map Current location Balloon overlay. I used android-mapviewballoons this code to show balloon. Here Current location display is working. When i click on marker, error will come(BalloonOverlayView 49,37 lines and…
Satya
  • 232
  • 6
  • 17
1
vote
1 answer

Tray Icon issue

i have a program which displays tray icon and popups and balloon when some event occurs. The problem arises when i change the image of the try icon no balloon popups when the event occurs what could i be missing? Abdul khaliq
Abdul Khaliq
  • 2,313
  • 12
  • 38
  • 64
0
votes
2 answers

Hide/Show ajax cloud BalloonPopupExtender

I'm using the BalloonPopupExtender on a text box in order to say : "Unknown input" because its the only one that allows me to have a panel in which i can insert whatever controls i want. i want from a button push to show it and from a text change in…
Rodniko
  • 4,280
  • 15
  • 62
  • 89
0
votes
0 answers

Is there a fix for missing balloon content for a Google Earth placemark when opened from \\localhost\c$?

Users have a Windows Folder Shortcut with a Target of \\localhost\c$\sub. When any kml or kmz file under that folder opens in Google Earth Pro, a selected placemark displays an empty description balloon. For example* this is how the clubhouse…
EnvCoord
  • 1
  • 1
0
votes
1 answer

Understanding how to deploy python code to pop up balloons

I'm a newbie in programming and I need to write code to detect balloon on the fixed background using numpy and openCV in live video and to return the centre of the object [balloon]. Sorry about the ignorance of the questions. Since I'm new, I had…
Snorko
  • 5
  • 2
0
votes
0 answers

Amcharts: Output balloonText for type XY

When I'm pointing at a point in the chart, information pops up like this: But when there is a pile around, then nothing happens: I know that this can not be done with the standard means of outputting balloonText with the type of XY, but maybe…
Bradly
  • 36
  • 4
0
votes
3 answers

close the popup box after submitting the form

I'm using jquery.mb.balloon.js, jQuery plugin to add balloon tips in my webpage. I need to close the popup box, after submitting the form.I try hideDuration: 80 method but its not working... $.ajax({ type: 'GET', data: dataString, url: baseUrl +…
Renjithapr22
  • 173
  • 1
  • 3
  • 21
0
votes
1 answer

Custom attribute value gets change through jquery but the change doesn't show up in rendered html

I am using balloon.css for tooltip. The text of tooltip on element comes from custom attribute 'data-balloon'. I want to load text of tooltip dynamically. I can change it through jquery but new text doesn't get rendered on displayed html. Here is…
Anjum
  • 661
  • 2
  • 13
  • 36
0
votes
0 answers

System Tray Balloon Notifications from Adobe Air?

Is it possible to make an Adobe Air app create a native windows balloon notification/tooltip? I know it is possible to make a window appear in the corner, but I would like to use native windows notifications.
Jo Sprague
  • 13,523
  • 9
  • 37
  • 57
0
votes
2 answers

Windows Balloon-tooltips in Python

Following the example at http://article.gmane.org/gmane.comp.python.general/541418, I've succeeded in creating a callable class for balloon tooltips, but the greater complexities of that code elude me when it comes to customization. I browsed a bit…
Cryptite
  • 1,288
  • 1
  • 25
  • 47
0
votes
0 answers

How to change iframe src when click date in calendar?

I use jquery balloon to show iframe when I click date in my calendar. Here is the link for jquery balloon I want to get the clicked date and send it through url in iframe. So I can use it using $_GET But I have a lot of difficulties Here's my…
Scramble
  • 119
  • 9
0
votes
2 answers

WPF custom BalloonTips problem with multithreading

I have read other related question but i cant really get them to relate to this so I thought it were best to ask, Im pretty new to WPF and so on so please bear with me. I am using this http://www.codeproject.com/KB/WPF/wpf_notifyicon.aspx api to…
Erika
  • 1,935
  • 7
  • 24
  • 31
0
votes
1 answer

Javascript - How can we show popup-balloon with code?

if we have this code
when we click the submit button, the balloon is shown that contains error messege text... now if we want to…
Azi
  • 338
  • 1
  • 4
  • 14
0
votes
2 answers

How can I show a ToolTip for a TextBox only under certain conditions

In VB6 I could easily create a balloon message that would be shown next to the textbox. It would automatically disappear as soon as the text is changed. I could use this balloon tooltip for messages like "Enter a valid eMail address!". I used the…
tmighty
  • 8,222
  • 19
  • 78
  • 182
0
votes
1 answer

Gvim - YCM - show errors in balloons

I was wondering if there is a way to show code errors in balloons like Syntastic when mouse hover on it.
Baron Leonardo
  • 159
  • 1
  • 12