08-30-2011, 05:34 AM
Hello,
I have the following after I recorded the Swing Application to get the Objects.
JavaTable (Available Access Grants) is to the left and it is table with options to select what access grants I want to select and move over to the right JavaTable (Linked Access Grants). Instead of the actual access grant name all I see is SelectRow "#0" and JavaButton (CLButton). Is there a way for it to recognize the name of the access grant, or can I change it to the label name? The first row I selected for #0 is really called "Edit Activities".
I used Object Spy, but it only sees the JavaTable and I am not able to select the access grant to view the objects.
Thanks for your help,
Donna :-)
I have the following after I recorded the Swing Application to get the Objects.
Code:
JavaWindow("Groups").JavaInternalFrame("Security Group : Untitled1").JavaTable("Available Access Grants").SelectRow "#0"
JavaWindow("Groups").JavaInternalFrame("Security Group : Untitled1").JavaButton("CLButton").Click
JavaTable (Available Access Grants) is to the left and it is table with options to select what access grants I want to select and move over to the right JavaTable (Linked Access Grants). Instead of the actual access grant name all I see is SelectRow "#0" and JavaButton (CLButton). Is there a way for it to recognize the name of the access grant, or can I change it to the label name? The first row I selected for #0 is really called "Edit Activities".
I used Object Spy, but it only sees the JavaTable and I am not able to select the access grant to view the objects.
Thanks for your help,
Donna :-)