Nathan wrote:
> Yeah, so when I request the OLE object via getOLEObject, I get nil returned - 
> don't know if that's a bug or an incompatibility issue!!!
>   
This is my second answer. Forget what i said about an alias (it's 
already there)

The workaround in 1.5 right now is to call locate before calling 
getOLEObject (aka ole_object).

Thus:

t = ie.text_field(:id, 'foo')
t.locate
puts t.ole_object

This probably counts as a bug. I'd be happy to see it in Jira.

Bret


_______________________________________________
Wtr-general mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/wtr-general

Reply via email to