
Thu, 02/04/2021 - 13:37
Forums:
Hi I am displaying many objects thorugh recursive iteration. I can acess the reading and transfering progress with Reader().WS(); but how about progress of displaying shapes using Display() them ? I am displaying them in a recursive method.
Is there a way to see the progress of displaying shapes?
Thu, 02/04/2021 - 14:18
If you are doing some jobs like iteration over objects, creation of presentation, displaying them in AIS_InteractiveContext, then you may extend this algorithm with a Message_ProgressIndicator API to draw user current progress.
Thu, 02/04/2021 - 15:21
We are already doing that in reading and transferring operations with Message_ProgressIndicator , but I cant implement it for displaying shapes
Mon, 02/08/2021 - 22:31
So, what exacly prevents implementing a progress indication withing your loop of objects?
Unclear documentation of Message_ProgressIndicator / Message_ProgressScope, lack of code samples?