-- fixed bug in the "for eachÂ…endfor" handler

-- set_property_byref and set_property_byref_typed services are 
   redundant and have been removed.  Use set_property and 
   set_property_typed services, or better yet the handle.property 
   syntax.  Plugin will work out if it's a put by reference or value.

-- You can now access (most?) collections using the 
   handleToCollection[index] syntax.

-- added get_accessible_object service, and the 
   comPluginDemoScriptAccessible.powerpro script to illustrate its use.

I've tried get_accessible_object service only to get IAccessible objects from 
the cursor and a titlebar, and a TOM interface from a richedit.  Seems to work, 
but haven't actually used any of them to do anything.  I expect using 
IAccessible may require some helper functions.  Let me know what you need, if 
anything.


Reply via email to