Search found 29 matches

by anujakulkarni
Tue Mar 10, 2009 12:39 pm
Forum: General Questions
Topic: Select last row in a table
Replies: 4
Views: 3014

Thanks Christian :)
by anujakulkarni
Mon Mar 09, 2009 12:17 pm
Forum: Automation Tools
Topic: Snapshot not captured in the rxlog file
Replies: 2
Views: 2590

Hi Christian,

Thanks for the update.

Cheers,
by anujakulkarni
Thu Mar 05, 2009 12:18 pm
Forum: Automation Tools
Topic: Snapshot not captured in the rxlog file
Replies: 2
Views: 2590

Snapshot not captured in the rxlog file

Hi, I am capturing the snapshot of the dialog where my testcase fails using Report.Screenshot(); Unfortunately Ranorex cannot capture the screenshot for one of the dialogs. Instead it is capturing the screenshot of the dialog present behind this one, as if this dialog box is transparent!! Following ...
by anujakulkarni
Wed Mar 04, 2009 11:40 am
Forum: General Questions
Topic: Select last row in a table
Replies: 4
Views: 3014

Hi Christian, Following are the details of the UIAutomation section in the "Detail" tab as recorded by Ranorex Spy. - ClassName = ListView - ControlType = DataGrid - FrameworkId = WPF - IsContentElement = True - IsControlElement = True - IsKeyboardFocusable = True - IsPassword = False - IsRequiredFo...
by anujakulkarni
Tue Mar 03, 2009 5:02 pm
Forum: Automation Tools
Topic: Problem opening "Test.rxlog"
Replies: 2
Views: 2997

Hi,

Thanks, the issue is now solved :)

Don't know why my system was trying to open the .rxlog file using Internet Explorer instead of Ranorex ReportViewer tool !! :shock:

Cheers,
by anujakulkarni
Tue Mar 03, 2009 3:59 pm
Forum: General Questions
Topic: Select last row in a table
Replies: 4
Views: 3014

Select last row in a table

Hi,

I am using C# and my testcase requires me to always select the last row in a table.

Can anyone suggest how I can do the same?

Cheers,
by anujakulkarni
Tue Mar 03, 2009 12:38 pm
Forum: Automation Tools
Topic: Problem opening "Test.rxlog"
Replies: 2
Views: 2997

Problem opening "Test.rxlog"

Hi, I am just including the statement System.Diagnostics.Process.Start("Test.rxlog"); in the end hoping that my result log will be opened automatically when the automation stops. This was working fine with Ranorex Version 2.0.0. But strangely now I get the typical windows "File Download" dialog aski...
by anujakulkarni
Tue Feb 24, 2009 2:33 pm
Forum: Automation Tools
Topic: Recognizing elements on a TabControl
Replies: 22
Views: 11511

Thank Alex!!

That fixed the problem :D

Cheers,
by anujakulkarni
Tue Feb 24, 2009 12:28 pm
Forum: Automation Tools
Topic: Context menus - code difference in two versions
Replies: 3
Views: 3179

Hi,

Thanks for the work around. It did work !! :D

Hope to see the fix in the next release as context menus are a part of almost all applications :roll:

Cheers,
by anujakulkarni
Tue Feb 24, 2009 10:43 am
Forum: Automation Tools
Topic: Recognizing elements on a TabControl
Replies: 22
Views: 11511

Hi Alex,

I have sent a mail with a sample application attached as requested by you at [email protected].

Hope to hear from you soon.

Cheers,
by anujakulkarni
Wed Feb 18, 2009 12:35 pm
Forum: Automation Tools
Topic: Recognizing elements on a TabControl
Replies: 22
Views: 11511

Hi Alex, All controls are standard WPF controls: - System.Windows.Controls.Textbox - System.Windows.Controls.Label - System.Windows.Controls.Textblock - System.Windows.Controls.Button - System.Windows.Controls.ListView hosted within standard Grid panels (System.Windows.Controls.Grid) We are using .N...
by anujakulkarni
Tue Feb 17, 2009 10:08 am
Forum: Automation Tools
Topic: Recognizing elements on a TabControl
Replies: 22
Views: 11511

Hi, Unfortunately I cannot send you the snapshot of the application. This is the definition of the TabControl and one of the TabItems contained in it: <TabControl BorderBrush="#6EC4F2" Grid.Row="0" Margin="20 10 20 0"> <TabItem Header="Enquiries"> I am trying to access elements on the Enquiries TabI...
by anujakulkarni
Mon Feb 16, 2009 3:05 pm
Forum: Automation Tools
Topic: Recognizing elements on a TabControl
Replies: 22
Views: 11511

Recognizing elements on a TabControl

Hi, My application has a GUI developed in .NET. It has a Tabcontrol and the Tabcontrol has several elements on it. I am using The Element Browser in Ranorex Studio (Version 2.0.0) to track the different elements of the GUI and add them to the GlobalRepository My problem is that Ranorex does track th...
by anujakulkarni
Thu Feb 12, 2009 3:12 pm
Forum: Automation Tools
Topic: Context menus - code difference in two versions
Replies: 3
Views: 3179

Context menus - code difference in two versions

Hi, I was not able to capture the automation ids and stuff of context menus in my application using ranorex. Hence I decided to try out record and play and then use the code generated from that. This is the code that was generated by Ranorex 2.0 RC1: repo.ContextMenuMnuLegList.MenuItemRefresh.Click(...
by anujakulkarni
Wed Feb 11, 2009 4:00 pm
Forum: Automation API
Topic: Just a information
Replies: 7
Views: 3512

thanks..that was really helpful :D

Is there any documentation where I can check for such missing things rather than bothering you guys every now and then :roll: :P ?

Cheers,