I have following entry in my "GDI Capture Settings -> Window Class Names":
GXWND.*So, i decided to try API, mentioned above.
I removed my entry from "GDI Capture Settings -> Window Class Names" and added this code to recording module:
RawTextFlavor.Instance.ClassNames.Add(new Regex("GXWND.*"));But got following error:
Ranorex.ElementNotFoundException: Failed to find item 'Review1Repository.FormSelect_Procedure.FirstRowN' within the specified timeout of 3000ms. ---> Ranorex.ElementNotFoundException: No element found for path 'element/element[@controlid='1013']/rawtext[@column='0' and @row='1']' within 3000ms.
--- End of inner exception stack trace ---
at Ranorex.Core.Repository.RepoItemInfo.Find[T](Boolean findSingle, Boolean throwException)
at Ranorex.Core.Repository.RepoItemInfo.CreateAdapter[T](Boolean throwException)
at Review1.Review1RepositoryFolders.FormSelect_ProcedureAppFolder.get_FirstRowN() in c:\AutoRex\Review\Review1\Review1Repository.cs:line 2162What did i do wrong? Why it's not working?P.S. Here is screenshot of base class:

- Untitled.png (19.75 KiB) Viewed 211 times
As you can see it's name is GXWND. So i tried to use "GXWND" without *, but result is same.