Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
User name:
Password:
Save Password
Forgot your password?

 All Forums
 Visual Assist
 Technical Support
 Hovering tooltips shuffled
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

Stephen
Tomato Guru

United Kingdom
781 Posts

Posted - Jan 22 2004 :  7:58:17 PM  Show Profile
Consider this file:

int main(void)
{
	LPCSTR file;
	HANDLE hFile = CreateFile(file, GENERIC_READ, FILE_SHARE_READ, NULL, OPEN_EXISTING, FILE_ATTRIBUTE_NORMAL, NULL);
}


When I hover over GENERIC_READ, the tooltip gives me the definition of FILE_SHARE_READ. When I hover over FILE_SHARE_READ, I get the definition of FILE_ATTRIBUTE_NORMAL.

If I click on a symbol and then hover over it, I get the correct tooltip. But then the other symbols on the line are shuffled, not in an order that's predictable (to me).

I tried rebuilding all my symbols, but it didn't help.

Stephen Turner
ClickTracks http://www.clicktracks.com/
Winner: ClickZ's Best Web Analytics Tool 2003 & 2004

Uniwares
Tomato Guru

Portugal
2321 Posts

Posted - Jan 23 2004 :  12:13:33 PM  Show Profile
Maybe related to the (old) horizontal scrolling bug?
Go to Top of Page

support
Whole Tomato Software

5566 Posts

Posted - Jan 23 2004 :  2:13:54 PM  Show Profile
We assume you are running VS.NET 2002 or 2003? What font are you using and does it happen with Courier New?

Whole Tomato Software, Inc.
Go to Top of Page

Stephen
Tomato Guru

United Kingdom
781 Posts

Posted - Jan 23 2004 :  2:28:23 PM  Show Profile
Your diagnosis is correct. I use Verdana 11pt. It works properly with Courier New.

VS.NET 2002. There is a single tab at the beginning of the line. I also have line numbers in the left-hand margin. However, neither of these factors seems to make any difference.

Stephen Turner
ClickTracks http://www.clicktracks.com/
Winner: ClickZ's Best Web Analytics Tool 2003 & 2004
Go to Top of Page

support
Whole Tomato Software

5566 Posts

Posted - Jan 28 2004 :  3:47:12 PM  Show Profile
We can reproduce the problem. We will work on a fix. If nothing else, we will refrain from displaying errant tooltips.

Whole Tomato Software, Inc.
Go to Top of Page

support
Whole Tomato Software

5566 Posts

Posted - Mar 15 2004 :  6:21:09 PM  Show Profile
Fixed in build 1220.

Whole Tomato Software, Inc.
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Topic Locked
 Printer Friendly
Jump To:
© 2023 Whole Tomato Software, LLC Go To Top Of Page
Snitz Forums 2000