Re: [dev] Development at a Glance - Weekly Update CW21

2008-05-23 Thread Dieter Loeschky
correction: http://blogs.sun.com/GullFOSS/entry/development_at_a_glance_weekly48 Regards, Dieter Dieter Loeschky wrote: Hi, here is the weekly update for calendar week 21: http://blogs.sun.com/GullFOSS/entry/development_at_a_glance_weekly47 Regards, Dieter --

[dev] Development at a Glance - Weekly Update CW21

2008-05-23 Thread Dieter Loeschky
Hi, here is the weekly update for calendar week 21: http://blogs.sun.com/GullFOSS/entry/development_at_a_glance_weekly47 Regards, Dieter - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTEC

Re: [dev] VCL UI Rework

2008-05-23 Thread Rony G. Flatscher
Hi Michael, On Fri, 2008-05-16 at 10:12 +0200, Juergen Schmidt wrote: whatever we will use in the future it will be important that we will have a GUI editor to make the design of new dialogs much more easier than today. Yep; absolutely - it's in the spec. and we have a quarte

Re: [dev] VCL UI Rework

2008-05-23 Thread Michael Meeks
Hi Jurgen, On Fri, 2008-05-16 at 10:12 +0200, Juergen Schmidt wrote: > whatever we will use in the future it will be important that we will > have a GUI editor to make the design of new dialogs much more easier > than today. Yep; absolutely - it's in the spec. and we have a quarter-func

Re: [dev] VCL UI Rework

2008-05-23 Thread Michael Meeks
On Wed, 2008-05-14 at 13:15 +0200, Christian Lippka wrote: > Michael Meeks wrote: > > There was some resistance to nominating this for 3.0 because ChristianL > > wanted to re-do the translation work to use Java Properties instead of > > the new transex tool we wrote that translated complete XM

Re: [dev] Can we use AWT in our product?

2008-05-23 Thread Kay Ramme - Sun Germany - Hamburg
Hi Juergen, after recent discussions with other open source people, it seems that perception of OOo is not optimal in the FLOSS world. If I understood correctly, we may be able to improve that, if we spin-off parts of our technology, e.g. as we did / are doing with Uno. So, even if VCL and t

Re: [dev] Where to find cvs tag for the three-layer patch? FIXED

2008-05-23 Thread Jan Nieuwenhuizen
Juergen Schmidt writes: [For the archives] > Try simply > UNO_TYPES=file:.../ure/share/misc/types.rdb > file:///.../basis3.0/program/offapi.rdb > UNO_SERVICES=file:.../ure/share/misc/services.rdb > file:///.../basis3.0/program/services.rdb > It should still work and i hope that is enou

Re: Re: [dev] Can we use AWT in our product?

2008-05-23 Thread Hubert Figuiere
On Fri, 2008-05-23 at 14:44 +0800, LiZhan(李湛) wrote: > Hi Juergen > Thank you for your help and suggestion. > The product we are to develop will use C++ for developing language. It's > purely new, also we lack experiences for cross-platform. So we prefer to use > AWT. I would be you, I'd just a

Re: [dev] Can we use AWT in our product?

2008-05-23 Thread Bernd Eilers
Hi Lizhan! Well I am not a lawyer but well it´s LGPL so principally you could use it as long as you stick to the LGPL license terms. For example you must make sure that anyone can get the source code of the libraries you use which can be easily done by providing just a link to the OpenOffice.or

Re: [dev] xTextDocument clone

2008-05-23 Thread Mathias Bauer
Hi Dinesh, Dinesh Chothe wrote: > I am doing like this for creating text documents object, > com.sun.star.text.XTextDocument xTextDocument > =(com.sun.star.text.XTextDocument)UnoRuntime.queryInterface( > com.sun.star.text.XTextDo