Forum Discussion

zstein's avatar
zstein
New Contributor
10 years ago

DevExpress CheckedComboBoxEdit

Does Test Complete (10.30 Enterprise) support  DevExpress 13.2.9.0 CheckedComboBoxEdit ?



I'm looking for code to select particular items and to reset 

using the delete button of the control

4 Replies

  • HKosova's avatar
    HKosova
    SmartBear Alumni (Retired)
    In short I need a way to have a ClickButton method which currently does not exist.
    You need to map the CheckedComboBoxEdit class to the ButtonEdit type in your Object Mapping settings. This will add the ClickButton method for clicking embedded buttons.

    * Go to Tools > Current Project Properties > Object Mapping.

    * Expand Developer Express Controls > WinForms > ButtonEdit.

    * Add DevExpress.XtraEditors.CheckedComboBoxEdit to the list.

    * Save the changes.



    Try this and let us know how it works for you.
  • HKosova's avatar
    HKosova
    SmartBear Alumni (Retired)
    TestComplete supports many DevExpress controls. Try recording your actions and see what script or keyword test it generates.

  • NisHera's avatar
    NisHera
    Valued Contributor
    I'm not sure of versions but have done with

    "  TcxCustomComboBoxInnerEdit " 
  • zstein's avatar
    zstein
    New Contributor
    Call ............checkedComboBoxEditFoundVersion.Click(158, 9)

    I don't want to see coordinates associated to the click when clicking on which behaves like  an button

    INSIDE the checked combo box. This "button's" role is to  reset the control.

    To access the control I navigate in Test Complete's Object Spy to .....checkedComboBoxEditFoundVersion.Properties_2.Buttons.Item(1)

    The ClrFullClassName of this "button" is DevExpress.ExtraEditors.Controls.EditorButton

    and its kind is Delete

    See attached file for details

    In short I need a way to have  a ClickButton method which currently does not exist.