Issue 11994 - top level menu window in assign script to menu should be read only
Summary: top level menu window in assign script to menu should be read only
Status: CLOSED NOT_AN_OOO_ISSUE
Alias: None
Product: General
Classification: Code
Component: scripting (show other issues)
Version: 644
Hardware: All All
: P4 Trivial (vote)
Target Milestone: OOo 2.0
Assignee: Unknown
QA Contact: issues@framework
URL:
Keywords:
Depends on:
Blocks: 12906
  Show dependency tree
 
Reported: 2003-03-03 15:00 UTC by robert.kinsella
Modified: 2004-01-07 10:31 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
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.