Questions tagged [popup-balloons]
55 questions
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
- 329
- 3
- 13
0
votes
1 answer
How to Handle The Notification (Shell_NotifyIcon) to perform Some action when user clicked on It?
Iam NewBie, I have Created Tray Icon for my Application
with
void createTrayIcon(LpSTR msg)
{
memset(&m_NID, 0 , sizeof(m_NID));
m_NID.cbSize = sizeof(m_NID);
// set tray icon ID
m_NID.uID = ID_SYSTEMTRAY ;
// set handle to the window that…

Vas Naidu
- 35
- 1
- 8
0
votes
1 answer
Image/bitmap in the Balloon Tooltip
Is it possible to have an image/bitmap(Not an icon) in a Balloon Tooltip that applications show from the Windows taskbar ?
Thanks in advance!

armanxxx
- 45
- 1
- 10
0
votes
1 answer
how to remove one canvas element from displaying on top of another canvas element
I have 2 canvases. One, the main canvas. Upon which all is drawn,
Second, the speech bubble canvas (balloon). Which displays information about specific regions on my main canvas upon client clicks.
I was playing around with my canvas after…

Philo
- 1,931
- 12
- 39
- 77
0
votes
1 answer
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 57,38 lines and…

user2021654
- 37
- 9
0
votes
1 answer
About WM_MOUSEHOVER, controls and Balloons
I have this code in the switch (msg) loop inside WindowProc on my GUI App.
case WM_MOUSEMOVE:
TRACKMOUSEEVENT tme;
tme.cbSize = sizeof(TRACKMOUSEEVENT);
tme.dwFlags = TME_HOVER;
tme.dwHoverTime = 100;
…

deb
- 425
- 1
- 9
- 24
0
votes
1 answer
Custom Balloons - Toggle Button
I use this nice library for showing balloons: MapViewBalloons
I want to add a toggle button into the baloon, so I can mark a point as a favorite.
The problem is it switches the state of the whole overlay, not only of the current balloon.
How do I…

tania
- 1,086
- 2
- 12
- 31
0
votes
1 answer
Alpstein/Route-me annotation balloon
I'm using Alpstein/Route-me to work with map in my iPhone application. I want a balloon (something like MKAnnotationView, I think) to appear when I tap on marker on the map. Is there any ways to do it with Alpstein Route-me?

immaculate.pine
- 151
- 12
-1
votes
1 answer
Windows Phone 7.5 - Bing Maps - Balloon like Google Maps
I'd like to know if is there a way to draw a balloon like that from Google Maps using Bing Maps on Windows Phone 7 (Silverlight).

richardaum
- 6,651
- 12
- 48
- 64
-4
votes
1 answer
Javascript Library to add balloon with messages pointing to required input controls
When my web-page loads, user should be prompted to make a few selections in a sequence.
I want message balloons to pop up with messages something like -- "Hey, since you have selected your country, now select the province". These balloons should…

Cute_Ninja
- 4,742
- 4
- 39
- 63