Questions tagged [popup-balloons]

54 questions
13
votes
2 answers

Balloon tooltip with close button - C#

How do I create a ballon tool tip with a close button. I can show a tooltip: TaskbarIcon.ShowBalloonTip(10000); but I can't do the opposite: TaskbarIcon.CloseBalloonTip(); Or even a way to show a close box on a Balloon Tip. I saw this question…
Greycrow
  • 1,493
  • 5
  • 18
  • 29
12
votes
2 answers

Balloon hints on Delphi app tray icon keep popping up indefinitely

I have a Delphi 2006 app that can minimize to a tray icon, and displays various alert messages via a balloon hint over the tray icon. Under some circumstances - I don't know when - a previously displayed balloon hint keeps popping up and won't go…
rossmcm
  • 5,184
  • 7
  • 51
  • 108
11
votes
7 answers

Creating balloon tooltip in C#

Can i know how can i make a popup bubble message in my application coded in C#. Like example, when i start my application, it'll popup saying "Welcome to UbuntuSE App". And yea, The popup is not the message box popup, it's the popup in the…
PirateOwh
  • 131
  • 1
  • 1
  • 5
10
votes
3 answers

Creating a Popup Balloon like Windows Messenger or AVG

How can I create a Popup balloon like you would see from Windows Messenger or AVG or Norton or whomever? I want it to show the information, and then slide away after a few seconds. Edit: It needs to be blocking like Form.ShowDialog() because the…
Malfist
  • 29,255
  • 58
  • 174
  • 263
6
votes
4 answers

Show balloon notifications from batch file

I would like to show balloon notifications from batches that run during long time. I know you can show popups (and some solutions are very imaginative), but it would be interesting to have this option too. Is there a way you can show a balloon…
cdlvcdlv
  • 652
  • 7
  • 20
5
votes
0 answers

How to set custom balloon position?

I use Hardcodet WPF NotifyIcon to show custom ballons on some event. If I create TaskbarIcon in xaml of MainWindow, then my balloon is placed near taskbar: But when I create TaskbarIcon in resource file (xaml) or an application class, then my…
Gendolph
  • 353
  • 5
  • 12
5
votes
2 answers

Balloon Popup WPF

I need to display a baloon popup. Is there a control in WPF for this kind of work? Something like the following:
Nick
  • 9,515
  • 17
  • 75
  • 175
4
votes
1 answer

Is there an easy way to add a checkbox to a balloon tip?

Is there an easy way to add a checkbox (or any other custom control, for that matter) inside a balloon tip? I want to provide the user with an optional checkbox that reads "Never show this message again". The balloon tip in question is shown using…
Vegard Larsen
  • 11,611
  • 12
  • 53
  • 99
4
votes
7 answers

popup for full calendar in jquery

I need to show a popup (balloon popup as in google calendar) while creating an event in the jquery full calendar. Any best plugins for the popup which shows as balloon and also which handles the click events (which I am using to create/edit/delete…
Prasad
  • 56,343
  • 61
  • 142
  • 199
3
votes
1 answer

Programmatically close Java Tray Balloon

I am using java.awt.SystemTray to create and manage the tray icon and balloon messages. Everything works fine. But I would like to know whether it is possible to close or fade the message after it is displayed. Right now, the user needs to click…
Saneesh A T
  • 355
  • 1
  • 6
  • 12
3
votes
3 answers

Detecting Notification Balloons

Using WinXP. What I need to do (pref in VB or c#) is to detect when another (closed source) program displays a notification balloon in the tray - and grab the details. Any help would be appreciated. Thanks
Steve
  • 31
  • 2
3
votes
2 answers

How to implement popup balloon in Windows Store App using Bing maps?

I have an app that shows information about a certain pushpin that's placed on a map. So far I have the information showing up as a message dialog. This isn't very nice to look at and isn't really suitable as an info box. I am going to try to…
Aimee Jones
  • 891
  • 2
  • 17
  • 37
2
votes
1 answer

Inflate balloon when item is selected

I have a map activity that has many pins of map, and when I click a pin, a custom balloon opens, showing some information about that pin. Also, I have a search bar, where if you type the name of a knob, the info appears there, but I want it to go to…
Ovidiu Birgu
  • 429
  • 2
  • 6
  • 24
2
votes
1 answer

Show or open my plugin in IntelliJ

I'm developing a plugin for IntelliJ and the default state of the plugin is hide (like the others plugins - Maven Projects, Ant Build etc...) My plugin uses the package com.intellij.openapi.ui.popup.BalloonBuilder to show a balloon on part of…
Rotem E
  • 213
  • 2
  • 10
2
votes
2 answers

Can I align the text in a C# balloon tip?

I wrote a little C# program that displays text in a balloon tip from time to time. When the text is in English, there's no problem : Everything is aligned to the left and is readable, but sometimes I have some Hebrew text and a left alignment of a…
John
  • 21
  • 2
1
2 3 4