Ignore:
Timestamp:
08/01/11 13:54:30 (13 years ago)
Author:
sherbold
Message:

+ added "parentClass" as parameter for winInfoValue nodes for the MFC ruleset

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/EventBenchConsole/rules/rules.xml

    r62 r141  
    5656  </rule> 
    5757 
    58    
    59   <!-- The tab change itself works, but the content of the tab is not refreshed. --> 
    6058  <rule name="TabChange"> 
    6159    <msg type="&WM_LBUTTONDOWN;"> 
     
    7371      <store var="up"/> 
    7472    </msg> 
     73    <!-- tab change message for Tab Controls--> 
    7574    <genMsg delay="20"> 
    7675      <type> 
     
    7978      <target> 
    8079        <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"/> 
    8192      </target> 
    8293      <WPARAM> 
Note: See TracChangeset for help on using the changeset viewer.