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

Ranorex Studio, Spy, Recorder, and Driver.
nandeesh
Posts: 14
Joined: Tue Jun 12, 2012 12:07 pm

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

Post by nandeesh » Tue Jul 31, 2012 7:04 am

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 checkbox control, and TreeItem Control. but it is finding only
ListItemString as a List Item.

I have attached the both List Box Images. I want to do these actions here:

1. Tree expand or Collapse of Tree.
2. Check and Un check of Check Boxes.

Now, I can able do select List Item String, Click, etc,,Working Fine. But above two actions we can't able
to do it Because we cant able to take tree and check Box controls into repository.

Please Provide me some Guidance.

Thank You.
You do not have the required permissions to view the files attached to this post.

User avatar
Support Team
Site Admin
Site Admin
Posts: 12145
Joined: Fri Jul 07, 2006 4:30 pm
Location: Houston, Texas, USA
Contact:

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

Post by Support Team » Tue Jul 31, 2012 2:21 pm

Hi,

Have you instrumented your Java AWT/Swing correctly? (see Java AWT/Swing)
Which Ranorex version and which Java SDK version is in use?

Regards,
Larissa
Ranorex Support Team

nandeesh
Posts: 14
Joined: Tue Jun 12, 2012 12:07 pm

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

Post by nandeesh » Tue Jul 31, 2012 3:02 pm

Thanks Larissa,

I have successfully instrumented java/swing, working fine.

Thanks.