Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
295
Error on clicking items on UltraWinTree.UltraTree object
posted

Hello,

Did anyone have any problem navigating through UltraTree?

I get the exceptions when recoding: "WrappedException[com.rational.test.ft.Object.Library.RecognitionAttributesManagerException] - Unable to find the recognition properties for classInfragistics.Win.UltraWinDock.DockableWindowindexOfPaneInManager properties weight"

The object is unrecognizable when inserted to the map instead of recording. It seems it's parents are missing.

Any ideas?

Thanks.

Parents
No Data
Reply
  • 6729
    Offline posted

    Hi Tina,
    This seems to be an issue in the dockable window where your Tree is located. Can you verify that “CustomObjRecProp.rftop” file located in the customization folder include the following node:
    <Obj L=".RecognitionAttributes">
    <ObjectClassName>Infragistics.Win.UltraWinDock.DockableWindow</ObjectClassName>
      <Property>
       <Name>TabIndex</Name>
       <Weight>100</Weight>
      </Property>
      <Property>
       <Name>indexOfPaneInManager</Name>
       <Weight>100</Weight>
      </Property>  
      <Property>
       <Name>.classIndex</Name>
       <Weight>100</Weight>
      </Property>
    </Obj>

    What version of TestAdvantage are you using? Can you send me a screenshot of the object map for the tree control? Have the tree parent object selected when taking the screenshot.
    Also, if you can provide a sample application for this issue, then that should speed up the debugging process.


    Regards,
    Ammar

Children