Hi,
I am facing problems while parsing PDE Layer objects acording to their postion. The problem is that neither PDEElementGetMatrix nor PDEElementGetBBox is
giving exact co-ordinate of the objects for objects which are present inside a form or container.
Till some extent Exact matrix value I could achive in this way,
Exact value of Matrix.h = matrix.h (obtained by PDEElementGetMatrix) + formContainerMatrix.h (matrix.h of form and containers hiriarchially containing the object)
Exact value of Matrix.h = matrix.v (obtained by PDEElementGetMatrix) + formContainerMatrix.h (matrix.v of form and containers hiriarchially containing the object)
But there are certain cases where I see
Exact value of Matrix.h = formContainerMatrix.h (matrix.h of form and containers hiriarchially containing the object)
Exact value of Matrix.h = formContainerMatrix.h (matrix.v of form and containers hiriarchially containing the object)
So can anyone please let me know how to know in which situation former rule is applicable and in which situation later rule is applied.
or
Simply if any one can let me know, how to get the exact position of an object in PDELayer ..?
Thank you
Saffiuddin Sheikh