So NOW we getting somewhere...
It will put the change number in msgbox. Whats the hierarchy in the tree?. I trying some combinations of 1/2/4, 1/1/4... it shows change number or nothing.
When I expand all the nodes like this:
2i - image hosting, image upload, pictures upload, bbcode
Code is:
session.findById("wnd[0]/tbar[1]/btn[8]").press
session.findById("wnd[0]/shellcont/shell/shellcont[1]/shell[1]").hierarchyHeaderWidth = 116
session.findById("wnd[0]/shellcont/shell/shellcont[1]/shell[1]").expandNode " 1"
session.findById("wnd[0]/shellcont/shell/shellcont[1]/shell[1]").topNode = " 1"
session.findById("wnd[0]/shellcont/shell/shellcont[1]/shell[1]").expandNode " 2"
session.findById("wnd[0]/shellcont/shell/shellcont[1]/shell[1]").topNode = " 1"
session.findById("wnd[0]/shellcont/shell/shellcont[1]/shell[1]").expandNode " 4"
session.findById("wnd[0]/shellcont/shell/shellcont[1]/shell[1]").topNode = " 1"
session.findById("wnd[0]/shellcont/shell/shellcont[1]/shell[1]").expandNode " 5"
session.findById("wnd[0]/shellcont/shell/shellcont[1]/shell[1]").topNode = " 1"
session.findById("wnd[0]/shellcont").dockerPixelSize = 443
session.findById("wnd[0]/shellcont/shell/shellcont[1]/shell[1]").hierarchyHeaderWidth = 250
session.findById("wnd[0]/shellcont/shell/shellcont[1]/shell[1]").selectNode " 6"
session.findById("wnd[0]/shellcont/shell/shellcont[1]/shell[1]").doubleClickNode " 6"
session.findById("wnd[0]/shellcont[0]/shell/shellcont[1]/shell[1]").unselectNode " 6"
session.findById("wnd[0]/shellcont[0]/shell/shellcont[1]/shell[1]").selectNode " 5"
session.findById("wnd[0]/shellcont[0]/shell/shellcont[1]/shell[1]").doubleClickNode " 5"
session.findById("wnd[0]/shellcont[0]/shell/shellcont[1]/shell[1]").unselectNode " 5"
session.findById("wnd[0]/shellcont[0]/shell/shellcont[1]/shell[1]").selectNode " 4"
session.findById("wnd[0]/shellcont[0]/shell/shellcont[1]/shell[1]").doubleClickNode " 4"
session.findById("wnd[0]/shellcont[0]/shell/shellcont[1]/shell[1]").unselectNode " 4"
session.findById("wnd[0]/shellcont[0]/shell/shellcont[1]/shell[1]").selectNode " 2"
session.findById("wnd[0]/shellcont[0]/shell/shellcont[1]/shell[1]").doubleClickNode " 2"
session.findById("wnd[0]/shellcont[0]/shell/shellcont[1]/shell[1]").unselectNode " 2"
session.findById("wnd[0]/shellcont[0]/shell/shellcont[1]/shell[1]").selectNode " 1"
session.findById("wnd[0]/shellcont[0]/shell/shellcont[1]/shell[1]").doubleClickNode " 1"
I expanded all the nodes, then clicking double on each from bottom. Iwould expect that last node would be like: 1/6 but obviously it isnt. Moreover All nodes have key 1 so I cannot find NodePathbykey. I feel that there is just smal step to be completed. Damn I dont understand the parameters for using the IBM functions like getNodeKeyByKey....Trying
Thanks for now.