Hello all, After quite some reading and experimenting, I have figured out how to catch events on an OpenOffice Writer document using an XDocumentEventBroadcaster/XDocumentEventListener pair (I am using Java/NetBeans on Windows with the OpenOffice.org Dev 3.4 version), but the events I am notified of are not the ones I am interested in (I most frequently see 'OnLayoutFinished', but I do not think it is of use to me).
I see in the API documentation several events that I want to catch, but I cannot figure out how. I think I need to find some sub-object within the document and add an event listener to it - but cannot figure out how to do this (or maybe I am on the wrong track). Can someone please help point me to how to catch the following events?: OnAlphaCharInput, OnInsertStart, OnInsertDone, OnNonAlphaCharInput Regards, John Gillanders -- ----------------------------------------------------------------- To unsubscribe send email to [email protected] For additional commands send email to [email protected] with Subject: help
