Palisoc Micah Justin wrote: > Sir/Mam, I am Micah Justin O. Palisoc, a member of > a thesis group called PanPam here in De La Salle > University Manila, Philippines. We are trying to > develop a grammar checker for our own language, > Filipino. Our thesis adviser recommended your > software, open office, because we could create a plug > in that will seamlessly be part of your software.
In case you are interested in grammar checking please let me point you to the [email protected] mailing list where the creation and implementation of an API for this is discussed. Currently we don't have an API for grammar checking but we hope we will have one soon. It would be nice to have somebody on the list who has some ideas about or experience with grammar checking in a language that might be completely different than the ones we are discussing currently. > We have already downloaded your SDK and Developer's > guide but unfortunately we are having difficulty > understanding it and so we cant even make a simple > plugin. > > We were hoping that maybe you could give us a > simple guide on how to make a simple plugin for Open > Office writer, programmed using java. And then > hopefully from there we could catch up using the > developer's guide. We are really hoping for your > assistance. Thank you very much in advance and more > power to you guys. Well, you could take the Calculator example in the java examples of the SDK. It's a start and uses the basic mechnisms to integrate Java code into OOo. Together with a debugger and the documentation in the DevGuide you can try to understand what is going on in the code. If you have questions concerning Add-On development please use the [email protected] mailing list. In case you do this please consider to subscribe to this list because in most cases replies to your mails go to the list only and so you might miss them. Best regards, Mathias -- Mathias Bauer - OpenOffice.org Application Framework Project Lead Please reply to the list only, [EMAIL PROTECTED] is a spam sink. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
