Questions tagged [popup-balloons]
55 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
- 340
- 7
- 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,423
- 12
- 40
- 65
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,926
- 20
- 69
- 93
0
votes
1 answer
How do I fix ConstraintLayout that include Balloon(gives strange results) in jetpack compose?
I'm trying to make a help pop ups in my first app. the problem that came up after making the pop up work is that the icon which I'm using becomes a button taking up whole screen height.
I'm using the only code I found for balloon popups in jetpack…

Moon Sculptor
- 57
- 12
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
- 43
- 4
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
- 96
- 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 +…

Renjitha22
- 213
- 1
- 7
- 22
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
- 681
- 3
- 14
- 38
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
- 16,523
- 10
- 42
- 62
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,426
- 2
- 28
- 50
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
- 10
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
- 2,045
- 7
- 25
- 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…

Atzi
- 457
- 1
- 6
- 16
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
- 10,734
- 21
- 104
- 218