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
2 answers

How to hide balloon tooltip on touch screen smartphones?

I'm newbie to JavaScript. I used the search to find solution for my problem, but I couldn't find what I was looking for. I am using this jquery.balloon.js, which transforms the default browser rendering of the tooltip to customized one (with adding…
0
votes
0 answers

How to display Balloon-tip text in System tray in java

Hie Friends. I am developing an JAVA application which require that Balloon-Tip Text should be show at regular interval of 1 hour. I am trying for that but don't know how to use Balloon-tip text please any one help me. Thanks in advance. My code…
Nirav Dabhi
  • 341
  • 1
  • 7
  • 29
0
votes
1 answer

Value '1' Not Valid for 'Index'

This is the error I've been recieving when I attempt to run my program. (Excuse the Minecraft in the background, it's a key part of what I'm attempting to create) Here's the C# code that I was trying to execute int oldCount; string…
user2678408
  • 117
  • 1
  • 2
  • 15
0
votes
1 answer

Close a balloon tip programmatically

Is there a way to close balloon tip programmatically, so that the user does not have to click on it? Lets imagine that the situation changes and there is no reason to show that tip anymore, showing it longer until the timeout expires would just be…
Roland Pihlakas
  • 4,246
  • 2
  • 43
  • 64
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…
0
votes
1 answer

Balloon Tool tip icon using VC++ in Visual Studio 2005

I am trying to create a BalloonToolTipIcon using VC++ in visual studio 2005. I am able to create a tooltip as shown in this image "http://www.c-sharpcorner.com/UploadFile/mahesh/tooltip-in-C-Sharp/Images/ToolTipImg2.jpg" but I am wishing it to be…
user1722889
-2
votes
1 answer

While loop balloontipclick as condition

I need the following while loop to repeat until the balloontip is clicked. How can I do this? while(/*Here, I want the loop to end when the Norm.BalloonTipClicked occurs*/) { Norm.ShowBalloonTip(10000); …
Often Right
  • 427
  • 1
  • 9
  • 22
1 2 3 4
5