Hi,
I have a dynamic Livecycle form, which I use javascript functions (from the Acrobat javascript API) to add and update bookmarks.
i.e. myDoc.bookmarkRoot.createChild(
This all works fine in Acrobat Pro, however this form is Reader extended for use with Acrobat Reader.
Once the document is extended, the same calls to Bookmark objects generate a security error
e.g.
NotAllowedError: Security settings prevent access to this property or method.
Bookmark.remove:3:XFA:mainOb[0]:sfItemsInspected[0]:sfItemInspected[0]:sfItemInspectedSec1[0]:txtItemDescriptor[0]:exit
What the??? I thought that Reader extending the document was going to ALLOW me to use all those Pro functions in Reader. Did Adobe forget to enable bookmarks??
George