To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=65585
------- Additional comments from [EMAIL PROTECTED] Tue Aug 8 04:59:50 -0700 2006 ------- The attached document illustrates how to attach an arbitrary XGraphic to an image control. It will work when this issue here has been fixed. A property "Graphic" is introduced at the image control (and all other controls currently supporting the ImageURL property). It can be set to an XGraphic as obtained from a GraphicProvider (http://api.openoffice.org/docs/common/ref/com/sun/star/graphic/XGraphicProvider.html). This provider is able to load graphics from files (this is what the sample document does), or from arbitrary input streams (see http://api.openoffice.org/docs/common/ref/com/sun/star/graphic/MediaProperties.html#InputStream). So, finally, this should be a really comprehensive solution ... --------------------------------------------------------------------- Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
