Daniel Beck <[EMAIL PROTECTED]> writes: > Bernhard Haumacher wrote: > >>Is it possible to write a Java component, that is responsible for >>painting (and getting events for) some area of a document. E.g. a >>(hypothetical) component that displays a geometric construction >>(almost like an image) but is able to respond to user input to make >>the construction interactive? >> > > Yes, that is exactely my problem :). Can someone help us ? > Hi Daniel, Bernhard,
that's of course possible - write a plugin implementing the infamous Netscape plugin interface. This plugin needs to be installed (possibly into the standard browser and separate from OOo), and then AFAIK displays certain URLs within OOo, like Flash movies - with the plugin having full control over its own window area, and receiving its own input events. HTH, -- Thorsten If you're not failing some of the time, you're not trying hard enough. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
