Reg acedEditMTextInteractive is not working in BricsCAD V14.2

 Dear Sir,

Have a Good Day!

Please note that the acedEditMTextInteractive function working in the BricsCAD V13. But it does not work in the BricsCAD V14.
The following code shown the MText editor in the BricsCAD V13. But the same code does not works in the BricsCAD V14.
Please clarify that how to show the MText editor as like as BricsCAD V13 in BricsCAD V14
AcDbMText *pMText = new AcDbMText();
pMText->setContents(_T(""));
AcDbObjectId idObj;
AppendToDatabase(idObj, pMText);
pMText->close(); 
if(acdbOpenObject(pMText,idObj,AcDb::kForWrite) != Acad::eOk)
return;
int res = acedEditMTextInteractive(pMText , false , false );
pMText->close();

Regards,
T.Selvakkani

Comments

  • Hello,
    this BricsCAD user forum is for user-to-user communication.
    To report a bug to the Bricsys development team please file a support request.
    Kind regards.
This discussion has been closed.