Forum Discussion
YMinaev
Staff
14 years agoHi,
Can you clarify what is the problem with this code and how is it related to Name Mapping? Object identification is not needed inside the OnUnexpectedWindow handler because the window which caused this event is already referenced via the handler's Window parameter.
If you mean that you need to see the mapped name instead of the 'Window(...)' name in the log, use the MappedName property in the Log.Picture call instead of Name.
Can you clarify what is the problem with this code and how is it related to Name Mapping? Object identification is not needed inside the OnUnexpectedWindow handler because the window which caused this event is already referenced via the handler's Window parameter.
If you mean that you need to see the mapped name instead of the 'Window(...)' name in the log, use the MappedName property in the Log.Picture call instead of Name.