Search found 14 matches

by nandeesh
Tue Feb 26, 2013 1:54 pm
Forum: Automation Tools
Topic: How to get the javax.swing.JTable Cells text width
Replies: 1
Views: 2978

How to get the javax.swing.JTable Cells text width

Hi,

Is there any way to get the javax.swing.JTable cells (content) text width provided cells text font is
Font("Arial", 16).

I am trying get the maximum width Ranorex.Table.Column[].Cell[].Text.

Thanks.
by nandeesh
Wed Aug 01, 2012 1:38 pm
Forum: Automation Tools
Topic: Importing Existing Folder to our project
Replies: 1
Views: 2628

Importing Existing Folder to our project

Hi,

How to import a Folder (Which is a Collection of CS Files) into a Ranorex test Suite.

Thanks.
by nandeesh
Tue Jul 31, 2012 3:02 pm
Forum: Automation Tools
Topic: Composite Operations on a List Box with Tree and Check Box.
Replies: 2
Views: 2645

Re: Composite Operations on a List Box with Tree and Check Box.

Thanks Larissa,

I have successfully instrumented java/swing, working fine.

Thanks.
by nandeesh
Tue Jul 31, 2012 7:04 am
Forum: Automation Tools
Topic: Composite Operations on a List Box with Tree and Check Box.
Replies: 2
Views: 2645

Composite Operations on a List Box with Tree and Check Box.

Hi, I have a couple of Java ListBox Controls which consists of ListItems, Each List Item is a Combination of 1. CheckBox--->ListItemString 2. Tree(or TreeItem)-->CheckBox--->ListItemString . How to Handle these controls, Because spy is not recognizing this complete structure. Spy is not recognizing ...
by nandeesh
Tue Jun 26, 2012 12:03 pm
Forum: Automation Tools
Topic: CSV File Reading/Writing
Replies: 8
Views: 8908

Re: CSV File Reading/Writing

Thanks Tobias.

Its working fine. Its adding.
by nandeesh
Mon Jun 25, 2012 9:13 am
Forum: Automation Tools
Topic: CSV File Reading/Writing
Replies: 8
Views: 8908

CSV File Reading/Writing

Hi, I Used the below code to read data from a csv file. Its working fine. but its displaying all the rows rows.count times. Even if i remove foreach statement same result i am getting. 1. How i can get each row values separately or a particular value for testing from a csv file..? 2. How to add new ...
by nandeesh
Fri Jun 22, 2012 11:30 am
Forum: General Questions
Topic: Adding/Appending new rows an existing csv file
Replies: 2
Views: 9595

Adding/Appending new rows an existing csv file

Hi, how to add new rows to a csv file using C# code. I have csv file with two column: Headers "ID" and "Name". I referenced the code in ur blog to read the data from csv file using LoadData Method. Pls tell me how to add using Storedata method. Later i want bind these two columns to two global varia...
by nandeesh
Thu Jun 21, 2012 6:25 am
Forum: General Questions
Topic: java instrumentation warning
Replies: 6
Views: 2807

Re: java instrumentation warning

hi Tobias,

I got it. Thanks.

Regards,
Nandeesh
by nandeesh
Wed Jun 20, 2012 10:49 am
Forum: General Questions
Topic: java instrumentation warning
Replies: 6
Views: 2807

Re: java instrumentation warning

hi, There are no other java applications running. I am running only one Java swing application. I have no problem in recognizing java UI elements Ranorex working fine but i am getting this warning in the report. Is there any way to remove that warning at least from report. I also checked these files...
by nandeesh
Wed Jun 20, 2012 9:10 am
Forum: General Questions
Topic: java instrumentation warning
Replies: 6
Views: 2807

java instrumentation warning

Hi, I am getting this warning, even though i did java instrumentation and its recognizing the java UI elements in my application. Everything is working fine but still getting this warning. Warning: 10.541 Warn Java AWT/Swing Jump to itemView HelpPlease make sure that you have correctly instrumented ...
by nandeesh
Wed Jun 13, 2012 12:49 pm
Forum: Automation Tools
Topic: Testing Bar Charts and Pie Charts
Replies: 4
Views: 5554

Re: Testing Bar Charts and Pie Charts

Hi Tobias,

Thanks...
by nandeesh
Wed Jun 13, 2012 8:15 am
Forum: Automation Tools
Topic: Testing Bar Charts and Pie Charts
Replies: 4
Views: 5554

Re: Testing Bar Charts and Pie Charts

Hi Markus, Thanks for Reply.. A Java swing app is generating pie or bar charts according user selection from the database data. I can successfully compare two static images. since i cant store dynamic images in repository, so i am comparing database data itself. but is there any option that i can va...
by nandeesh
Tue Jun 12, 2012 12:13 pm
Forum: Automation Tools
Topic: Testing Bar Charts and Pie Charts
Replies: 4
Views: 5554

Testing Bar Charts and Pie Charts

Hi,

How to test the dynamically generated pie and bar charts in java swing application ?
and how to validate them....? I am using C# for coding.
appreciate your replies...

Thanks.