ContributionsMost RecentMost LikesSolutionsCan TestComplete emit QT signal?Here is what I am trying to do. Example: combo["QComboBox_setCurrentIndex"](3) combo["activated"](3) Set current index works to change the selected item in the combo box but in order to get that change to updated in the program I need to send the activated signal. Doing this results in an "Unspecificed Error" from TC. I know TC clickitem functionality will do this as well. I am finding that to be slow, and wanted to see if there is way to speed it up. I also am trying to learn how to use the qt native properites and this seemed like a good excersize. Is there a different way to send this signal? Re: TestComplete - Qt 5Any updates on when support for QT 5 will be released?Re: Testcomplete 9: Extremely slow test executionAny updates on possible release time frame for a fix to the performances issues in TC 9?Re: Testcomplete 9: Extremely slow test executionWe also just upgraded from v8 to v9 and are also seeing slow performance using v9. We are seeing TC9 as about 30% slower during playback. This happens on the same machine and the same project without any changes to either other than TC8 vs TC9.Re: Windows 8 compatibility?Any word on this? Consumer Preview is now out.Re: Tree View won't click item when variables are used for index numbering?Nevermind figured it out. Should be: LibraryTree["ClickItem"]("|["+m+"]|["+i+"]|["+j+"]|["+k+"]|["+x+"]"); Tree View won't click item when variables are used for index numbering? If I use variables for clicking on a Treeview item by index it is not working. It always interprets the variable as a 0. If I use numbers instead of variables it works fine. Why? Here is brief example of what I am doing. LibraryTree = wxSysTabCtl32["panel"]["panel"]["splitter"]["panel"]["SysTreeView32"]; i=1; j=1; k=1; x=1; m=0; LibraryTree["ClickItem"]("| || | | "); Thanks Re: Log File double size in TC 8, why?That didn't help any. Also the files are now really really slow to open compared to TC7. Log File double size in TC 8, why?I send a log file (*.mht ) via email after I finish running each test. These files doubled in size once I upgraded to TC 8. I don't see any difference in the content of the log that would result in the large increase. Is there a way to cut this back down to size? I don't want to zip the file, I didn't have to do that with TC 7. ThanksRe: Toolbar buttons do not look correct when using wImageThanks, This problem is fixed in Version 8! However I can't figure out how I can't get TC to fix my stored regions. I check the update option, my log says the images have been updated, yet when I look at the image it still shows black. Is there something I need to do to get the update to work? Thanks