Forum Discussion
ameett
15 years agoContributor
Hello Julia,
Answers to your questions as below-
1) After disabeling expressions or variables in the Locals or Watch List the issue still persists.
3)I am using a computer through Remote desktop connection...and has no idea about any software or hardware updates on that computer.By the way what kind of software or hardware updates will affect the debugger?
4)I don't have Microsoft Visual Studio installed on my machine. the version for pdm.dll is 6.00.8424.---3.5 DotNet Framework is installed on my machine.
2)Background-There is a form which has a ToolStrip which in turn has small buttons represented as small icons.
Purpose-To click the button
When I do Recording the button names doesn't appears instead it is recorded as ToolStrip["Click"](39,3)...I have written a code wherein the excat button is clicked. Code is somewhat like this-
-I first finds out the ToolStrip object by FindChild method
-Get the total number of buttons on the ToolStrip
-Run a loop till the required Name of the button is not found
-Once it is found I click that button
ToolStrip["Items"]["Item"](<buttonIndex>)["PerformClick"]()
-----------
Now when no new window is opening it works fine.....as in case of New or Save button..........but in case of a button, on clicking of which a new window opens TestComplete gets hanged.On closing of that window it works smoothly thereafter.
Please let me know if you need any more details.
Thanks
Ameett Shelar
Answers to your questions as below-
1) After disabeling expressions or variables in the Locals or Watch List the issue still persists.
3)I am using a computer through Remote desktop connection...and has no idea about any software or hardware updates on that computer.By the way what kind of software or hardware updates will affect the debugger?
4)I don't have Microsoft Visual Studio installed on my machine. the version for pdm.dll is 6.00.8424.---3.5 DotNet Framework is installed on my machine.
2)Background-There is a form which has a ToolStrip which in turn has small buttons represented as small icons.
Purpose-To click the button
When I do Recording the button names doesn't appears instead it is recorded as ToolStrip["Click"](39,3)...I have written a code wherein the excat button is clicked. Code is somewhat like this-
-I first finds out the ToolStrip object by FindChild method
-Get the total number of buttons on the ToolStrip
-Run a loop till the required Name of the button is not found
-Once it is found I click that button
ToolStrip["Items"]["Item"](<buttonIndex>)["PerformClick"]()
-----------
Now when no new window is opening it works fine.....as in case of New or Save button..........but in case of a button, on clicking of which a new window opens TestComplete gets hanged.On closing of that window it works smoothly thereafter.
Please let me know if you need any more details.
Thanks
Ameett Shelar