source: cprs/trunk/CPRS-Chart/JAWS Support Files/CPRSChart.jsd@ 456

Last change on this file since 456 was 456, checked in by Kevin Toppenberg, 16 years ago

Initial Upload of Official WV CPRS 1.0.26.76

File size: 1.2 KB
Line 
1:function NewTextEvent
2:Synopsis This event gets overridden when JAWS starts talking too much
3:Description The edit field of TORComboBoxes uses highlighted text to auto-complete what has been typed in so far. We only want JAWS to say the selected list item.
4
5:function GetHandleFromAddress
6:Synopsis This utility function walks down the windows hierarchy
7:Description The component ID's vary from compile to compile, so constants aren't much help for identifying the components. Instead, we use the component's hierarchical position as an address to locate it as a descendant of the form.
8:Param handle/Parent The handle of a window we have already identified
9:Param string/Address A space-separated list of numeral integers indicating the relationships from generation to generation. Each integer indicates which child to choose from its parent, with 1 being the first child.
10:returns handle The handle of the child at that adress; 0 if the address is invalid for the parent.
11
12:function FocusChangedEvent
13:Synopsis This event gets overridden when JAWS isn't speaking the titles correctly. If needed, it initializes the global variables it uses.
14:Description This speaks the Cover Sheet Vitals and the Procedure Order Reason For Request.
Note: See TracBrowser for help on using the repository browser.