Thorsten Behrens

Results 25 comments of Thorsten Behrens

Quick ping, still working on this PR? If a bit of support would be useful, to untangle the unrelated changes, please let us know!

It seems this has nothing to do with network, but it's general startup slowness. For the Writer startup, with WollMux extension enabled, there's around a 10 second delay. Looking at...

Ah my bad, that was from a howto, did not verify it's still there - this url works as of today: http://central.maven.org/maven2/org/apache/maven/maven-ant-tasks/2.1.3/maven-ant-tasks-2.1.3.jar Beyond that, useful enhancement request for sure.

Curious what's the exact working state of this under Linux now - do direct clicks work still? Under Windows, was able to workaround this by explicit setFocus-Calls to the LibreOffice-HWND....

Sure - it's a simple ``` // activate Office embedding long hwndChild = OS.GetWindow(container.handle, OS.GW_CHILD); OS.SetFocus(hwndChild); ``` For the swt embedding - and you need to set the focus everytime...