Re: Ballon ToolTip



Thanks for the update and the workaround.

Eric

"Linda Liu [MSFT]" <v-lliu@xxxxxxxxxxxxxxxxxxxx> wrote in message
news:LsqIOjQcHHA.4368@xxxxxxxxxxxxxxxxxxxxxxxxx
Hi Eric,

I have run your sample program on my machine and did see the problem.
After
doing some tests, I found that the balloon tooltip doesn't point to to the
target control, only when it pops up for the first time. This problem
doesn't exist when the tooltip appears for the second time. In addition,
if
I set the ToolTipText property for the textbox on the tooltip, the tooltip
points to the textbox correctly even when it pops up for the first time.

I have searched in our inner database and found a similar issue in it.
This
is a known bug and the workaround is to call the Show method of the
ToolTip
twice.

The following is a sample.
private void SetToolTip(ToolTipIcon icon, string title, string message)
{
_toolTip.IsBalloon = true;
_toolTip.ToolTipIcon = icon;
_toolTip.ToolTipTitle = title;
_toolTip.Show("", this);
_toolTip.Show(message,this);
}

I have tried it on my machine and confirmed it works.

FYI, our evaluation determined that this bug does not meet the criteria to
be addressed in this release. This evaluation is carefully done and
considers many aspects including fix cost, breaking changes,
globalization,
performance, etc. Additionally, as part of planning and analysis of future
versions this bug will be considered again for possible inclusion.

Thank you for reporting this issue to us!

Sincerely,
Linda Liu
Microsoft Online Community Support

==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
ications.

Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/subscriptions/support/default.aspx.
==================================================

This posting is provided "AS IS" with no warranties, and confers no
rights.



.



Relevant Pages

  • RE: NotifyIcon in a form
    ... Generally, we use ToolTip component ... to display tool tip text for a control on a form. ... Microsoft Online Community Support ... where an initial response from the community or a Microsoft Support ...
    (microsoft.public.dotnet.framework.windowsforms)
  • RE: Ballon ToolTip
    ... I have run your sample program on my machine and did see the problem. ... doesn't exist when the tooltip appears for the second time. ... Microsoft Online Community Support ... where an initial response from the community or a Microsoft Support ...
    (microsoft.public.dotnet.languages.csharp)
  • RE: Templated Combobox Tooltips from Items
    ... You can use a converter to display the tooltip of the current selected item ... ComboBoxItem selectedItem = value; ... Microsoft Managed Newsgroup Support Team ...
    (microsoft.public.dotnet.languages.csharp)
  • RE: Tooltip Problems
    ... the first time it pops up? ... This is a known issue of ToolTip in VS2005. ... Microsoft Online Community Support ... where an initial response from the community or a Microsoft Support ...
    (microsoft.public.dotnet.framework)
  • RE: Tooltip Problems
    ... the first time it pops up? ... This is a known issue of ToolTip in VS2005. ... Microsoft Online Community Support ... where an initial response from the community or a Microsoft Support ...
    (microsoft.public.dotnet.framework)