473,405 Members | 2,344 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,405 software developers and data experts.

tooltips delay not working!? - BUG??

Hi all!!
I cannot prevent my datagrid's tooltip from showing up immediately after
pointing to some cell with cursor.

in my form I have
private ToolTip toolTip1;

in constructor:

toolTip1 = new ToolTip();

toolTip1.AutoPopDelay = 200;

toolTip1.InitialDelay = 300;

toolTip1.ReshowDelay = 500;

toolTip1.ShowAlways = true;

in dGrid_MouseMove event handler:

string display_tip = "/cell value../";

toolTip1.SetToolTip(dGrid, display_tip);

no matter how I play with delay values in constructor, the tooltip always
shows immediately ! It's really annoying.. Can somebody please show me what
I'm doing wrong.. To me it seems like bug, but then again what do I know..

THANK you!!

David
Jul 21 '05 #1
0 1142

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: David Ei | last post by:
I'm working on a C# Windows Forms application that is leaking memory. I've been using the SciTech NetMem Profiler 2 (A really great tool, BTW) to track down leaks. I've found one related to...
1
by: Wayne Aprato | last post by:
Tooltips in Access have not worked on my machine for a long time despite several reinstalls of the operating system and applications at fairly regular intervals. I have finally pinned down the...
15
by: Tinus | last post by:
Hello all, I've created a custom control that draws a monthly schedule (using the Draw function in C#). Basically it draws 31 boxes and writes the day number in every box. This works...
2
by: Roberto López | last post by:
Hi all, It is possible to modify the delay and the time that it´s displayed of a tooltip in ASP.NET pages?? Thanks. -- Roberto López Dpto. Soporte Software Eurosistemas Informáticos y...
0
by: Carsten Schipp | last post by:
I developped an Application in VB.Net Framework 1.0. In the user-forms I am using the windows.forms.tooltips. On my machine (XP-professionial) everything is fine. But on the machine of my customer...
0
by: David Krmpotic | last post by:
Hi all!! I cannot prevent my datagrid's tooltip from showing up immediately after pointing to some cell with cursor. in my form I have private ToolTip toolTip1; in constructor: toolTip1 =...
1
by: TyBreaker | last post by:
I have a simple form with a toolstrip on it and some toolstrip buttons. Tooltips work fine. But then I use the ShAppBarMessage API call to register the form as an Application Desktop Toolbar. ...
4
by: fts2012 | last post by:
Hi all, I set the ToolTips when the solution is running. as follows: ToolTip1.SetToolTip(Me.Label1, "nothing") ToolTip1.AutomaticDelay = 10 ToolTip1.AutoPopDelay = 5000 ToolTip1.ShowAlways =...
11
by: Rich Grise | last post by:
I've got a photo gallery on my client's website, and it has been suggested that, rather than show the whole thing full-size on one page (about 9 full- page images), I should put a thumbnails page...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.