Forum Discussion
- HKosovaSmartBear Alumni (Retired)
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.In short I need a way to have a ClickButton method which currently does not exist.
* 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. - HKosovaSmartBear Alumni (Retired)TestComplete supports many DevExpress controls. Try recording your actions and see what script or keyword test it generates.
- NisHeraValued ContributorI'm not sure of versions but have done with
" TcxCustomComboBoxInnerEdit " - zsteinNew ContributorCall ............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.
Related Content
- 9 years ago
Recent Discussions
- 3 days ago
- 3 days ago
- 7 days ago