Search found 8 matches

by Karzone
Wed Jan 27, 2016 7:25 am
Forum: Object Identification and Technologies
Topic: Lightning Charts Automation
Replies: 1
Views: 2216

Lightning Charts Automation

Hi, We are currently developing charts using Lightning Charts control(http://arction.com/). We are in the process of Automating the Lightning Charts, using Coded UI. Could you please guide us, if there a way to automate this controls. Or Do we currently provide support for these controls to automate...
by Karzone
Tue Oct 28, 2014 10:13 am
Forum: Object Identification and Technologies
Topic: Nevron Chart Automation
Replies: 5
Views: 2115

Nevron Chart Automation

Hi, We are looking to automate the nevron charts placed in a .NET based desktop application. The Chart controls are not being recognized by Ranorex. Is there a way we could automate the nevron chart controls. Please find attached the snapshot file for your reference. Please do the needful. Thank you...
by Karzone
Fri Mar 21, 2014 12:15 am
Forum: Bug Reports
Topic: Microsoft AX Dynamics dynamic IDs generate stack overflow
Replies: 8
Views: 4584

Re: Microsoft AX Dynamics dynamic IDs generate stack overflow

Hi,

Any update on this issue. Please suggest us a solution to this exception, as this is causing a performance issue during execution.

Thank you.
by Karzone
Mon Feb 24, 2014 11:51 am
Forum: Object Identification and Technologies
Topic: MS Dymanics AX- Handling Grid
Replies: 2
Views: 1990

Re: MS Dymanics AX- Handling Grid

Hi, Thank you for your response, we are at present trying with the solutions that is proposed in the other support call. We are trying to use the regular expression and consider the control IDs are optional parameters, and while executing it is throwing arithmetic overflow Exception as below, during...
by Karzone
Thu Feb 20, 2014 11:30 pm
Forum: Object Identification and Technologies
Topic: MS Dymanics AX- Handling Grid
Replies: 2
Views: 1990

MS Dymanics AX- Handling Grid

Hi, Does Ranorex really support MS Dynamics AX. If it's possible, could you please help us to handle the grids in AX System. The details are already posted in the below link:- http://www.ranorex.com/forum/not-being-able-to-interact-with-microsoft-dynamics-ax-table-t5461.html Thanks in Advance for th...
by Karzone
Thu Feb 13, 2014 4:18 pm
Forum: Object Identification and Technologies
Topic: Usage of Regex.Escape for the variables in Recorded Modules
Replies: 6
Views: 2812

Re: Usage of Regex.Escape for the variables in Recorded Modules

Hi,

Thank you for your response.

Is there a way to escape the complete variable, instead of making it for every word. As the complete string will vary with respect to country. I am looking for something like Regex.escape(variable), which could be used in the recorded module.

Thanks.
by Karzone
Fri Feb 07, 2014 6:44 pm
Forum: Object Identification and Technologies
Topic: Usage of Regex.Escape for the variables in Recorded Modules
Replies: 6
Views: 2812

Re: Usage of Regex.Escape for the variables in Recorded Modules

Thank you for your response. I am trying to maximize the browser, which has the browser name which is dynamic with respect to the country of execution. I am not using any user code to achieve it, and I'm only using the recorded module to perform it. And in the repository, I'm using the following reg...
by Karzone
Thu Feb 06, 2014 10:16 pm
Forum: Object Identification and Technologies
Topic: Usage of Regex.Escape for the variables in Recorded Modules
Replies: 6
Views: 2812

Usage of Regex.Escape for the variables in Recorded Modules

Hi, I am using a regular expression, to identify an element, based on a variable value. Eg: \\form[@Title~$country] Where the country value might have some special characters like '(, [, ), ]' etc. But this regular expression is used to identify an object in a recorded module. I am not sure how to a...