Page 1 of 1

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

Posted: Tue Jul 31, 2012 7:04 am
by nandeesh
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.

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

Posted: Tue Jul 31, 2012 2:21 pm
by Support Team
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

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

Posted: Tue Jul 31, 2012 3:02 pm
by nandeesh
Thanks Larissa,

I have successfully instrumented java/swing, working fine.

Thanks.