Search found 8 matches

by palanikumar.m
Sat Jun 28, 2008 1:39 pm
Forum: General Questions
Topic: Need Image recognition sample
Replies: 1
Views: 3325

Need Image recognition sample

Hi,

How to do image recognition? please explain me briefly with example...

Kindly reply me ASAP.

Thanks & regards,
Palani
by palanikumar.m
Fri May 23, 2008 3:36 pm
Forum: Automation Tools
Topic: Need to remove position argument in testcase
Replies: 3
Views: 3349

remove mouse position

Hi,

We cannot leave the point(new point(x,y)) argument when i try to double click.

No overload functions are available with clickcount argument separately without new point argument.

Any solution?

Regards,
Palani
by palanikumar.m
Wed May 21, 2008 11:39 am
Forum: Automation Tools
Topic: could not capture label properties using spy
Replies: 3
Views: 3349

could not capture label properties using spy

Hi Alex, It is a Win32 Label only. After run the application, i have tried to find the properties of label using both controls. But, i could not see the black frame. Other than label control, i can see that frame. Even i could not see the black frame, so, i could not see any properties in RanorexSpy...
by palanikumar.m
Wed May 21, 2008 9:11 am
Forum: General Questions
Topic: Need to find Datagrid without giving the ControlName
Replies: 5
Views: 3440

got exception when using datagrid

Hi Alex, I have inserted code, what you have suggested me. But i got exception in a form.FindControlId and dataGridControl.Handle I got the below exception : "Function evaluation disabled because a previous function evaluation timed out............." I feel very hard to describe all those things. Co...
by palanikumar.m
Tue May 20, 2008 3:13 pm
Forum: General Questions
Topic: Need to find Datagrid without giving the ControlName
Replies: 5
Views: 3440

Need to find Datagrid without giving the ControlName

DataGrid dataGrid = form.FindDataGrid("dataGridView1"); // Reading colum text of column 1 String columnText = dataGrid.GetColumnText(1); Console.WriteLine("DataGrid ColCount = {0} ", dataGrid.ColumnCount); instead of above suppose, if i am using, DataGrid dataGrid = form.FindControlId("..."); (or) D...
by palanikumar.m
Tue May 20, 2008 2:55 pm
Forum: Automation Tools
Topic: could not capture label properties using spy
Replies: 3
Views: 3349

could not capture label properties using spy

Hi,

I could not capture the label properties using RanorexSpy.

Is it possible to capture or not?

Plz, help anybody!!!!!

It's very urgent requirement for me.

Thanks & Regards,
Palani
by palanikumar.m
Tue May 20, 2008 11:44 am
Forum: General Questions
Topic: Need to find Datagrid without giving the ControlName
Replies: 5
Views: 3440

Need to find Datagrid without giving the ControlName

I need to find one DataGrid from Form. But i dont know the ControlName. Because RanorexSpy didnt give the ControlName. it gives the Classname and controlID only.

Now, how i find the DataGrid?

Plz, help for this problem!!!!!!!

Thanks & Regards,
Palani
by palanikumar.m
Mon May 19, 2008 2:55 pm
Forum: Automation Tools
Topic: Need to remove position argument in testcase
Replies: 3
Views: 3349

Need to remove position argument in testcase

Hi,

I am a new user of the ranorex tool.

Ranorex recorder automatically created cs file successfully after play, using record and play option. It's fine.

Can i remove the new point(x,y) in my cs file.

Plz, explain clearly.

Thanks & Regards,
Palani