08-08-2008, 17:19
|
GregR

Joined on 05-31-2006
In House
Posts 1,816
|
|
|
This is normal behavior. The FindZones method will initially have them "in order" because it searches for zones from top left to bottom right. Zones are simply ordered in the order that they are added to the engine.
If you want to ensure that they are in a specific order, you will have to create a temporary copy of all your zones, remove the zones from the engine, and then add them back into the engine in the order you prefer.
Greg Ross LEADTOOLS Technical Support
|
|
|
|
|
Report
|
|
|
|