asu
15 years agoNew Contributor
Unable to find DotNetBar control
We are using DotNetbar controls from here: http://www.devcomponents.com/dotnetbar/download.aspx
Our application is using ribbon controls from the package.
The ribbon controls have the next hieararchy
-RibbonControl
--RibbonPanel
--RibbonBar
--ItemContainer
--Buttons and other simple controls
My problem is that TestComplete doesn't see ItemContainer control and anything below it. The buttons on it are not searchable by Find\FindChildren methods.
Our application is using ribbon controls from the package.
The ribbon controls have the next hieararchy
-RibbonControl
--RibbonPanel
--RibbonBar
--ItemContainer
--Buttons and other simple controls
My problem is that TestComplete doesn't see ItemContainer control and anything below it. The buttons on it are not searchable by Find\FindChildren methods.
Controls.Count property of RibbonBar always returns 0.
Is there a workaround to this issue?