ContributionsMost RecentMost LikesSolutionsRe: Problem with Widows 10 TestComplete 12: Developer Express controls don't work if system font is 125 Hi Marsha_R I did not write to Support yet, but I will do it tomorrow because meantime I did not get any help from community and could not solve a problem myself. Thank you for your replies. Sincerely, Alla. Re: Problem with Widows 10 TestComplete 12: Developer Express controls don't work if system font is 125 Hi to all! I already answered these questions by e-mail, I copy my answer here: I did not update 2 things simultaneously. I changed only windows: passed from Windows 7 to Windows 10. At that point I worked with TestComplete 11. On Windows 10 the same TestComplete 11 stopped recognizing Developer Express objects by their names. I run tests on Win10 on the same resolution and text size as I did on Win7. Only after this I decided to try TestComplete 12, hoping that maybe this problem is solve in TestComplete 12. But it was not solved, TestComplete 12 woked in the same way as TestComplete 11. Please help. Best Regards, Alla. Problem with Widows 10 TestComplete 12: Developer Express controls don't work if system font is 125 When I worked with TestComplete 11 on Windows 7, my Developer Express controls in the test worked on system fonts 100 and 125. I apply to controls by object name, I never use coordinates. For some reason on Windows 10 the same test works only on system font 100. When I run it on system font 125, the test click objects in incorrect place: as if it looks for the control in the same coordinate where it was when the font was 100. Can anybody help? Re: Not working events of control of DevExpress Hello. You helped me last time. Maybe you know how to solve the following problem? http://community.smartbear.com/t5/Desktop-Testing/It-does-not-work-NetvorkSyuite-in-TestComplite-11/m-p/103177#U103177 Re: Not working events of control of DevExpress Using the "key" helped, thank you Re: Not working events of control of DevExpress Tab - I did - the same result. Delays put - did not help. Re: Not working events of control of DevExpress The test in jawascript. in Appendix of this test result function Test1() { var loadData; var frmLoadData; var panelControl; var textBoxMaskBox; TestedApps.LoadData.Run(); loadData = Aliases.LoadData; loadData.frmLogin.PanelControl1.pnButtons.cmbOK.ClickButton(); loadData.XtraMessageBoxForm.SimpleButton.ClickButton(); frmLoadData = loadData.frmLoadData; panelControl = frmLoadData.pnCommand; panelControl.rgMode.ClickItem("Load multiple periods"); textBoxMaskBox = frmLoadData.pnPeriods.nupMultPer.TextBoxMaskBox; textBoxMaskBox.Drag(12, 7, 38, 5); textBoxMaskBox.SetText("40"); textBoxMaskBox.Keys("[Enter]"); panelControl.pnButtons.cmbExit.ClickButton(); } Re: Not working events of control of DevExpress If you change the value in the form of some action to take place, which is called by a method "EditValueChange". When programm is working in testсomplite these actions do not happen. Not working events of control of DevExpress Control - DevExpress.ExtraEditors.SpinEdit, event - EditValueChange. When record is working. When Playback is not working. SolvedIt does not work NetvorkSyuite in TestComplite 11 After upgrading to TestСomplite 11 NetworkSyuite stopped working. When a new host by clicking on the selection of Base Path. Error - "Server not started". The same thing happens with the already created hosts.