[EMAIL PROTECTED] wrote: > Sorry I wasn't clear. By "viewing" I mean simply that the user can see the > chart on the screen. But I don't want the user to see or have access to > the underlying data, nor should the user see that office is running. The > chart needs to just look like part of the application's user interface. > I've posted this on the dev list as well. Thanks to you and Anthony for > that advice.
In general it is possible to embed an OOo document in the way you want. OOo itself f.e. embeds document views in that way for the preview in the "New from templates" dialog. The problem with charts is that regularly you can use them only "inplace" in a calc document container, not in a standalone window. So without some hacking around the restrictions you can't do it with charts. Besides that the feasibility of your idea greatly depends on the programming language you want to use. 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]
