Hi Jo, Alle 23:20, martedì 6 giugno 2006, Jo ha scritto: [...] > I'm working in OOo Basic. My personal preference goes to Python, since > it's very clean and understandable, but since all the examples and > available information exists in OOo Basic, I chose to use that. Where > can I find examples of existing code? I'm sure that that would help a lot.
An example of UNO package written in StarBasic and that is built following the latest specification (with META-INF/manifest.xml) is the latest version of SnippetCreator, a tool of the codesnippet-repository project http://codesnippets.services.openoffice.org/ other useful resources: This article from Robert Vojta: "UNO COMPONENT IN PYTHON LANGUAGE" http://blog.vojta.name/archives/2005/06/02/T11_51_04/ You can find some UNO packages in both Python and StarBasic here: http://www.paolo-mantovani.org/ Laurent Godard has several UNO packages (Python/StarBasic) here: http://www.indesko.com/ Another place to get packages is: http://www.ooomacros.org/ (but many of the available macros are not deployed as UNO packages) Thessalonica by Alexej Kryukov (Java/Python). I have learned a lot from it http://www.thessalonica.org.ru/en/ Kohei Yoshida's web site is full of useful information and examples (C++) http://kohei.us/index.html HTH Paolo Mantovani --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
