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
 1208: Disappearing member list
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

Cezariusz
Tomato Guru

Poland
244 Posts

Posted - Dec 22 2003 :  3:19:11 PM  Show Profile
It happens for some structs and classes only. Let's see for example the HELPINFO:



Type a variable name:



Then type "." or "->" - nothing happens, no members:



So delete "." or ">" and type it again - member list appears:



Now start typing beginning of a member - after even one letter typed, the list becomes about 8 pixels high:



You can still choose a member using up and down keys because tooltip and definition field will be updated, but won't see the list anymore. The same happens if you use Ctrl+Alt+T to force the list appear.

Cezariusz Marek
https://midicat.net/

support
Whole Tomato Software

5566 Posts

Posted - Dec 22 2003 :  4:22:36 PM  Show Profile
Works fine here (with minimal testing). Mind copying this example over to a small test file and see if the problem is reproducible? This will rule out something above this method is causing VA to get confused?

Whole Tomato Software, Inc.
Go to Top of Page

Cezariusz
Tomato Guru

Poland
244 Posts

Posted - Dec 29 2003 :  10:51:09 AM  Show Profile
Just tested with 1209 - the same effect. Created new "simple Win32 application" from wizard, and inserted minimal amount of code:
int APIENTRY WinMain(HINSTANCE hInstance,
                     HINSTANCE hPrevInstance,
                     LPSTR     lpCmdLine,
                     int       nCmdShow)
{
 	// TODO: Place code here.
	HELPINFO* pHelpInfo;
	pHelpInfo->
	return 0;
}

Just in case I've cleared the cache and rebuilt symbol databases - stil the same.

Cezariusz Marek
https://midicat.net/
Go to Top of Page

Cezariusz
Tomato Guru

Poland
244 Posts

Posted - Dec 29 2003 :  5:14:02 PM  Show Profile
I did some more testing. Changed the platform to "Custom" and removed all non-standard directories (Xtreme toolkit, Platform SDK, IE libs). Now I have:

  • C:\\Program Files\\Microsoft Visual Studio\\VC98\\INCLUDE

  • C:\\Program Files\\Microsoft Visual Studio\\VC98\\MFC\\INCLUDE

  • C:\\Program Files\\Microsoft Visual Studio\\VC98\\ATL\\INCLUDE


Cleared, reparsed, restarted - didn't help. Happens all the time, 100% reproducible for simple HELPINFO structure.

Cezariusz Marek
https://midicat.net/
Go to Top of Page

Cezariusz
Tomato Guru

Poland
244 Posts

Posted - Jan 04 2004 :  06:21:58 AM  Show Profile
I believe it's somehow connected with
http://forum.wholetomato.com/forum/topic.asp?TOPIC_ID=1074
Uncheck the option "Shrink member listboxes" and you'll probably see the problem.
Edit: One more clue - HELPINFO's members are not bolded as non-inherited.

Cezariusz Marek
https://midicat.net/

Edited by - Cezariusz on Jan 04 2004 06:41:12 AM
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