Question

I need to move all my scripts from Classic to Open Agent and I faced with one problem and dont know how to fix. I have some TreeView where need to rightclick on selected item, before where used PressItem(TreeView.GetSelItem(),2) But now whole treeview moved to Open Agent declaration and PressItem function is not supported by OA. Using keyboard is not a solution, because "application" button is not working in that treeview.

Is there any solutions to open context/drop-down menu from selected item?

Était-ce utile?

La solution

Fixed by using GetItemRect + GetSelText + OpenContextMenu

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top