OLE_TESTER (OpenInsight 32-Bit)
At 07 APR 2009 05:08:03PM Ana Melisa Heras wrote:
I'm starting to introduce myself to the OLE_TESTER form.
Is there any way to cofigure this form to open the default Internet explorer (In my case Mozilla Firefox) instead the Windows Internet Explorer ?
At 08 APR 2009 09:47AM Bob Carten wrote:
Firefox does not support OLE automation very well.
There is an old command line interface that you can use send commands to firefox.
In the simplest situation, if you want to open an html document in the default browser use something like
shell=OleCreateInstance('Wscript.shell')
url=http://www.revelation.com'
x= OleCallMethod(shell, 'Run', url)
At 08 APR 2009 01:01PM Ana Melisa Heras wrote:
Ok Bob. I'll make some tests with your proposed solution .
Thanks.
At 08 APR 2009 01:29PM Kauko Laurinolli wrote:
Hello Bob,
By the way, what is this OLE_TESTER ?
I have thing like that in my SYSPROG but the form doesn't have a single event on it? Totally blank, just a pretty face.
At 08 APR 2009 03:13PM Ana Melisa Heras wrote:
Kauko:
The OLE_TESTER form is a form where you can test an Object Linked Embedded , in this case , this is a form where you can navigate through a web page. If you give me your email, I can send you an image of it.
At 09 APR 2009 09:32AM Kauko Laurinolli wrote:
Like I said, I have form but it has no events on it?
At 09 APR 2009 12:29PM Bob Carten wrote:
I created that form for the 2002 (?) Revelation Conference.
The idea was to show some of the capabilities of the (then) new OLE control. It appears that we ship the form but not the events with a new install of 9.0
I'll fix it for 9.01 and look at posting an RDK.
At 09 APR 2009 02:07PM Kauko Laurinolli wrote:
I am talking about v8.0.8. It does have the form but no events, controls etc.
At 08 SEP 2011 08:33PM Dietrich Neuman wrote:
I've got OI 9.2 – it still has the OLE_TESTER form with no event handlers. I could really use those event handlers, since I've had no luck so far figuring out how to capture events from a COM test control I wrote. Are the OLE_TESTER event handlers still available anywhere? Is there any sample code available for handling COM (OLE) events?
At 09 SEP 2011 08:41AM bob carten wrote:
I can make an rdk for the events on that window. SRPCS has a whitepaper Using OLE in OpenInsight which documents using the OLE control in forms.