Forum Discussion
cagraff
16 years agoNew Contributor
I can see methods associated with the menu treeview object as shown in this attachment. Perhaps I can create a JScript function that calls a method on this object to select menu items by name?
Psuedo Code:
function getMenuItem(name)
menu = <instantatiate object>
curent = menu.findchild(name)
current.click
end
Something like that anyway - as I think I only need to do this on the main menu tree and everything else seems to be OK.
Psuedo Code:
function getMenuItem(name)
menu = <instantatiate object>
curent = menu.findchild(name)
current.click
end
Something like that anyway - as I think I only need to do this on the main menu tree and everything else seems to be OK.