08-08-2015, 08:10 AM
Cannot search only in visible part, unless the web browser marks other objects as invisible, then uncheck +visible.
Cannot search in a specified rectangle, but can search in another (parent) accessible object.
Acc aParent.Find(...)
Acc a.Find(aParent.a ...)
Actually searching in visible part or rectangle is possible with a callback function that gets object location and compares with the rectangle, but it makes slower.
Cannot search in a specified rectangle, but can search in another (parent) accessible object.
Acc aParent.Find(...)
Acc a.Find(aParent.a ...)
Actually searching in visible part or rectangle is possible with a callback function that gets object location and compares with the rectangle, but it makes slower.
