Issue 11994

Summary: top level menu window in assign script to menu should be read only
Product: General Reporter: robert.kinsella
Component: scriptingAssignee: Unknown <non-migrated>
Status: CLOSED NOT_AN_OOO_ISSUE QA Contact: issues@framework <issues>
Severity: Trivial    
Priority: P4 CC: issues
Version: 644   
Target Milestone: OOo 2.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Latest Confirmation in: ---
Developer Difficulty: ---
Issue Depends on:    
Issue Blocks: 12906    

Description robert.kinsella 2003-03-03 15:00:31 UTC
SFrameworkInstall.jar.27.02.2003

Select Tools, scripting add on's, assign script to menu

Enter some text in the top level menu, e.g macros
Select a script e.g. HighlightText.showForm, and enter some text in the assign
script to new menu box e.g. highlight.

Select New- result error reported Inadmissible value or data type, index out of
defined range. 

If the toplevel menu box was read only the user would be unable to produce this
error. 

The location and language drop down menu lists should also be made read only.
Comment 1 robert.kinsella 2003-03-03 15:30:38 UTC
Also the drop down list boxes in the assign script to event and assign
script to key should be read only
Comment 2 Unknown 2003-03-04 07:32:33 UTC
Due to limitations in Star Basic this cannot be fixed. Making it non
editable causes other selection problems in the Star Basic code.

These dialogs will be completely reimplemented when we integrate the
Scripting Framework with Star Basic.
Comment 3 Unknown 2003-03-04 07:34:37 UTC
requires_documentation

Release not the fact that the top level menus are editable and this
will not be fixed until a later release
Comment 4 noel.power 2004-01-07 10:31:20 UTC
This issue is no longer relevant, it refers to missing functionality in the
early releases of the scripting framework when menu assignments were done
manually by modifying the configuration files. As a result of integration into
the office source the scripting framework now uses the same code as starbasic to
modify the configuration for menu items under tools/configure and the desired
functionlity has being inherited by virtue of this integration.