Hi there, would it be in principle possible to have dispatched scripts each execute on a separate Java thread using the scripting framework's ScriptProvider (actually its implementation com.sun.star.script.provider.XScript along the lines of the OOo BeanShell implementation) or can there be problems foreseen with such an approach ?
The invoking Java thread (the thread on which the script provider runs/got invoked) would wait() upon termination of the script executing on a separate Java thread, before proceeding. TIA, ---rony --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
