Forum Discussion
14 years ago
Hi David,
I have a similar issue. I am not getting the below statements
group.Selected = true;
item.EnsureVisible();
var rect = group.UIElement.ClipRect;
ultraListBar.Focus();
ultraListBar.Click(rect.Left + ocrObj.FoundLeft + 5, rect.Top + ocrObj.FoundTop + 5);
Can you please explain the above to me?
the item object which you are getting, is not being used anywhere. also ocrObj is not defined.
Thanks
Saket
I have a similar issue. I am not getting the below statements
group.Selected = true;
item.EnsureVisible();
var rect = group.UIElement.ClipRect;
ultraListBar.Focus();
ultraListBar.Click(rect.Left + ocrObj.FoundLeft + 5, rect.Top + ocrObj.FoundTop + 5);
Can you please explain the above to me?
the item object which you are getting, is not being used anywhere. also ocrObj is not defined.
Thanks
Saket