To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=49393 Issue #:|49393 Summary:|Documentation Error: 18.6.1 Scripting Framework URI |Specification (...uno_packages, not uno_package) Component:|framework Version:|current Platform:|All URL:| OS/Version:|All Status:|UNCONFIRMED Status whiteboard:| Keywords:| Resolution:| Issue type:|DEFECT Priority:|P3 Subcomponent:|scripting Assigned to:|npower Reported by:|clutz
------- Additional comments from [EMAIL PROTECTED] Tue May 17 07:21:56 -0700 2005 ------- In the Developers Guide for OOo 2.0, chapter 18.6.1, Scripting Framework URI Specification, Page 1067, the following structure for URLs is documented: vnd.sun.star.script:MACROREF?language=TheLanguage&location=[user:uno_package/packageName|share:uno_package/packageName] There is a mistake which took me much time to find: "...uno_package..." should be "...uno_packages..." (note the subsequent "s") The correct specification is: vnd.sun.star.script:MACROREF?language=TheLanguage&location=[user:uno_packages/packageName|share:uno_packages/packageName] please also fix the example: vnd.sun.star.script:Library1.myMacro.js?language=JavaScript&location=share:uno_package/myUnoPkg.uno.pkg which should be: vnd.sun.star.script:Library1.myMacro.js?language=JavaScript&location=share:uno_packages/myUnoPkg.uno.pkg in the singular-Version of uno_package(s), one gets a error message: Library Library1 not found when trying to invoke the macro! --------------------------------------------------------------------- Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
