Questions tagged [popup-balloons]
55 questions
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
3 answers
How to tell the BalloonPopupExtender to disable itself and not show?
I have this script in ASP.NET/C# - I trying to control when to show the balloon popup and as preliminary test I specifically instruct the popup extender not to show at any condition.
But it still shows on click..
How to tell the…

G.Y
- 6,042
- 2
- 37
- 54
2
votes
0 answers
How to add BalloonOverLay to display pop up on mapView of Open Street Map (OSM)?
I am using Open Street View, and I need to get a pop up, when the user touches a particular location on the map. After referring some tutorials, I found out that I have to write a class called BalloonOverLay. Bellow is my code:
public class…

TharakaNirmana
- 10,237
- 8
- 50
- 69
2
votes
0 answers
Setting a default status bar message using Tix.Balloon
I am currently trying to use a Tix.Balloon to create a tooltip and a help statusbar for options within a graphical user interface. And it works pretty much as intended. However I would like the statusbar to show a message for when the mouse is not…

David Duncan
- 81
- 1
- 11
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
0 answers
C++ How to change windows tray notification balloon icon? (information icon)
I'd like to change tray notify icon with user customized icon. I have already searched on the internet, but I can't find where a solution is. If my problem is duplicated, please send me a reference link.
Steps:
I have tried this using…

AleXelton
- 767
- 5
- 27
1
vote
2 answers
Delphi - How do I find the source of a recurring "ghost" tray balloon popup?
I have a D2006 app that notifies various events via a tray balloon hint. Every so often, but not very often - say 1 in 10 invocations of the app -, one of the hints decides it is going to popup again and again... forever. The only thing that…

rossmcm
- 5,493
- 10
- 55
- 118
1
vote
3 answers
Problem with balloon tips
HI,
I create balloon tips all over our application. My problem is that all of the balloon tips stay on the task-bar and needs to be hovered over for them to disappear.
public static bool SetBalloonTip(string balloonTipTitle, string…

Willem
- 9,166
- 17
- 68
- 92
1
vote
0 answers
Ajax Balloon Extender With Tab Container , Display Blank on Page Load
I'm working on a website, when i run it , the balloon show up with blank text, when i i click on the Target Control the balloon disappear from the old position and show up again in the correct position >> Top Right of the Text Box.
i figured out…

Alfunso14
- 19
- 4
1
vote
0 answers
Create Visual Notification Messages from Matlab in Windows, suitable for FileExchange (and without PowerShell)
For visual notifications in Matlab, I would like to create notification pop-ups or even balloons. This FileExchange contribution creates the balloons with Java, but unfortunately it is buggy.
I think the way to go is to call a batch-file with…

JaBe
- 664
- 1
- 8
- 27
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
1 answer
AJAX BalloonPopUp Causes Page Reload in ASP.NET
I've been using Modal PopUp Extender for a long time now. I know that I need to put the PopUp Control Panel inside an Update Panel in order to avoid page reloading. This is my first time using a balloonpop-up. I used the same method I am using with…

lulutanseco
- 313
- 1
- 8
- 29
1
vote
0 answers
ajax control toolkit balloon popup extender onHover
I have a couple of asp:Labels on my page and what I would like to do is, when a user hovers over a label, the balloon pop up is displayed which has additional information.
Here is the code:

sd_dracula
- 3,796
- 28
- 87
- 158
1
vote
1 answer
Detecting if balloon tooltip is visible
My program makes heavy use of the Windows build-in balloon tooltips, but on some system they are just not displayed. This can have so many different causes (for example: EnableBalloonTips, ShowInfoTip, DisablePreviewDesktop, TaskbarNoNotification…

Maestro
- 9,046
- 15
- 83
- 116
1
vote
2 answers
how to remove a jquery balloon plugin?
I am adding a balloon (http://file.urin.take-uma.net/jquery.balloon.js-Demo.html) object to an input filed under certain conditions but I cannot find a way to remove it dynamically (different conditions).
$(this).balloon({
…

MFAL
- 1,090
- 13
- 19