T O P I C R E V I E W |
lpztomato |
Posted - Feb 10 2011 : 10:43:35 AM Well, my IDE is vc6 and my tomate version is Visual.Assist.X.v10.6.1837.0.
I found a problem that CTypedPtrXXX have no suggestion.
Any suggestions? |
6 L A T E S T R E P L I E S (Newest First) |
accord |
Posted - Feb 11 2011 : 4:39:48 PM Just to clear up things and make sure we are talking about the same thing: - If you disable Visual Assist then CTypedPtrList member listboxes works - If you enable Visual Assist and tick Get content from default Intellisense then member listboxes does not display the correct list, or does not pop up any listbox Is that right? (The screenshot on the linked page displays the checkbox unticked because it talks about the case when you disable default completion, but you need to sort of disable VA completion and enable the default so you need to *tick* the checkbox.) |
lpztomato |
Posted - Feb 11 2011 : 07:59:34 AM Unfortunately, it doesn't work as well. I tested the very option (Get content from default Intellisense) at this document page: http://www.wholetomato.com/products/features/members.asp and couldn't find a way to use default statement completion. I don't know how to use this option in the right way. |
accord |
Posted - Feb 11 2011 : 05:07:11 AM You don't have to disable Visual Assist X to be able to use default statement completion. Just enable:
VA Options -> Advanced -> Listboxes -> Get content from default Intellisense
Default Intellisense doesn't work for me using VC6 but probably I am doing something differently. Never mind. Can you please confirm that this workaround is working for you? |
lpztomato |
Posted - Feb 10 2011 : 9:11:51 PM Thank you accord. I checked my problem again and was in the same sitution with you. CTypedPtrArray and CTypedPtrMap work fine, only CTypedPtrList doesn't work.
Well, I thought two solutions to the problem. 1. use CTypedPtrArray instead. 2. When coding using CTypedPtrList, just disable Visual.Assist.X and use default IDE statement completion parser for a moment. (CTypedPtrList does work well with it).
|
accord |
Posted - Feb 10 2011 : 6:47:46 PM I was able to reproduce the problem with CTypedPtrList, but CTypedPtrArray and CTypedPtrMap is working fine for me. I used the example project of MSDN: http://msdn.microsoft.com/en-us/library/fw2702d6%28v=vs.80%29.aspx
What classes are you seeing problems with? |
accord |
Posted - Feb 10 2011 : 6:18:11 PM I am seeing problems as well:
case=28540
Unfortunately, there is no workaround for VC6. |