Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Visual Assist
 Technical Support
 Parameter not understood for property in C++/CLI

You must be registered to post a reply.
Click here to register.

Screensize:
UserName:
Password:
Format: BoldItalicizeUnderlineStrikethrough Align leftCenterAlign right Insert horizontal ruleUpload and insert imageInsert hyperlinkInsert email addressInsert codeInsert quoted textInsert listInsert Emoji
   
Message:

Forum code is on.
Html is off.

 
Check to subscribe to this topic.
   

T O P I C    R E V I E W
mtwombley Posted - Nov 20 2008 : 2:45:55 PM
The parameter for a set method of a property isn't understood by VA. No suggestion list appears when typing.

property float GammaCorrection
{
   float get() {return m_GammaCorrection;};
   void set(float gammaCorrection) 
   {
      if (m_GammaCorrection != gammaCorrection)
         ReloadPoints = true;
      m_GammaCorrection = gammaCorrection;
   };
}

In this code snip gammaCorrection is underlined.

Forgot to mention that this is in the header file with the class definition. Works fine once moved to the source file.

Once case=7806 is added then maybe this won't be an issue (shameless plug for feature).

Mark
1   L A T E S T    R E P L I E S    (Newest First)
accord Posted - Nov 22 2008 : 06:08:49 AM
I am seeing the same effect here. Thank you for the clear description.

case=6858

© 2023 Whole Tomato Software, LLC Go To Top Of Page
Snitz Forums 2000