Smehan
14 years agoNew Member
ToolbarWindow32 would not work
I am using Windows 7 64-Bit:
TestComplete 8.70.727.7
According to this link http://support.smartbear.com/viewarticle/15096/, I have tried several samples into my test scripts and run it. I kept getting the error message "The Window does not respond"
Additional Information:
The window with the 0x00010098 handle exists but did not respond during the
auto-wait timeout (11000 ms).
Try increasing the 'Auto-wait timeout'
project property.
Tested
object:
Aliases["Explorer"]["wndShell_TrayWnd"]["TrayNotifyWnd"]["SysPager"]["ToolbarWindow32"]
(Sys["Process"]("Explorer")["Window"]("Shell_TrayWnd",
"", 1)["Window"]("TrayNotifyWnd", "", 1)["Window"]("SysPager", "",
1)["Window"]("ToolbarWindow32", "User Promoted Notification Area", 1))
I have increased the auto-wait timeout and yet it will not work.
I am using C#Script.
Please help me.
TestComplete 8.70.727.7
According to this link http://support.smartbear.com/viewarticle/15096/, I have tried several samples into my test scripts and run it. I kept getting the error message "The Window does not respond"
Additional Information:
The window with the 0x00010098 handle exists but did not respond during the
auto-wait timeout (11000 ms).
Try increasing the 'Auto-wait timeout'
project property.
Tested
object:
Aliases["Explorer"]["wndShell_TrayWnd"]["TrayNotifyWnd"]["SysPager"]["ToolbarWindow32"]
(Sys["Process"]("Explorer")["Window"]("Shell_TrayWnd",
"", 1)["Window"]("TrayNotifyWnd", "", 1)["Window"]("SysPager", "",
1)["Window"]("ToolbarWindow32", "User Promoted Notification Area", 1))
I have increased the auto-wait timeout and yet it will not work.
I am using C#Script.
Please help me.