You can force the graphics update inserting the following lines in the code:
actrTransactionManager->flushGraphics();
acedUpdateDisplay();
In the case where you use transactions to open entities and you have transaction(s) started, you then need to also call:
actrTransactionManager->queueForGraphicsFlush();
before calling the preceding functions.