To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=56351
------- Additional comments from [EMAIL PROTECTED] Mon Apr 23 14:34:32 +0000 2007 ------- It wasn't me or Duncan who did the UI, perhaps it was toc, really I can't remember after all this time. As for the config item "ShowBasic"=="false" it doesn't control the display of the document scripts/macros at all. Rather, this unfortunately named configuration item controls whether the scripting framework or the basic manager is used to get the scripts/macros, you can effectively turn the scripting framework off with this setting for the ui portions that are aware of this setting. So, setting the config item to true works but it also will ensure that it is not possible to assign scripts written in other languages to keyboard ( and other? ) events via the ui I am pretty sure the patch in issue 66752 will solve this problem, but I have already stated my reservations with this patch in the issue a) the code duplication b) the use of the document title to detect the current document ( I would guess 2 documents open with the same name will confuse this code badly ) - I have a vague recollection that this was something on a list to be redone differently but...... imo the patch it's better than nothing --------------------------------------------------------------------- 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]
