nesnera
2008-Aug-20 09:21 UTC
[Wine] How display window of application (is started through COM)
In my Lotus Notes application I'm using a piece of code which works with MS Word an shows some generated document at the end. It works well on the Windows platform but doesn't show the document at the Wine even if I can find the Word between running processes. I suppose that the problem is to grab the Word by some Xwindow or so on. Any idea?
dimesio
2008-Aug-20 13:09 UTC
[Wine] Re: How display window of application (is started through COM)
nesnera wrote:> In my Lotus Notes application I'm using a piece of code which works with MS Word an shows some generated document at the end. It works well on the Windows platform but doesn't show the document at the Wine even if I can find the Word between running processes. I suppose that the problem is to grab the Word by some Xwindow or so on. Any idea?Are you saying that Word opens, but shows a blank document? If so, I think you may be running into this bug: http://bugs.winehq.org/show_bug.cgi?id=12380
nesnera
2008-Aug-23 18:25 UTC
[Wine] Re: How display window of application (is started through COM)
:? I made some new tests and the window of MS Word is visible now. The problem was in the command myWord.Visible = True which I have in the end of my script but some runtime error occurs before it is executed. dimesio thanks for your response.