Knut Olav Bøhmer wrote:
On 10/25/06, Carsten Driesner <[EMAIL PROTECTED]> wrote:
> I'm not sure what you mean by reproduce the problem with Basic URL. I
don't
> understand how to add an image to the toolbar I created through the API
(I
> use StarBasic). So the problem is the documentation (maybe).
Hi Knut,
I am sorry but I understood that you have the same problem Kami
reported. He used a Basic macro URL which references an image he added
to the images.zip file. Although he used the correct name for the image,
the toolbar doesn't use/find the image.
If you think that the documentation should be more precise on how to
bind images to commands, then you can write me a bug.
Hi Knut,
Is this ok?
http://www.openoffice.org/issues/show_bug.cgi?id=70879
Yes, it's ok.
If someone tells me what the icon name should be, I'll try to reproduce the
problem, or find a solution :)
There is no solution as the image manager has a bug which prevents it to
create a correct image name. It has to escape some characters to be
valid filenames in all file systems. Currently your URL:
vnd.sun.star.script:App.Arkiver.Main?language=Basic&location=application
is converted to the non-valid file name:
"app.arkiver.main?language=basic&location=application.png"
At least NTFS and FAT/FAT32 don't allow '?' in a file name. I will use
i70931 to fix the problems with vnd.sun.star.script, too.
Regards,
Carsten
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]