[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
[news.eclipse.tools] Re: Accessing Active X Control
|
The getLastError call showed that I was trying to call a non-implemented
method. Instead, I tried a property that I knew was implemented. That
worked.
To get the Jintegra object, I called getAddress on the return from the
getProperty and it worked.
Thanks for your help!
martha
Veronika_Irvine@xxxxxxx wrote:
> Another thing to consider is have you activated the ActiveX Control before
> invoking the method (by calling doVerb())? For example, you can not
> invoke \"GoHome\" on the Internet Explorer ActiveX Control until you have
> activated it.
> Have you tried using this control without having Jintegra included (is
> that possible)? And does the method now work?
> - Veronika