David Dankwerth wrote: > I have implemented Mathias's suggestion, and as long as i did : > args[ 1 ].Name = "Interactionhandler"; > nothing happened > now that i am doing > args[ 1 ].Name = "InteractionHandler"; > well, still nothing happens however, the client is still waiting for the > return of the method call > Object o = officeComponentLoader.loadComponentFromURL(url, "_blank", > 0, args); > > however , on the server side (where openoffice is running) , oo stopped > responding, > nothing pops up and it seems to die, the only way to stop it is via the > task manager.
Sorry for the confusion with the lowercase 'h', "InteractionHandler" is of course correct. Do you have a display connected to your remote office? Obviously a dialog pops up there and waits for operation, exactly as I would expect an interaction handler to do. Best regards, Mathias -- Mathias Bauer - OpenOffice.org Application Framework Project Lead Please reply to the list only, [EMAIL PROTECTED] is a spam sink. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
