10-25-2018, 05:55 PM
Finding accessible objects often is slow. In this case, a.Find time 50-100 ms is normal.
The first thing what you can do is wait longer, for example 1 s instead of 0.1.
Next, try to make a.Find faster. Try "Reverse" flag. Try to split into two: at first find the parent OUTLINE object (if possible, before the rep loop), then find the OUTLINEITEM in it.
The first thing what you can do is wait longer, for example 1 s instead of 0.1.
Next, try to make a.Find faster. Try "Reverse" flag. Try to split into two: at first find the parent OUTLINE object (if possible, before the rep loop), then find the OUTLINEITEM in it.