--- gmForms.py.20080902_025139.bak 2008-09-02 02:51:39.000000000 +0200 +++ gmForms.py 2008-09-02 03:31:02.000000000 +0200 @@ -15 +15 @@ -import os, sys, time, os.path, logging +import os, sys, time, os.path, logging, wx @@ -265 +265 @@ - self.ooo_start_cmd = 'oowriter -accept="socket,host=localhost,port=2002;urp;"' + self.ooo_start_cmd = 'oowriter -invisible -accept="socket,host=localhost,port=2002;urp;"' @@ -294,0 +295 @@ + wx.BeginBusyCursor() @@ -304,0 +306 @@ + wx.EndBusyCursor()