Changeset 141 for trunk/EventBenchConsole/rules
- Timestamp:
- 08/01/11 13:54:30 (13 years ago)
- Location:
- trunk/EventBenchConsole/rules
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/EventBenchConsole/rules/ruleSchema.xsd
r27 r141 190 190 <xs:enumeration value="hwnd"/> 191 191 <xs:enumeration value="parentTarget"/> 192 <xs:enumeration value="parentClass"/> 192 193 </xs:restriction> 193 194 </xs:simpleType> -
trunk/EventBenchConsole/rules/rules.xml
r62 r141 56 56 </rule> 57 57 58 59 <!-- The tab change itself works, but the content of the tab is not refreshed. -->60 58 <rule name="TabChange"> 61 59 <msg type="&WM_LBUTTONDOWN;"> … … 73 71 <store var="up"/> 74 72 </msg> 73 <!-- tab change message for Tab Controls--> 75 74 <genMsg delay="20"> 76 75 <type> … … 79 78 <target> 80 79 <msgInfoValue obj="up" msgParam="target"/> 80 </target> 81 <WPARAM> 82 <paramValue obj="up" param="scrollPos"/> 83 </WPARAM> 84 </genMsg> 85 <!-- tab change message for Property Pages--> 86 <genMsg delay="20"> 87 <type> 88 <constValue value="1125"/> 89 </type> 90 <target> 91 <winInfoValue obj="up" winParam="parentTarget"/> 81 92 </target> 82 93 <WPARAM>
Note: See TracChangeset
for help on using the changeset viewer.