Forum Discussion
YMinaev
Staff
15 years agoHi Gary,
According to the snapshot, your control's Visible property is false. This can happen if the control is not drawn on the form when you're trying to access it. Do you see this edit box when TC tries to access it? I suspect that the click on toolbar (toolbarWindow32.ClickItem("Add", False)) doesn't perform the needed actions correctly.
According to the snapshot, your control's Visible property is false. This can happen if the control is not drawn on the form when you're trying to access it. Do you see this edit box when TC tries to access it? I suspect that the click on toolbar (toolbarWindow32.ClickItem("Add", False)) doesn't perform the needed actions correctly.