Forum Discussion
AlexeyKolosov
Staff
15 years agoHi Ryan,
I guess that the Recording toolbar is moved off the screen border. Please follow the steps below:
1. Start and stop recording.
2. Run the routine below:
function ShowRecording()
{
var Recording = Sys.Process("TestComplete").Window("TtcRecordWnd", "", 1)
var hndl = Recording.Handle
Win32API.SetWindowPos(hndl, HWND_TOP, 100, 100, Recording.Width, Recording.Height, SWP_NOACTIVATE)
}
After this, start recording once again and let me know whether you see the toolbar.