Edited...

Johnny Andersson wrote:
Tools->Macros->Run Macros… takes a long time to load...

Tools->Macros->Organize Macros…->OpenOffice.org Basic is very fast
Without looking at the code, let me mention that these do very different things. Consider what appears to occur

Tools->Macros->Run Macros

Displays a dialog that has already loaded EVERY available library/module/macro. This takes a long time because every library and module must be loaded and checked so that the contained macros can be displayed.

Tools->Macros->Organize Macros…->OpenOffice.org Basic

Does not load any library that is not already loaded. You can choose to select any library and load it to see what it contains, but no effort is performed to inspect the libraries before the GUI is displayed. This is very fast because nothing must be loaded before the results are displayed.

If Tools->Macros->Run Macros "lazy loaded" libraries, then it would like run as fast.

--
Andrew Pitonyak
My Macro Document: http://www.pitonyak.org/AndrewMacro.odt
My Book: http://www.hentzenwerke.com/catalog/oome.htm
Info:  http://www.pitonyak.org/oo.php
See Also: http://documentation.openoffice.org/HOW_TO/index.html

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to