Question
FDK 7.1/FrameMaker 7.1 F_ApiDelete
Hello.
I thing we have found a bug in FDK7.1 or FrameMaker 7.1.
We have a table cell in which there is a lot of Markers and Graphics anchors.
See this:
TC
|-Marker
|-Graph
|-Graph
|-Marker
.
.
.
There is aproximatelly 10 Marker element and 20 Graph elements.
Now we programattically delete all Graph element. So we use recurisve function to get all Graph element and than call on each:
F_ApiDelete(docId, elemId).
But suprised some Marker elements where deletes also.
It looks like there is a problem with elements, that are only one byte textranges.
Than we have replaced F_ApiDelete with F_ApiDeleteText and it worked.
So problem is not in our algorithm but in F_ApiDelete function.
Maybe problem is caused by invalid structure, because Graph,Marker elements are not allowed in structure.
Is this know bug?
Regards Peter
I thing we have found a bug in FDK7.1 or FrameMaker 7.1.
We have a table cell in which there is a lot of Markers and Graphics anchors.
See this:
TC
|-Marker
|-Graph
|-Graph
|-Marker
.
.
.
There is aproximatelly 10 Marker element and 20 Graph elements.
Now we programattically delete all Graph element. So we use recurisve function to get all Graph element and than call on each:
F_ApiDelete(docId, elemId).
But suprised some Marker elements where deletes also.
It looks like there is a problem with elements, that are only one byte textranges.
Than we have replaced F_ApiDelete with F_ApiDeleteText and it worked.
So problem is not in our algorithm but in F_ApiDelete function.
Maybe problem is caused by invalid structure, because Graph,Marker elements are not allowed in structure.
Is this know bug?
Regards Peter
