On Sun, Feb 11, 2007 at 03:01:02PM +0100, Alessandro Zummo wrote: > On Sun, 11 Feb 2007 14:44:09 +0100 > Christian Lohmaier <[EMAIL PROTECTED]> wrote: > > > > I guess this would work, but would also require having a web server > > > to generate the image. looks ugly ;( > > > > I think you misunderstool the URL-part. That doesn't mean that you need > > a webserver. OOo uses URLs for "everything", a local file is > > file:///tmp/somedir/some.file on linux for example (or > > file:///c:/tmp/somfile.txt on windows) > > ok, but the barcode is supposed to change > based on the contents of a cell, how can > you do that with a file based image?
Huh? What other images are there than "file based" ones? > If you use a webserver you can maybe add > the code to the url and have a cgi generate > it, but you can't with a file url. You still didn't understand what the codesnippets does. It uses a temporary file and inserts it into the document, so that you can remove the temporary file afterwards. Even for internal (embedded) images, there are URLs (special ones that point into the document-container). If you need to update the barcode, you just delete the old one and embed the new one... ciao Christian -- NP: nichts --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
