Re: [dev] OLE can not be activated in Windows OS after Java integration

2009-08-20 Thread Mikhail Voytenko
Hi He Feng Su, Please try to use com.sun.star.awt.AsyncCallback service to get a callback from the office main thread. You will need an own object implementing com::sun::star::awt::XCallback interface. This object will be provided to the com::sun::star::awt::XRequestCallback::addCallback()

Re: [dev] OLE can not be activated in Windows OS after Java integration

2009-08-20 Thread He Feng Su
Hi Mikhail, Thank you very much for guidance! I will try in that way. Thanks! Best regards, Humphry Su (He Feng) Symphony Common App and Performance, IBM China Software Development LAB, Beijing Tel: 86-10-82452452 Fax: 86-10-62982924 NOTES:He Feng Su/China/IBM E-mail: suhef...@cn.ibm.com

Re: [dev] Re: [tools-tinderbox] Moving to bost 1.3?

2009-08-20 Thread Rene Engelhard
Hi, On Wed, Aug 19, 2009 at 08:36:37PM +0200, Rene Engelhard wrote: command - where's the no net access from here onwards-line drawn? After the download of the sources. When the actual build begins, there is no net access allowed. And what it downloads is just the source package

[dev] Issues

2009-08-20 Thread Brent Mlady
Hey Guys, I work for a company called Austcover and we are currently testing Open Office as a alternative to Microsoft Office for our Terminal Servers. I have complied a list of problems and wondering if you guys have any idea as to when these maybe fixed. I also hope this helps you guys with

[dev] TextMetric

2009-08-20 Thread Davidov Dmitry
Hi, Developers. I can't understand how do you draw text with all Unicode standards? I'm trying to develop my own little text viewer using GDI+, but I have a different result view. I have used text metrics from GDI and GDI+ and also from Win32 API but my text anyway looks different from yours.

[dev] How to access Bibliography Database with python-uno?

2009-08-20 Thread huang huang
Please bear with me-newbie. While there is a fragment of example that querying Bibliography database in java in Develop Guide, I am failed to convert it into python. The example uses a getRemoteServiceManager to create a RemoteServiceManager, but I do not know which should be corresponding in