Does anyone have any familiarity with MBS' Accessibility methods? I am
trying to set an AXUIelement's value using the setattribute method.
MyAXUIelementMBS.setattribute(systemwideAXUIelement.kAXMenuItemMarkCharA
ttribute, AXValueMBS)
the kAXMenuItemMarkCharAttribute is the checkmark located next to a
menuitem when it is checked. I am trying programatically uncheck a
menuitem. The kAXMenuItemMarkCharAttribute is a CFStringMBS which is
either an empty string (&h000000) or a check (&hE29C93). I copy the
handle of a CFStringMBS (either an empty string or a check) to a new
AXValueMBS, and pass the AXValueMBS. However, this never seems to check
or uncheck the menuitem. Has anyone ever done this?
Patrick
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>