I have on "On Select this:
But no matter what order I have the last part I can't get it to Set Focus, was this a bug in 8.2?
Code:
if String.Find(e_NodeIndex, "2.", 1, false) == 1 then __EmojiList = false Input.SetText("Input1", Input.GetText("Input1").." "..Tree.GetNode("Tree1", e_NodeIndex).Data.." "); Tree.SetSelectedNode("Tree1", ""); Page.SetFocus("Input1"); Tree.CollapseNode("Tree1", "2"); end
Comment