ContributionsMost RecentMost LikesSolutionsRe: regular expressions not working in javascript using clickItem Thank Alex taht seemed to do the trick ;) Re: regular expressions not working in javascript using clickItem Hi Alex, The regular expression wasn't working at all, I always had an error stating that it couldn't find the expression and the searched term was: '<This is blank>', empty string, which was not correct, so I ended up using wildcards instead ClickItem("*eHealth Box*") And this worked like a charm. Thank again for your help Phli Re: regular expressions not working in javascript using clickItem Hi Alex, the regex seems to be working but it can't find the TreeView, but this is another story :) I use the following: Aliases.HealthWin32.MainForm.MDIClient.frmLiveMessages.pnlClient.SplitterMain.TRzSplitterPane.pnlTreeview.tvMessages.ClickItem(/\\|Boîte de réception.*\\|eHealth Box.*/); Thank you for your help, and thank you for pointing out the ')' whicih was not escaped :p Re: regular expressions not working in javascript using clickItem Hi Alex here you go: https://support.smartbear.com/testcomplete/docs/scripting/regular-expressions.html?q=regexp regular expressions not working in javascript using clickItem Hi everyone, I'm have some trouble with the regular expression in javascript while using clickItem. I'm using this code: Aliases.HealthWin32.MainForm.MDIClient.frmLiveMessages.pnlClient.SplitterMain.TRzSplitterPane.pnlTreeview.tvMessages.ClickItem("regexp:\|Boîte de réception.*\|eHealth Box.*)"); and I'm always getting the following error: The TreeView node 'regexp:' not found. I did try a few thing but nothing does it. Does anyone have any ideas, am I doing somthing wrong ? As per the documentation, what I'm doing seems to be correct. thank you Phlippe SolvedRe: Variant or safe array index out of bounds. Error when opening a project Hi all, Here is the solution to the issue: -Uninstall TestComplete -Delete C:\Program Files (x86)\SmartBear\TestComplete 12 folder -Delete C:\Program Files (x86)\Common Files\SmartBear -Reboot -Re-install TestComplete Thank Philippe Re: Variant or safe array index out of bounds. Error when opening a project Still in process of being solved, but in my case it is due to the license expiration for Web and Mobile. Support gave a a 2 days trial key for both module and it instantly resolved the issue. So we'll see how it goes, maybe we can keep this thread open so I can post the solution when they give me one. Re: Variant or safe array index out of bounds. Error when opening a project Thanks Robert I'll do so Re: Variant or safe array index out of bounds. Error when opening a project It also Does the same with other project that are not getting versioned Re: Variant or safe array index out of bounds. Error when opening a project Any chance this is happening because I was on a trial and now that the trial expired it is giving me a hard time ? I did buy a licence 3 weeks ago and I have a license server setup, but my licence does not contain the "Web testing" module not the "Mobile Devices Support'. So every time TestComplete starts I have to click continue without...