Re: [api-dev] OfficeToolbar titlebar?

2006-05-15 Thread Laurent Godard
Hi Carsten Thanks for your response The title settings will be ignored as older version use a different resource URL schema for add-on toolbars. Therefore no problem with an older 2.0.x version. yes, this was obvious, but i wanted a confirmation to make things clear thanks Laurent -- La

Re: [api-dev] OfficeToolbar titlebar?

2006-05-15 Thread Carsten Driesner - Sun Germany - ham02 - Hamburg - Software Engineer
Laurent Godard wrote On 05/14/06 10:36,: Hi Carsten The latest developer build SRC680m168 (pre OOo 2.0.3) now supports to set the add-on toolbar title (see also announcement on "openoffice.interface-announce"). I just copied the description from the announcement. that's really great !!

Re: [api-dev] OfficeToolbar titlebar?

2006-05-14 Thread Laurent Godard
Hi Carsten The latest developer build SRC680m168 (pre OOo 2.0.3) now supports to set the add-on toolbar title (see also announcement on "openoffice.interface-announce"). I just copied the description from the announcement. that's really great !! thanks btw, what happens whend deploying

Re: [api-dev] OfficeToolbar titlebar?

2006-05-11 Thread Carsten Driesner - Sun Germany - ham02 - Hamburg - Software Engineer
Tim Tow wrote On 04/21/06 15:08,: Thanks Didier.. change when you install another add-on. So your add-on_1 can become add-on_2!. We also hope to fix this for OOo 2.0.3 where we want to use the "Node" name in the Addon.xcu to have unique entries in the WindowState configuration. << I will wait

RE: [api-dev] OfficeToolbar titlebar?

2006-04-21 Thread Tim Tow
>> I will inform you as soon as the fixes are in the master. You could test your add-on with the version including the fixes. It would be good to get feedback from other developers BEFORE releasing OOo 2.0.3. << I will look forward to it.. I wish I had more time to work on Ooo stuff (or generally

Re: [api-dev] OfficeToolbar titlebar?

2006-04-21 Thread Carsten Driesner
Tim Tow wrote: Thanks Didier.. change when you install another add-on. So your add-on_1 can become add-on_2!. We also hope to fix this for OOo 2.0.3 where we want to use the "Node" name in the Addon.xcu to have unique entries in the WindowState configuration. << I will wait until 2.0.3.. Hi T

RE: [api-dev] OfficeToolbar titlebar?

2006-04-21 Thread Tim Tow
Thanks Didier.. >> change when you install another add-on. So your add-on_1 can become add-on_2!. We also hope to fix this for OOo 2.0.3 where we want to use the "Node" name in the Addon.xcu to have unique entries in the WindowState configuration. << I will wait until 2.0.3.. Tim Tim Tow Appli

Re: [api-dev] OfficeToolbar titlebar?

2006-04-20 Thread Carsten Driesner
Didier Dorange-Pattoret wrote: Hello Tim, I hope that this code will work for you ... :-) The user have to restart OOo, included quickstarter. oConfigAccess = GetConfigAccess( "/org.openoffice.Office.UI.WriterWindowState/UIElements/States", True ) If oConfigAccess.HasByName( "private:re

Re: [api-dev] OfficeToolbar titlebar?

2006-04-20 Thread Didier Dorange-Pattoret
Hello Tim, I hope that this code will work for you ... :-) The user have to restart OOo, included quickstarter.     oConfigAccess = GetConfigAccess( "/org.openoffice.Office.UI.WriterWindowState/UIElements/States", True )     If oConfigAccess.HasByName( "private:resource/toolbar/addon_1") The

RE: [api-dev] OfficeToolbar titlebar?

2006-04-20 Thread Tim Tow
>> This is currently not really possible (there is only a ugly and complex way), but we want to support this for OOo 2.0.3. If you can wait for OOo 2.0.3 you can easily set it with the Addon.xcu file. << I will put it in when it is easy as long as the addons.xcu with the new info is backward compa

Re: [api-dev] OfficeToolbar titlebar?

2006-04-20 Thread Carsten Driesner
Tim Tow wrote: In my Essbase addon, I have a custom toolbar that now works properly. However, if the users undocks the toolbar and drags it down into it's own window. The title bar on the resultant window is 'Add-on 1'. Is there a way I can customize that title bar to say 'Essbase'? I didn't s