Unable to check check-boxes in the TreeView
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-12-2010
11:04 PM
05-12-2010
11:04 PM
Unable to check check-boxes in the TreeView
Hi,
I'm trying to check the check-boxes in the TreeView available in Internet Explorer 7 in Internet Options window under Advanced tab (you can see it in the attached screen shot).
I tried to use CheckItem method, but I get an error: "The TVS_CHECKBOXES window style is not set."
I am using TestComplete 7.52.678.7.
Can anyone suggest anything to solve this problem?
Thanks in advance!
I'm trying to check the check-boxes in the TreeView available in Internet Explorer 7 in Internet Options window under Advanced tab (you can see it in the attached screen shot).
I tried to use CheckItem method, but I get an error: "The TVS_CHECKBOXES window style is not set."
I am using TestComplete 7.52.678.7.
Can anyone suggest anything to solve this problem?
Thanks in advance!
2 REPLIES 2
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2010
11:02 PM
05-20-2010
11:02 PM
Hi Igor,
The behavior is caused by the custom implementation of the control. Try using the IESettings object which provides scripting access to IE settings. Please see the "IESettings Object" help topic ( http://www.automatedqa.com/support/viewarticle.aspx?aid=4363 ) for more information.
Best regards,
Alexey
Did my reply answer your question? Give Kudos or Accept it as a Solution to help others. ⬇️⬇️⬇️
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2010
12:26 AM
05-21-2010
12:26 AM
Thank you!
Problem solved.
Problem solved.
