Issue 29495

Summary: Scripting Framework changes
Product: documentation Reporter: duncan.foster
Component: ManualsAssignee: yvonne.jacoby
Status: CLOSED FIXED QA Contact: issues@documentation <issues>
Severity: Trivial    
Priority: P3 CC: issues
Version: current   
Target Milestone: OOo 2.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Latest Confirmation in: ---
Developer Difficulty: ---
Attachments:
Description Flags
ScriptingFramework chapter none

Description duncan.foster 2004-05-25 16:49:32 UTC
The Scripting framework described in:
http://specs.openoffice.org/scripting_framework/ScriptingFrameworkSpecification.sxw

and the UI changes described in:
http://specs.openoffice.org/scripting_framework/ScriptOrganizerSpecification.sxw
http://specs.openoffice.org/scripting_framework/MacroSelectorSpecification.sxw

and implmented in in the scriptingf4 CWS , were integrated into milestone m40.
These changes will have an impact on both the Users' & Developers' guides.
Comment 1 yvonne.jacoby 2004-05-26 08:45:08 UTC
YJ: will make changes in the corresponding documentation
Comment 2 noel.power 2004-08-27 10:18:24 UTC
Created attachment 17381 [details]
ScriptingFramework chapter
Comment 3 noel.power 2004-08-27 10:27:29 UTC
Attached chapter for Scripting Framework
Comment 4 noel.power 2004-08-27 11:04:57 UTC
*** Issue 31908 has been marked as a duplicate of this issue. ***
Comment 5 noel.power 2004-08-27 13:48:04 UTC
*** Issue 28524 has been marked as a duplicate of this issue. ***
Comment 6 duncan.foster 2004-09-10 14:17:56 UTC
Illustration 1.1 should be redone. The string "Organize Macros..." is incorrrect
and has been replace with "Organize Macros" (no ellipsis).
Comment 7 duncan.foster 2004-09-15 09:55:06 UTC
Error in section 1.3.1:
In the first code example in this section (hello world in BeanShell), the first
line after the imports should read
oDoc = XSCRIPTCONTEXT.getDocument();

as per the correct documentation in section 1.3.2
Comment 8 duncan.foster 2004-09-16 15:21:23 UTC
Error in 1.6.3. Line after the table
"Constants of [IDL:com.sun.star.script.browse.BrowseNodeTypes]"
that reads
"The objects implementing XBrowseNodes can must also implement
[com.sun.star.beans.XPropertySet]."
should read
"The objects implementing XBrowseNodes must also implement
[com.sun.star.beans.XPropertySet]."
Comment 9 yvonne.jacoby 2004-10-15 12:11:48 UTC
YJ: edited and incorporated into guide. Added also some index entries
Comment 10 tomaisoc 2004-11-09 16:00:34 UTC
Here are instructions for grabbing the screenshots in this chapter

Illustration 1.1: Tools/Macro submenu

- Open the Tools/Macros submenu

Illustration 1.2: Macro Selector dialog

- Click Tools/Macros/Run Macro...

Illustration 1.3: BeanShell Organizer

- Click Tools/Macros/Organize Macros/BeanShell...

Illustration 1.4: BeanShell Editor

- Click Tools/Macros/Organize Macros/BeanShell...
- In the BeanShell Macros dialog expand the StarOffice Macros item
- Expand the HelloWorld item
- Select the helloworld.bsh item and click the Edit button
- The BeanShell Editor should open

Illustration 1.5: JavaScript Debugger

- Click Tools/Macros/Organize Macros/JavaScript...
- In the JavaScript Macros dialog expand the StarOffice Macros item
- Expand the HelloWorld item
- Select the helloworld.js item and click the Edit button
- The JavaScript Debugger should open

Illustration 1.6: JavaScript Debugger with Stack and Watch tabs displayed

- Follow the instructions for Illustration 1.5 to open the JavaScript Debugger
- At the bottom of the JavaScript Debugger click the small up arrow to
  open the Stack and Watch tabs
Comment 11 yvonne.jacoby 2004-11-11 13:04:30 UTC
YJ: verified, closing issue