Re: Backward incompatibility of System Mail API

2013-07-31 Thread Andrea Pescetti

On 30/07/2013 Bernard Marcelly wrote:

Hanya's page should be inserted or linked to in the official AOO 4.0
Release Notes.


Done, linked through
http://wiki.openoffice.org/wiki/Extensions/Extensions_and_Apache_OpenOffice_4.0
which is reachable from the Known Issues.

And thanks Hanya for providing this resource!

Regards,
  Andrea.

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



Re: Incompatible change for extensions

2013-07-31 Thread Mathias Röllig

Hi!

I must correct myself:

I wrote


But: It doesn't work for com.sun.star.frame.StartModule


With an other extension I saw, it works! So I searched for the problem.

For the first try to edit the Addons.xcu I have made a mistake and I 
inserted the new prop Title ... not at the right place. So AOO doesn't 
read the title information and created the Add-on 1 title.
But after I corrected my mistake I uninstalled and installed my 
extension many times, but the title stays at Add-on 1. The other 
modules that I doesn't started before shows the right name. That's why I 
was thinking that the title information doesn't work with the StartModule.


Now I find that the information about the title was stored in 
registrymodifications.xcu. I deleted the node ... with the title 
information manually - now it works as expected!


So the question and problem is: Why was the information about the (title 
of the) toolbar not deleted from registrymodifications after 
uninstalling the extension?



But my suggestion resides;


As stated in https://issues.apache.org/ooo/show_bug.cgi?id=121577#c2
Setting the toolbar title in Addons.xcu will take precedence over the
ModuleWindowState.xcu.

In my opinion the normal way is, that a special property overwrites
the default property. So, if only one module should have a different
title, there must be only this one ModuleWindowState.xcu.

Could this behaviour be changed?



Greetings, Mathias

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