Re: Vim's ole functionality

2007-04-26 Thread Sebastian Menge
Am Donnerstag, den 26.04.2007, 14:08 +0200 schrieb Sebastian Menge: Perhaps this Mail from eclipse helps: [ ... ] quote from that mail: SWT supports the embedding of OleDocuments and Active X Controls only. In order to be an ActiveX control, the control must support a minimum set of

Re: Vim's ole functionality

2007-04-26 Thread A.J.Mechelynck
Sebastian Menge wrote: Am Donnerstag, den 26.04.2007, 14:08 +0200 schrieb Sebastian Menge: Perhaps this Mail from eclipse helps: [ ... ] quote from that mail: SWT supports the embedding of OleDocuments and Active X Controls only. In order to be an ActiveX control, the control must support

Re: Vim's ole functionality

2007-04-25 Thread Sebastian Menge
Am Dienstag, den 24.04.2007, 16:46 +0530 schrieb Nageshwar M: I tried all the options I checked :version and there is this line with OLE support. I tried to run the application from python as said in documentation and its working fine there. But from java with swt library I'm getting the same

Re: Vim's ole functionality

2007-04-25 Thread Nageshwar
I am sending you the code that I wrote to start a ole window.The following code tries to start the application in a separate window. ( To run this code as an application we need to have swt library ) import org.eclipse.swt.SWT; import org.eclipse.swt.layout.FillLayout; import

Re: Vim's ole functionality

2007-04-24 Thread Nageshwar M
Hello, Sorry for raising this issue again. The problem was not yet solved. I tried all the options I checked :version and there is this line with OLE support. I tried to run the application from python as said in documentation and its working fine there. But from java with swt library I'm

Re: Vim's ole functionality

2007-04-22 Thread Bram Moolenaar
Nageshwar wrote: I tried to embed the vim in eclipse using swt library. I used program id as Vim.Application. but i got an error. The error message that i got was org.eclipse.swt.SWTException: Failed to create Ole Client. result = -2147221164 I tried to embed some other applications