Questions tagged [balloon-tip]

A Balloon Tip is a special kind of tooltip which looks like a speech balloon.

A Balloon Tip is a special kind of tooltip which looks like a speech balloon.

On Windows systems it is usually shown at the icon in the systray/notification area.

67 questions
0
votes
0 answers

How do I install the balloontip module for python in mac?

How can I install the balloontip module for python? I am trying to write code where python checks which os system the code is being run on and then notifies the user about something. I have to write a different type of code for mac and a different…
user9613667
0
votes
2 answers

Balloon Tooltip using Windows Service C#

I want to open a balloon tooltip using windows service. I can do it in Windows Forms. Is it possible using windows service ?
0
votes
1 answer

Integrating windows desktop notifications with python unittests

I am try to write a script that tests whether a site is up and sends a desktop notification if it is not. I plan to automate a batch file so that it is run every hour. Currently, I have two scripts, one that tests whether the site is up, and one…
Cassie H.
  • 373
  • 2
  • 7
  • 24
0
votes
1 answer

balloon popup extender inside gridview header displays on every postback

I am new to balloon popup extender. I am giving a balloon popup extender for Gridview header, This is my code. I don't know where I am going wrong. When I click a button on the page, the balloon popup extender appears on top left of the page, and it…
novice in DotNet
  • 771
  • 1
  • 9
  • 21
0
votes
0 answers

Check notification balloons from other programs

I want to check notification balloons from all other running programs and keep records to look after with my C# program. How can I do that? in this case Example I want to keep log of "Hello" and "This is a balloon tip!".
adrasteia
  • 13
  • 3
0
votes
2 answers

C# How to Make a BalloonToolTip from a Non-Form Application

Okay, So I'm attempting to make a Simple Screenshot program and I need the program to show a BalloonToolTip when a screenshot is taken and when the program is set to run on start up. The code below show my entire program, there is no form, nor is…
ImNotPsychotic
  • 47
  • 1
  • 10
0
votes
2 answers

How to display TBalloonHint always downwards independently from the screen position?

Create a VCL Forms Application, put a TBalloonHint (Name: balloonhintTest) and a TButton (Name: btnTest) on the form and write this code: procedure TForm2.FormCreate(Sender: TObject); begin balloonhintTest.HideHint; balloonhintTest.Style :=…
user1580348
  • 5,721
  • 4
  • 43
  • 105
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

Display Multiple Balloons conditionally using Windows API - System Tray Icon in Delphi

I wrote a program that can identify outdated software in a Windows System and update them by interacting with the user. It has a Software Updater Program which displays a System Tray Icon and show Balloon Tips about Available / Downloading Updates…
GTAVLover
  • 1,407
  • 3
  • 22
  • 41
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
1 answer

How to add balloon pointer to window in WPF?

I have been look for a way to create WPF Windows similar to MS Lync below, with a pointing arrow, but nothing except old tooltip approach. Can this be done?
eYe
  • 1,695
  • 2
  • 29
  • 54
0
votes
1 answer

How do I show shell notify icon balloon tool tip on demand?

My aim is to create a shell notification icon, and make it display a balloon tool tip when demanded. I wrote the following code. bool SystemTrayIcon::Create(const std::wstring & Tip, HWND …
hkBattousai
  • 10,583
  • 18
  • 76
  • 124
0
votes
1 answer

NetBeans GUI editor, can't construct the object

Its hard to explain it for me and even harder in english... I have this component constructor Balonik = new BalloonTip(textfield, new JLabel("Do not devide by 0!"), new RoundedBalloonStyle(5,5,Color.WHITE, Color.BLACK), …
Tomasz Mularczyk
  • 34,501
  • 19
  • 112
  • 166
0
votes
1 answer

Why are balloon tip position and stem orientation buggy?

My problem: I'm using a balloon tip on a text box to indicate non-numeric entry (real-time). Once a second non-numeric character is inputted, the balloon tip position and stem orientation changes (inverts and undesirably To reproduce: In Visual…
Clarus Dignus
  • 3,847
  • 3
  • 31
  • 57
0
votes
2 answers

WPF NotifyIcon Balloon not showing up

Okay guys, quite new to C# but I'm getting on with it just fine. I've got an application minimised to the system tray and I'm using WPF NotifyIcon to do this. I'm trying to use the built in bubble tip feature. Whilst I've got no errors, it just…
Tom Wilson
  • 253
  • 1
  • 7
  • 15