To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=92926
------- Additional comments from [email protected] Thu Feb 17 17:52:03 +0000 2011 ------- Stephan, thank you *very much* for tackling this! Changed the code to use SwingUtilities.invokeLater() instead of synchroneously calling "initUI()" in the classes (originally copied from the bash scripting framework implementation, if my memory serves well, just creating an oorexx-directory and adapting the Java code copied from bash to ooRexx accordingly): com.sun.star.script.framework.provider.oorexx.PlainSourceView.java com.sun.star.script.framework.provider.oorexx.ScriptEditorForooRexx.java Tested the code under Windows (the Tools -> Macros -> ... -> Edit is still functional ;) ). Unfortunately, the editor does still not show up on MacOSX. (The scripts execute, it is possible to create a new script from the supplied template.) The Mac logs (using the Console.app) does not show any messages from OOo nor from Java (enabling tracing and logging using the Java Preference utility in Application/Utilities), so I am not sure how to get at that information. Is it possible to activate tracing/debugging from the release version of OOo 3.3 for MacOSX somehow to become able to learn more about what happens in detail? --------------------------------------------------------------------- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
