Re: Optional Variant
Roger I Martin PhD <[email protected]>
| Newsgroups | gmane.comp.windows.devel.jawin |
|---|---|
| Message-ID | <[email protected]> |
Hi Rick, I'm curious what the more global development you are interested in achieving. When I'm going to Excel I use www.openoffice.org and the API to program spreadsheets. Works better than bridging. Just a thought. --Roger ----- Original Message ----- From: "Rick Stoyle" <[email protected]> To: <[email protected]> Sent: Tuesday, April 27, 2004 10:06 PM Subject: Re: [JAWIN] Optional Variant > Thanks for staying with me on this Vitaly. I did as you suggested and am > now using the jawin.jar from njawin. I also generated all new stubs using > your jcomgen. Now, I am having new problems. I get an error when I call > any method of the application object. For example, > > ... > app = new _Application("Excel.Application"); > app.setVisible(true); > > I get an error at the line: app.setVisible(true); > > Error 8001010e: The application called an interface that was marshalled for > a different thread. > > Rick >