Hi Christian, 2005/10/27, Christian Junker <[EMAIL PROTECTED]>: > I tested all the small examples on Mac OS X with OOo 2.0 using > Starbasic and I can only reproduce "Bug 1" (it's probably not a bug > here).
Bug 2: That's also my experience using Starbasic. In Starbasic the insertDocumentFromURL throws an corresponding exception *immediately* (a dialogbox with the error message pops up). It's the different behaviour in Java that makes me wonder. The way basic bahaves lets me come to the following guess: 1) the problem is NOT a problem of system timeouts. 2) is it possible that there is a kind of default behaviour that tries to create a message-box even with java? The message-box can't be shown because of a missing parent frame but is still there and modal so it blocks the rest of the application? I also tried to provide a different InteractionHandler in the MediaDescriptor props, but (that's the reason why I wrote the Bug 1-example) it seems that insertDocumentFromURL throws an IllegalArgumentException everytime the MediaDescriptor is not empty. best regards, Christoph --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
