Forum Discussion

gbleyen's avatar
gbleyen
New Contributor
10 years ago

Unable to recognize objects/icons in Ribbon control

Hi all,

 

I have some problems identifying buttons and tabs in our application(s), TC only records the coordinates of the click actions, not the object properties:

 

E.g.:

 1.jpg

 

Clicking on the Icon results in :

 

Aliases.EDITOR.wndAfx.AfxControlBar100u2.AfxWnd100u.AfxWnd100u.Click(14, 22);

 

 

Clicking on the Design-tab results in :

 2.jpg

Aliases.EDITOR.wndAfx.Afx.Afx.Click(124, 7);

 

I also tried to discover the exact properties of the Object spy and the Object Mapper 3.png, but with no success.

E.g.:

 

The deepest level I can select with the object spy is the ribbon itself, so not the seperate icons/buttons:

 4.jpg

Same story with the tabs:

 5.jpg

 

The application is written in C++.

Can anyone help me on this one?

 

Thanks!

 

No RepliesBe the first to reply