ContributionsMost RecentMost LikesSolutionsRe: How to catch Windows dialog of 'App Not Responding' and handle appropriately?Does TestExecute use this settings too?Re: How to catch Windows dialog of 'App Not Responding' and handle appropriately?Thanks for the reply. But I was hoping to know WHEN the stop responding occurs, not having to constantly checking IF it occurs. I am using 'Freeze Diagnostics' feature and specifying app that might stop responding, It seems to work (continuing our automation test though an app has stop responding). But is there anyway to know which app that was so we can fail our test case appropriately? Thanks, AnhHow to catch Windows dialog of 'App Not Responding' and handle appropriately?Is there anyway to get an event where 'Windows dialog for not responding app' appears? And then handle those appropriately? I have created a handle for 'Unexpected Window' event but it didn't catch this dialog from Windows. Any help is greatly appreciated. Thanks, AnhTC 7.52.678 & Firefox 3.6 compatibilityHello, Is TC version 7.52.678 compatible with Firefox 3.6 cause I am not able to access the URL in firefox page? Thanks in advance. Anh How to get total number of tab in FirefoxHello, Can you please show me how to get the total number of tab(s) in Firefox, for one and multiple firefox process opening? I would prefer not to use Page index since url can be different at times. I am using firefox 3.5.6, TC 7.51.667.7 Thanks in advance. Re: Does TC 7 support qwidget? Hello, -In Install Extensions -> Extensions, "Qt Library Controls Support Plug-In" & "Qt Library Support Plug-In" is active. -TC7\Bin\Extensions\tcQtSupport.pls exists. But when I run the following command, it says plug-in isn't installed. aqEnvironment.IsPluginInstalled("*Qt Library Support*") aqEnvironment.IsPluginInstalled("*Qt Library Controls Support*") I am using TC version 7.20.562.7. Please help..thanks in advance. Does TC 7 support qwidget?Hello, Does TC 7 support qwidget class? Please advise..thanks. How to recognize the 2nd launching firefox in TCFlow is as follow: Launch 1st firefox Check that it launches successfully using Exists method Wait for it to fully launch Launch 2nd firefox (w/o closing the first one) Check that it launches successfully using Exists method <--- This is where I am having issue because it will return true since the 1st firefox already launched. Any thoughts? I don't want to statically wait for 2nd firefox to launch. I thought of checking for ID/handle but not a good idea if there are more than 2 already launched.