Hi Andreas,

Message de Andreas Bregas  date 2009-01-26 10:02 :
Setting width and height of an image  is ignored. The image stays at the
same dimensions. Tested with a jpg and a wmf image, with different
dimension units.
Is it a bug in the extension system or in the OpenOffice help system ?

this should be easy to test by modifying a OpenOffice help
page with images to also use width and height. I doubt that
this problem is limited to extension help because the same
xsl transformation is used in both cases to convert xhp
format to html format that finally is displayed.

As a user I only have compiled Openoffice help. I can't re-compile it.

If I use an image from OOo resources (e.g. of the page "Rotating Objects") I get exactly the same screen dimensions as in the original help page, whatever dimensions I use. So probably it is no longer used. And help writers painstakingly set dimensions which are not necessary.


The <caption> tag is ignored by extension help. Not a big limitation,
though.

It's the same here, there's no different mechanism for help
in extension, only the path to the files differ. Are you sure
that this is a extension help only problem? Could you provide
a sample showing how this works correctly in OOo help and
fails for extension help?

I used OpenGrok search tool to scan all xhp files of DEV300m39. The <caption> tag is never used ... No wonder it does not work.


On the other hand it's also no option to store images in lan-
guage independent folders in general as images of course also
*can* be language dependent, e.g. screen shots.

In fact, for clarity each language-dependent image will probably have a slightly different filename, so they can all be stored in the same folder. I will use the /../ trick to simplify a lot my Extension Compiler :-)

Regards
  Bernard


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@framework.openoffice.org
For additional commands, e-mail: dev-h...@framework.openoffice.org

Reply via email to