User (Legacy) Posted August 8, 2002 Report Posted August 8, 2002 Hi, I am using Cfx4032.dll from C++ using #import. 1) When I tried to switch generating the PaintMarker events on (by adding the CT_PAINTMARKER flag), I could not find the the interface to the Type property. Instead, I did find the TypeMask general property. Looking at the ChartFX_API.chm documentation (version 9.7.2002), I did find both of the properties documented. It seems that the content of both documentation pages is very similar (but for example CT_PAINTMARKER constant is negative for TypeMask and positive for Type property). Is the TypeMask property the newer replacement of the Type property? 2) When looking into Cfx4032.tli (generated as the result of #import), I did find the interface methods for TypeProp property: long IChartFX::GetTypeProp ( short nGallery ) void IChartFX::PutTypeProp ( short nGallery, long pVal ) I did not find the property documented. Could you explain the purpose of the property? Is it only experimental or can it be used? Thanks for your answer, Petr -- Petr Prikryl (prikrylp at skil dot cz)
Software FX Posted August 8, 2002 Report Posted August 8, 2002 Type is OBSOLETE, TypeMask is the new name. -- FP Software FX, Inc.
User (Legacy) Posted August 9, 2002 Author Report Posted August 9, 2002 When looking into Cfx4032.tli (generated as the result of #import [in VC++ 6] of Cfx4032.dll -- version 5.0), I did find the interface methods for TypeProp property: long IChartFX::GetTypeProp ( short nGallery ) void IChartFX::PutTypeProp ( short nGallery, long pVal ) I did not find the property documented. Could you explain the purpose of the property? Is it only experimental or can it be used? Thanks for your answer, Petr -- Petr Prikryl (prikrylp at skil dot cz)
Software FX Posted August 9, 2002 Report Posted August 9, 2002 This property is not to be used, it is used by some of our extensions, it was intentionally left undocumented. Do not use it. -- FP Software FX, Inc.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.