Hi
I had a scenario to automate a script where i need to get the child items to be selected from the swftreeview, which is of gridtree,
For example Java is the root tree and in that j22e, veriosn of java, version of J2ee these are the child elements of the Jave i need to get the version of java now that is the child element of java in the save way i need to get the grandchild elements also.Please try to help me regarding this, It would be very great to share with me if you have any idea regarding this. Please let me know so that i can go ahead with this
Its very urgent, Please try to help me out
Regards,
Srikanth
Hi Michael,
Iam having the same query,
I have followed above solution provided by you to get data from treeview using GetCellData
Could you please help me to select the specific row with data which is retreived from above step?
For example:
SwfWindow("DPS").SwfTreeView("treeseq").GetCellData("\4", "Seq")
Result:
Ill get data which lies in 5 row and 'Seq' colum
As per result i have to select row 5
Please help me to select specific(multiple) rows
Hi Mike,
I tried the way you explained it, when i tried to get the child elements item it showing the blank value. For example " " for the child elements
I tried with all the permutations and combinations, still with the same problem i'am facing , I'am attaching the screen shot for the reference. Please do the needful
Sri
Hi Sri,
to add attachment to yuor forum post you need to switch to the "Options" tab at the top of the post page, then click "Add/Update" button under File attachment.
Ammar
Hi kaleshmr,
Can i know how u had done the attachments in this forum while you are posting a query , I'am unable to do it, I want to send an attachement to Mike for which the problem i'am facing.Please can u tell how the attachments can be send through this forum
-Sri
What you can do if you have the indexes, and it is grid based. You can use ActivateCell, ActivateCell can use indexes as it's path so you can do :
Tree.ActivateCell "\0\1", "CellColumnName"
It has as a side effect fires the following events: