Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
1answer
450 views

Close balloon showed on MapView

I have a MapView with an ItemizedOverlay and a bunch of OverlayItem:s. When an OverlayItem is tapped on custom layout balloon is displayed on MapView. I can add a close button that hides the balloon ...
3
votes
3answers
91 views

Windows pop-up balloon for PHP & MySQL application

I have a ticketing web application written with PHP and MySQL. I need something like windows balloon or gmail desktop notifier for Chrome to notify users about some events. For example, when a new ...
3
votes
1answer
595 views

System notification area balloon by C++?

Is there simple code to show balloon notification for C++? I'm using Visual Studio 2010.
3
votes
3answers
391 views

Is there any way to make a Balloon Tip never close?

My application is a monitor that may run in the background while the user is away, and its purpose is to visually alert the user when some changes have occurred. MessageBoxes seem a little obnoxious, ...
3
votes
2answers
1k views

C#: Set position of the arrow in a ToolTip Balloon?

Is it possible to change the location of the Arrow / Stem in a Balloon Tooltip? Reason to change is because of a Button, located in the top of the screen, should have a tooltip below it. Above is ...
3
votes
3answers
489 views

single instance and notify in system tray

I am working on the application (C# 2.0). I have implemented single instance in it. Everything is fine. If i run the application again, it shows messagebox saying "instance is already running". ...
3
votes
1answer
565 views

TrayIcon balloon does not show up

I compiled my trayicon utility c++ code in visual studio 2005 express edition and tray icon balloons showed up successfully but later I deleted my firewall, switched on to windows firewall and now I ...
3
votes
4answers
2k views

How can I tell if a Balloon tip in the system tray has closed?

I have an application that uses a NotifyIcon in the tray to hide/restore the application, as well as pop up notices to the user of application events. My application has a notification queue, and I ...
2
votes
1answer
122 views

Delphi: Balloon Form with fsStayOnTop not working in Win7

I have an application that uses my own balloon form. This is a non-bordered, fsStayOnTop kind form. I show it with this code: ShowWindow(Handle, SW_SHOWNOACTIVATE); Visible := True; Today I ...
2
votes
1answer
199 views

Delphi: CoolTrayIcon's ShowBalloonHint is not working

I used CoolTrayIcon, and ShowBalloonHint to warn user to incoming messages. Everything has been working fine till today. Today once I saw the Balloon, but later never. In these period some Windows ...
2
votes
2answers
244 views

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 ...
2
votes
1answer
125 views

Killing Queued Notification Balloons (Pre-Vista)

I have a non-MFC, non-ATL C++ app that routinely creates notification balloons on a system tray icon. If, on pre-Vista boxes, the user locks the screen - these newly created "balloons are queued", ...
2
votes
2answers
343 views

How to show balloon message on status bar item on Mac OS X

Apple has NSStatusItem to manage the status bar item. But it does not have API to show a balloon message from the status bar. I know Java has TrayIcon.displayMessage(). Does anyone know how to ...
2
votes
1answer
906 views

C# NotifyIcon ShowBalloonTip timeout

In my c# (2.0 framework) application I'm using notify Icon control. I want to show from this control a balloon tip. but the "showBalloonTip" event i slimite to a timeout and I want to show this ...
2
votes
1answer
4k views

Android Google map balloon over overlayitem

I am using google map, displaying overlayitems on the google map. To create balloon effect, i am using customize view and using geopoints with MapView.LayoutParams to display it at particular ...
2
votes
1answer
946 views

Redraw balloon tip and tooltip in C#?

I wrote a C# application that is a simple countdown timer. I use it myself to keep track of cooking time (not to forget about boiling pasta) and other purposes. It works in the tray. When hovering ...
2
votes
2answers
1k views

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 ...
2
votes
3answers
1k views

How to hide a taskbar balloon at will?

It's very easy to force a taskbar icon to display a balloon tooltip: all I need to do is set the NIF_INFO flag when calling Shell_NotifyIcon( NIM_MODIFY, ... ), and the balloon appears, no problem. ...
2
votes
1answer
3k views

How to Disable Wireless Network Connection Notification Balloon?

I want to programmatically disable the notification I get when I connect to a wireless network. I know there is a way to disable ALL notifications (see here) but is there a way to only disable the one ...
1
vote
1answer
148 views

Balloon-tips with Qt

In my Qt application, I'd like to use balloons/balloon-tips as shown in the Windows user experience guide (not the system tray balloons). Is this supported by Qt? I haven't found anything. Is there ...
1
vote
1answer
254 views

Delphi: Alternative to JEDI Desktop Alert (balloon)

Is there a good analogue/equivalent to JEDI Desktop Alert (a kind of a balloon in the right bottom corner of a desktop)? Balloon hint cannot be showed like a stack (a new hint is on the top of ...
1
vote
2answers
115 views

call notify balloon message in windows 7 from cmd?

i need call notify balloon message in windows 7 from cmd (command line) with special text i searched Google and find shell32
1
vote
1answer
111 views

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 ...
1
vote
1answer
204 views

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. ...
1
vote
0answers
247 views

Close balloon showed on MapView

I have a MapView with an ItemizedOverlay and a bunch of OverlayItem:s. When an OverlayItem is tapped on custom layout balloon is displayed on MapView. I can add a close button that hides the balloon ...
1
vote
1answer
450 views

Tooltip Balloon Disappears After 5 Seconds

I have the property "AutoPopDelay" set to 60000, but every time I hover over an associated element, the balloon only stays open for 5 seconds even when my mouse pointer stays over stationary over the ...
1
vote
1answer
191 views

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 ...
1
vote
1answer
1k views

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 ...
1
vote
3answers
2k views

Why aren't Shell_NotifyIcon balloon tips working?

According to everything I've seen, the following C++ program should be displaying a balloon tool tip from the tray icon when I left-click in the application window, yet it's not working. Can anyone ...
1
vote
1answer
848 views

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. ...
1
vote
5answers
5k views

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 = ...
0
votes
0answers
62 views

Remove overlay window from the ballon in android

I want to hide the overlay item window popup after click on the mapview. Currently when i click on the balloon then popup window comes. if i tap on other ballon then previous ballon pop up window hide ...
0
votes
0answers
388 views

Jquery AJAX display result on Balloon Popup

I use balloon illuminate jquery (demo here) to display more info from ajax result. I followed the ajax tutorial from here which now I have tested the illuminate and ajax separately and they work but I ...
0
votes
0answers
107 views

How to create ballon for a dynamic KML file?

How on earth I want to create balloon for KML file that dynamically move? The example that I am working on is: sundials.html Let's say that the KML is moving. How we would move the balloon to move ...
0
votes
1answer
256 views

What event is sent by a click on the “X” close button for an MFC balloon tooltip?

I am working on a very big and complex application for Windows written in C++ and using MFC. I am working on this bug, where if a user presses on a balloon tooltip, it won't close, only after a ...
0
votes
1answer
65 views

Can I bind a tixBalloon Widget to a Text widget tag?

I am wanting to mimic the behavior of the 'abbr' tag of HTML in a tkinter Text widget. The Tix Balloon widget looks like it would be a perfect fit, but I can't figure out how to bind it to a text tag ...
0
votes
1answer
302 views

How to create a Balloon Overlay on a MapView?

I need to create a balloon overlay from where a user long presses on the MapView. Firstly how would i create the balloon overlay dynamically where the point was selected? A user will long press on ...
0
votes
0answers
156 views

KML balloon styling

I read several ways to alter what appears in the balloons on google maps. I am uploading from a KML file. I want to get rid of the directions/Search nearby links on the bottom of the balloon. I have ...
0
votes
0answers
91 views

input type=“email” popup balloon styling

I'm using input type="email" in my website. It does an automatic validation checking if the input is a valid email or if it was entered at all. If it's not valid then it displays a popup balloon ...
0
votes
0answers
151 views

Python: Windows 7 Taskbar Balloon Shaped in information?

My goal, Python in selecting a sentence from the list, as it periodically to show taskbar balloon, so how can I do?. Sorry for my bad english =). Thanks, Bayram Şerefoğlu.
0
votes
1answer
1k views

C#, Windows Forms: NotifyIcon with ShowBalloonTip in Click event no longer fires the DoubleClick event

When using a NotifyIcon in Windows Forms/C#/.Net Framework 2.0, if I display a Balloon Tip Text in the MouseClick or Click events, none of the DoubleClick or MouseDoubleClick events will fire: ...
0
votes
1answer
1k views

Fit ballon overlay in mapview

I have balloon popups showing in Android MapView when a user tap:s on specific points on the map. Depending on where the user taps the balloon does not always fit insize the MapView. I solve this now ...
0
votes
1answer
700 views

NotifyIcon.BalloonTipClicked event and mouse buttons

I've got a NotifyIcon that signals downloadable application updates. I want the download page to open on a Left Click on the NotifyIcon and on a Left Click on the NotifyIcon balloon (on screen for 10 ...
0
votes
1answer
1k views

Recommended lightweight balloon javascript library

Looking for small and light popup balloon JS library. (not part of other lib such as jquery) Must be cross browser. I found several. Any recommended one?
-1
votes
1answer
81 views

C# - Disable baloon tips [closed]

I would like to create an application which disables balloon tips in my system by editing the registry (there is another way?). But I want that it would be take place immediatly and without ...