summaryrefslogtreecommitdiff
path: root/scripting/workben/bindings
diff options
context:
space:
mode:
authorneilm <neilm@openoffice.org>2003-03-06 16:37:07 +0000
committerneilm <neilm@openoffice.org>2003-03-06 16:37:07 +0000
commitfbc02068b66d269a1adda43e3d6d235b67b120b8 (patch)
treee0e0dfc571a6f7973f7b2494ad8f19498c3ee2ae /scripting/workben/bindings
parent52a4f826196468e65bb4aa87ccbd2592de8770a5 (diff)
Updated Help Binding to reflect changes for release 0.2
Diffstat (limited to 'scripting/workben/bindings')
-rw-r--r--scripting/workben/bindings/HelpBinding.xdl31
1 files changed, 23 insertions, 8 deletions
diff --git a/scripting/workben/bindings/HelpBinding.xdl b/scripting/workben/bindings/HelpBinding.xdl
index 47e61f76d343..fed11c32f974 100644
--- a/scripting/workben/bindings/HelpBinding.xdl
+++ b/scripting/workben/bindings/HelpBinding.xdl
@@ -1,15 +1,30 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE dlg:window PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "dialog.dtd">
-<dlg:window xmlns:dlg="http://openoffice.org/2000/dialog" xmlns:script="http://openoffice.org/2000/script" dlg:id="HelpBinding" dlg:left="100" dlg:top="130" dlg:width="198" dlg:height="151" dlg:closeable="true" dlg:moveable="true" dlg:title="Office Help - Help about the Assign Script (Java) Dialog">
+<dlg:window xmlns:dlg="http://openoffice.org/2000/dialog" xmlns:script="http://openoffice.org/2000/script" dlg:id="HelpBinding" dlg:left="100" dlg:top="8" dlg:width="213" dlg:height="357" dlg:closeable="true" dlg:moveable="true" dlg:title="Office Help - Help about the Assign Script Dialogs">
+ <dlg:styles>
+ <dlg:style dlg:style-id="0" dlg:text-color="0xff"/>
+ <dlg:style dlg:style-id="1" dlg:font-height="10"/>
+ <dlg:style dlg:style-id="2" dlg:font-height="10"/>
+ </dlg:styles>
<dlg:bulletinboard>
- <dlg:text dlg:id="Label2" dlg:tab-index="0" dlg:left="7" dlg:top="7" dlg:width="179" dlg:height="12" dlg:value="Integrated Help For Scripting Framework is not currently available." dlg:multiline="true"/>
- <dlg:text dlg:id="Label1" dlg:tab-index="1" dlg:left="11" dlg:top="32" dlg:width="168" dlg:height="17" dlg:value="Assign Script (Java) Dialog allows you to bind a script written in Java to a menu or key event in Office." dlg:multiline="true"/>
- <dlg:text dlg:id="Label3" dlg:tab-index="2" dlg:left="11" dlg:top="52" dlg:width="168" dlg:height="32" dlg:value="For menu bindings select the script function, type in your new menu label, choose the menu to insert after and click OK. To delete an existing binding select the menu item and click Delete." dlg:multiline="true"/>
- <dlg:titledbox dlg:id="FrameControl1" dlg:tab-index="3" dlg:left="5" dlg:top="28" dlg:width="182" dlg:height="99"/>
- <dlg:text dlg:id="Label4" dlg:tab-index="4" dlg:left="11" dlg:top="86" dlg:width="169" dlg:height="25" dlg:value="For key bindings select the script function, choose an available key combination and click OK. To delete an existing binding select the key combination and click Delete." dlg:multiline="true"/>
- <dlg:text dlg:id="Label5" dlg:tab-index="5" dlg:left="11" dlg:top="114" dlg:width="169" dlg:height="9" dlg:value="Office must be restarted for the changes to take effect" dlg:multiline="true"/>
- <dlg:button dlg:id="HelpOKButton" dlg:tab-index="6" dlg:left="144" dlg:top="132" dlg:width="36" dlg:height="13" dlg:value="OK">
+ <dlg:text dlg:id="Label2" dlg:tab-index="0" dlg:left="14" dlg:top="6" dlg:width="179" dlg:height="12" dlg:value="Integrated Help For Scripting Framework is not currently available." dlg:multiline="true"/>
+ <dlg:text dlg:id="Label1" dlg:tab-index="1" dlg:left="15" dlg:top="24" dlg:width="183" dlg:height="25" dlg:value="The Assign Script Dialogs (for Menus, Keys and Events) allow you to bind a script written in a supported language (currently Java and BeanShell) to a menu, key or event in Office." dlg:multiline="true"/>
+ <dlg:text dlg:id="Label3" dlg:tab-index="2" dlg:left="14" dlg:top="65" dlg:width="185" dlg:height="27" dlg:value="The location combo box will be populated with User, Share or Document. The default value will be User which will display all scripts (with the selected language type) in the User area.&#x0a;" dlg:multiline="true"/>
+ <dlg:titledbox dlg:id="FrameControl1" dlg:tab-index="3" dlg:left="9" dlg:top="20" dlg:width="196" dlg:height="316"/>
+ <dlg:text dlg:id="Label4" dlg:tab-index="4" dlg:left="14" dlg:top="92" dlg:width="185" dlg:height="18" dlg:value="The language combo box is populated with the languages of those scripts in those areas filtered by the Location combobox." dlg:multiline="true"/>
+ <dlg:button dlg:id="HelpOKButton" dlg:tab-index="5" dlg:left="165" dlg:top="340" dlg:width="36" dlg:height="13" dlg:value="OK">
<script:event script:event-name="on-performaction" script:location="application" script:macro-name="ScriptBindingLibrary.ScriptBinding.HelpOKButton" script:language="StarBasic"/>
</dlg:button>
+ <dlg:text dlg:id="Label5" dlg:tab-index="6" dlg:left="14" dlg:top="113" dlg:width="185" dlg:height="36" dlg:value="In the Script combo box the script logicalname will always be displayed, if two or more scripts have the same logicalname (or if the Detailed View check box is selected) the script will be displayed as follows: logicalname [functionname]" dlg:multiline="true"/>
+ <dlg:text dlg:id="Label6" dlg:tab-index="7" dlg:left="14" dlg:top="318" dlg:width="185" dlg:height="8" dlg:value="For further information see the User Guide at:" dlg:multiline="true"/>
+ <dlg:text dlg:style-id="0" dlg:id="Label7" dlg:tab-index="8" dlg:left="14" dlg:top="325" dlg:width="185" dlg:height="9" dlg:value="http://framework.openoffice.org/scripting/user-guide.html" dlg:multiline="true"/>
+ <dlg:text dlg:style-id="1" dlg:id="Label8" dlg:tab-index="9" dlg:left="14" dlg:top="53" dlg:width="185" dlg:height="13" dlg:value="Information common to all dialogs" dlg:multiline="true"/>
+ <dlg:text dlg:style-id="2" dlg:id="Label9" dlg:tab-index="10" dlg:left="14" dlg:top="178" dlg:width="185" dlg:height="13" dlg:value="Assign Script to Menu Dialog" dlg:multiline="true"/>
+ <dlg:text dlg:style-id="2" dlg:id="Label10" dlg:tab-index="11" dlg:left="14" dlg:top="225" dlg:width="185" dlg:height="13" dlg:value="Assign Script to Key Dialog" dlg:multiline="true"/>
+ <dlg:text dlg:style-id="2" dlg:id="Label11" dlg:tab-index="12" dlg:left="14" dlg:top="265" dlg:width="185" dlg:height="14" dlg:value="Assign Script to Event Dialog" dlg:multiline="true"/>
+ <dlg:text dlg:id="Label12" dlg:tab-index="13" dlg:left="14" dlg:top="190" dlg:width="185" dlg:height="34" dlg:value="To assign, select the Top-Level menu and Sub-Menu under which you wish to add the new binding. Enter the new Menu name and click New. To delete, select the Menu to which the script is assigned and click Delete." dlg:multiline="true"/>
+ <dlg:text dlg:id="Label13" dlg:tab-index="14" dlg:left="14" dlg:top="238" dlg:width="185" dlg:height="27" dlg:value="To assign, select the Key group and the Shortcut key, then click Assign. To delete, select the Shortcut to which the script is assigned and click Delete." dlg:multiline="true"/>
+ <dlg:text dlg:id="Label14" dlg:tab-index="15" dlg:left="14" dlg:top="278" dlg:width="185" dlg:height="32" dlg:value="Scripts can be assigned to application wide events or to the current document by selecting the appropriate radio button. To assign, select the Event then click Assign. To delete, select the Event to which the script is assigned and click Delete." dlg:multiline="true"/>
+ <dlg:text dlg:id="Label16" dlg:tab-index="16" dlg:left="14" dlg:top="146" dlg:width="185" dlg:height="25" dlg:value="To assign a script, first you must select the script from the Script combo box, then follow the appropriate instructions below. Changes will only be commited after you have clicked the OK button" dlg:multiline="true"/>
</dlg:bulletinboard>
</dlg:window> \ No newline at end of file