AcEditorReactor::pickfirstModified() doesnot get notification
The AcEditorReactor::pickfirstModified() function doesnot get notification when entities are selected. I am adding my reactor CMyEditorReactor which is derived from AcEditorReactor in AcEditor. Below is the code
AddMyEditorReactor()
{
AcEditor *pIcEditor = acedEditor
if(pIcEditor )
{
pIcEditor->addReactor(objMyEditorReactor);
}
}
The objMyEditorReactor is already instantinaiated. Also the CMyEditorReactor::sysVarChange() function gets notification but not the AcEditorReactor::pickfirstModified() function.
Anybody has any idea.
0
Comments
-
Currently the AcEditorReactor::pickfirstModified() notification is not implemented, but a task is scheduled for this.
Please submit a Support Request to get notified when this is done.
0
This discussion has been closed.