Login Page - Create Account

Support Board


Date/Time: Fri, 16 May 2025 02:07:02 +0000



Post From: Slow loading Study that retrieves an external subgraph array

[2024-06-06 21:17:29]
ycomp - Posts: 323
ok i figured it out.. the problem was that I was drawing text.. sc.AddAndManageSingleTextDrawingForStudy

this is ok with autoloop on

but autoloop 0 with a for loop, it hangs sierra at least for me.

so I do this in the for loop and it is fast now

if (BarIndex < sc.ArraySize-1) continue;

// text drawing stuff below