Re: [api-dev] creating non-modal dialog

2006-04-21 Thread Mathias Bauer
Tuomas Räsänen wrote: > My goal is to create a non-modal dialog to replace default Styles and > Formatting - dialog. > MyDialog contains a listbox for styles just like the Style and > Formatting - dialog. > > I would appreciate your opinion about the way I have done this dialog. > There is also a

Re: [api-dev] creating non-modal dialog

2006-04-21 Thread Mathias Bauer
Paolo Mantovani wrote: > Hi Laurent, > > Alle 13:58, giovedì 20 aprile 2006, Laurent Godard ha scritto: >> Hi Paolo >> >> > It sounds quite strange to me that a UNOControlDialog behaves as >> > non-modal. >> >> a hack iirc is to set the visible property to true >> do not use execute >> but loop o

Re: [api-dev] Re: Closing documents w/ simplest possible converter..and a few other questions

2006-04-21 Thread Tobias Krais
Hi Kirk, >>I noticed that the original snippet (and my redone version of it) >>depends on the System.exit(0); to end, otherwise it never returns to >>the commandline. Also, I noticed it doesn't seem to be closing the >>document it opens...I can't delete them after the program completes, >>the sys

[api-dev] Re: Closing documents w/ simplest possible converter..and a few other questions

2006-04-21 Thread Kirk Israel
Oops I refactored and didn't test properly (preferring stack variables over class level) please see the attached instead. On 4/21/06, Kirk Israel <[EMAIL PROTECTED]> wrote: > Hi there... > I took the very useful snippet at > http://codesnippets.services.openoffice.org/Office/Office.ConvertDocument

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

[api-dev] Closing documents w/ simplest possible converter..and a few other questions

2006-04-21 Thread Kirk Israel
Hi there... I took the very useful snippet at http://codesnippets.services.openoffice.org/Office/Office.ConvertDocuments.snip and tried to condense it, unhardcode, and un-special-case it it now has command line options for the file source and destination, and you can put in any valid Filter nam

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] UNO wrapper project

2006-04-21 Thread Tobias Krais
Hello together, >> The biggest problems with the current API are missing examples, >> documentation and maybe tools support. When you compare our API with >> the MS API you will see that our API is not so bad ;-). But for MS you >> can find thousands of books, examples and you have great tools/IDE