13 years ago
Object Full Name is different everytime when object spying
object is identified as(with control name in it)(ex "ultraExplorerBarContainerControl1")
Sys.Process("netapplication").WinFormsObject("MainForm").WinFormsObject("uExBarLeft").WinFormsObject("ultraExplorerBarContainerControl1").WinFormsObject("uTreePatData")
and sometimes it is identified as :(without control name in it) Sys.Process("netapplication").WinFormsObject("MainForm").WinFormsObject("uTreePatData")
without the ultragrid etc ..
anyone faced the same problem like this?
same object identified as different name
1. including the control name
2. without including the control name
You can see some extra names included when objectspying it.
does anyone facing same problem like this?
Thanks in advance,